Class Role
- java.lang.Object
-
- org.gcube.common.authorization.library.policies.UserEntity
-
- org.gcube.common.authorization.library.policies.Role
-
public class Role extends UserEntity
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.gcube.common.authorization.library.policies.UserEntity
UserEntity.UserEntityType
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UserEntity.UserEntityTypegetType()booleanisSubsetOf(UserEntity entity)-
Methods inherited from class org.gcube.common.authorization.library.policies.UserEntity
equals, getAsString, getExcludes, getIdentifier, hashCode, toString
-
-
-
-
Method Detail
-
getType
public UserEntity.UserEntityType getType()
- Specified by:
getTypein classUserEntity
-
isSubsetOf
public boolean isSubsetOf(UserEntity entity)
- Specified by:
isSubsetOfin classUserEntity
-
-