Package org.gcube.idm.common.models
Interface IdmUserInterface
-
public interface IdmUserInterface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,Boolean>getAccess()Map<String,List<String>>getAttributes()Map<String,List<String>>getClientRoles()LonggetCreatedTimestamp()StringgetEmail()StringgetFederationLink()StringgetFirstName()List<String>getGroups()StringgetId()StringgetLastName()IntegergetNotBefore()List<String>getRealmRoles()List<String>getRequiredActions()StringgetSelf()StringgetServiceAccountClientId()StringgetUsername()BooleanisEmailVerified()BooleanisEnabled()
-
-
-
Method Detail
-
getSelf
String getSelf()
-
getId
String getId()
-
getCreatedTimestamp
Long getCreatedTimestamp()
-
getUsername
String getUsername()
-
isEnabled
Boolean isEnabled()
-
isEmailVerified
Boolean isEmailVerified()
-
getFirstName
String getFirstName()
-
getLastName
String getLastName()
-
getEmail
String getEmail()
-
getFederationLink
String getFederationLink()
-
getServiceAccountClientId
String getServiceAccountClientId()
-
getNotBefore
Integer getNotBefore()
-
-