Uses of Class
com.attivio.sdk.security.AttivioRole
-
Packages that use AttivioRole Package Description com.attivio.sdk.security -
-
Uses of AttivioRole in com.attivio.sdk.security
Fields in com.attivio.sdk.security with type parameters of type AttivioRole Modifier and Type Field Description protected java.util.Set<AttivioRole>
AttivioPrincipal. roles
Optional roles used by the Security Client API authorization.Methods in com.attivio.sdk.security that return AttivioRole Modifier and Type Method Description AttivioRole
AttivioRole. clone()
Methods in com.attivio.sdk.security that return types with arguments of type AttivioRole Modifier and Type Method Description java.util.Set<AttivioRole>
AttivioPrincipal. getRoles()
java.util.Set<AttivioRole>
AttivioPrincipal. getRoles(java.lang.Enum<?> enumRole)
Return allAttivioRole
objects that have the same name as the givenEnum
.java.util.Set<AttivioRole>
AttivioPrincipal. getRoles(java.lang.String roleName)
Return allAttivioRole
objects that have the given role name.Methods in com.attivio.sdk.security with parameters of type AttivioRole Modifier and Type Method Description void
AttivioPrincipal. addRole(AttivioRole role)
Add a role to the principal.Method parameters in com.attivio.sdk.security with type arguments of type AttivioRole Modifier and Type Method Description void
AttivioPrincipal. setRoles(java.util.Set<AttivioRole> roles)
Set roles for this principal.
-