Uses of Class
com.sun.identity.entitlement.PrivilegeType
-
Packages that use PrivilegeType Package Description com.sun.identity.entitlement Defines classes and interfaces to work with entitlements.com.sun.identity.entitlement.opensso -
-
Uses of PrivilegeType in com.sun.identity.entitlement
Fields in com.sun.identity.entitlement declared as PrivilegeType Modifier and Type Field Description static PrivilegeTypePrivilegeType. OPENSSOOpenAM privilege.static PrivilegeTypePrivilegeType. UNKNOWNUnknown type.static PrivilegeTypePrivilegeType. XACML3_OPENSSOXACML OpenAM privilege.Methods in com.sun.identity.entitlement that return PrivilegeType Modifier and Type Method Description PrivilegeTypePrivilege. getType()Returns privilege Type. -
Uses of PrivilegeType in com.sun.identity.entitlement.opensso
Methods in com.sun.identity.entitlement.opensso that return PrivilegeType Modifier and Type Method Description PrivilegeTypeOpenSSOPrivilege. getType()PrivilegeTypeXACMLOpenSSOPrivilege. getType()
-