Package de.elo.ix.client.imfs
Class UnknownUserInfo
java.lang.Object
de.elo.ix.client.imfs.UnknownUserInfo
This class contains information about an unknown user found in a file ACL.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFile()
boolean
void
setCreated
(boolean created) void
void
setUserName
(String userName)
-
Constructor Details
-
UnknownUserInfo
Constructor.- Parameters:
userName
- Principal name.file
- Unknown user found in ACL of this file.created
- True, if unknown user has been created.
-
-
Method Details
-
getUserName
-
setUserName
-
getFile
-
setFile
-
isCreated
public boolean isCreated() -
setCreated
public void setCreated(boolean created)
-