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 String
getFullName()
Operation getFullNameCollection<UserDataEntity>
getUserData()
Operation getUserDataboolean
isAllowed(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:UserEntity
Operation getFullName- Specified by:
getFullName
in classUserEntity
- Returns:
-
isAllowed
public boolean isAllowed(String permission)
Description copied from class:UserEntity
Operation isAllowed Returns true if the permission on this object is granted- Specified by:
isAllowed
in interfaceSecurityScopeEntity
- Specified by:
isAllowed
in classUserEntity
-
getUserData
public Collection<UserDataEntity> getUserData()
Description copied from class:UserEntity
Operation getUserData- Specified by:
getUserData
in classUserEntity
- Returns:
-
-