Uses of Class
com.sun.identity.entitlement.PolicyEventType
-
Packages that use PolicyEventType Package Description com.sun.identity.entitlement Defines classes and interfaces to work with entitlements.com.sun.identity.entitlement.opensso -
-
Uses of PolicyEventType in com.sun.identity.entitlement
Methods in com.sun.identity.entitlement that return PolicyEventType Modifier and Type Method Description static PolicyEventTypePolicyEventType. valueOf(String name)Returns the enum constant of this type with the specified name.static PolicyEventType[]PolicyEventType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.sun.identity.entitlement with parameters of type PolicyEventType Modifier and Type Method Description protected abstract voidPrivilegeManager. notifyPrivilegeChanged(String realm, Privilege previous, Privilege current, PolicyEventType eventType) -
Uses of PolicyEventType in com.sun.identity.entitlement.opensso
Methods in com.sun.identity.entitlement.opensso with parameters of type PolicyEventType Modifier and Type Method Description protected voidPolicyPrivilegeManager. notifyPrivilegeChanged(String realm, Privilege previous, Privilege current, PolicyEventType eventType)
-