Package com.soffid.iam.model
Class UserEntityImpl
- java.lang.Object
-
- com.soffid.iam.model.UserEntity
-
- com.soffid.iam.model.UserEntityImpl
-
- All Implemented Interfaces:
SecurityScopeEntity
public class UserEntityImpl extends UserEntity implements SecurityScopeEntity
-
-
Constructor Summary
Constructors Constructor Description UserEntityImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFullName()Operation getFullNameCollection<UserDataEntity>getUserData()Operation getUserDatabooleanisAllowed(String permission)Operation isAllowed Returns true if the permission on this object is granted-
Methods inherited from class com.soffid.iam.model.UserEntity
equals, getAccessHostAsAdministratorAuthorization, getAccountAccess, getAccounts, getACNetwork, getActive, getApplicationResponsible, getAttributes, getComment, getCreationDate, getCreationUser, getEvents, getFirstName, getHomeServer, getId, getLastModificationDate, getLastName, getLastUserModification, getMailDomain, getMailServer, getMiddleName, getMultiSessio, getPasswordManagerToken, getPasswords, getPendingAuthoritativeChanges, getPreferences, getPrimaryGroup, getPrinters, getProfileServer, getSecondaryGroups, getSecrets, getSessions, getShortName, getTenant, getUserMailList, getUserName, getUserType, getVaultFolders, hashCode, setAccessHostAsAdministratorAuthorization, setAccountAccess, setAccounts, setACNetwork, setActive, setApplicationResponsible, setAttributes, setComment, setCreationDate, setCreationUser, setEvents, setFirstName, setHomeServer, setId, setLastModificationDate, setLastName, setLastUserModification, setMailDomain, setMailServer, setMiddleName, setMultiSessio, setPasswordManagerToken, setPasswords, setPendingAuthoritativeChanges, setPreferences, setPrimaryGroup, setPrinters, setProfileServer, setSecondaryGroups, setSecrets, setSessions, setShortName, setTenant, setUserMailList, setUserName, setUserType, setVaultFolders
-
-
-
-
Method Detail
-
getFullName
public String getFullName()
Description copied from class:UserEntityOperation getFullName- Specified by:
getFullNamein classUserEntity- Returns:
-
isAllowed
public boolean isAllowed(String permission)
Description copied from class:UserEntityOperation isAllowed Returns true if the permission on this object is granted- Specified by:
isAllowedin interfaceSecurityScopeEntity- Specified by:
isAllowedin classUserEntity
-
getUserData
public Collection<UserDataEntity> getUserData()
Description copied from class:UserEntityOperation getUserData- Specified by:
getUserDatain classUserEntity- Returns:
-
-