Uses of Class
com.attivio.sdk.security.AttivioPrincipal.PrincipalType
-
Packages that use AttivioPrincipal.PrincipalType Package Description com.attivio.sdk.security -
-
Uses of AttivioPrincipal.PrincipalType in com.attivio.sdk.security
Fields in com.attivio.sdk.security declared as AttivioPrincipal.PrincipalType Modifier and Type Field Description protected AttivioPrincipal.PrincipalType
AttivioPrincipal. principalType
The principal type.Methods in com.attivio.sdk.security that return AttivioPrincipal.PrincipalType Modifier and Type Method Description static AttivioPrincipal.PrincipalType
AttivioPrincipal.PrincipalType. fromExternal(java.lang.String value)
Converts an external value to aPrincipalType
value.AttivioPrincipal.PrincipalType
AttivioPrincipal. getPrincipalType()
static AttivioPrincipal.PrincipalType
AttivioPrincipal.PrincipalType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AttivioPrincipal.PrincipalType[]
AttivioPrincipal.PrincipalType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.attivio.sdk.security with parameters of type AttivioPrincipal.PrincipalType Modifier and Type Method Description void
AttivioPrincipal. setPrincipalType(AttivioPrincipal.PrincipalType principalType)
Set the principal typeConstructors in com.attivio.sdk.security with parameters of type AttivioPrincipal.PrincipalType Constructor Description AttivioPrincipal(AttivioPrincipalKey principalKey, java.lang.String principalName, AttivioPrincipal.PrincipalType principalType)
Constructs an Attivio principal from a principal key, name, and type.AttivioPrincipal(java.lang.String realmId, java.lang.String principalId, java.lang.String principalName, AttivioPrincipal.PrincipalType principalType)
Creates an Attivio principal object from a realm ID, a principal ID, a principal name, and a principal type.
-