Uses of Class
com.sun.identity.policy.Policy
-
Packages that use Policy Package Description com.sun.identity.console.policy.model com.sun.identity.entitlement.opensso com.sun.identity.policy Provides classes for policy administration and evaluation. -
-
Uses of Policy in com.sun.identity.console.policy.model
Methods in com.sun.identity.console.policy.model that return Policy Modifier and Type Method Description PolicyCachedPolicy. getPolicy()Returns policy object.Methods in com.sun.identity.console.policy.model with parameters of type Policy Modifier and Type Method Description booleanPolicyModel. canCreateRule(Policy policy, String realmName)Returns true if rule can be created in a policy.booleanPolicyModelImpl. canCreateRule(Policy policy, String realmName)Returns true if rule can be created in a policy.voidPolicyModel. createPolicy(String realmName, Policy policy)Creates a policy.voidPolicyModelImpl. createPolicy(String realmName, Policy policy)Creates a policy.SetPolicyModel. getActionSchemas(Policy policy, String realmName, String name, boolean withResourceName)Returns action schemas of service type.SetPolicyModelImpl. getActionSchemas(Policy policy, String realmName, String name, boolean withResourceName)Returns action schemas of service type.booleanPolicyModel. notRequiredResourceName(Policy policy, String realmName, String name)Returns true if service type does not require resource name.booleanPolicyModelImpl. notRequiredResourceName(Policy policy, String realmName, String name)Returns true if service type does not require resource name.voidPolicyModel. replacePolicy(String realmName, Policy policy)Modifies a policy.voidPolicyModelImpl. replacePolicy(String realmName, Policy policy)Modifies a policy.booleanPolicyModel. requiredResourceName(Policy policy, String realmName, String name)Returns true if service type requires resource name.booleanPolicyModelImpl. requiredResourceName(Policy policy, String realmName, String name)Returns true if service type requires resource name.Constructors in com.sun.identity.console.policy.model with parameters of type Policy Constructor Description CachedPolicy(Policy policy)Constructs a cached policy object -
Uses of Policy in com.sun.identity.entitlement.opensso
Methods in com.sun.identity.entitlement.opensso that return Policy Modifier and Type Method Description static PolicyPrivilegeUtils. privilegeToPolicy(String realm, Privilege privilege)static PolicyPrivilegeUtils. referralPrivilegeToPolicy(String realm, ReferralPrivilege referralPrivilege)Methods in com.sun.identity.entitlement.opensso with parameters of type Policy Modifier and Type Method Description static voidPrivilegeUtils. policyToPrivileges(Policy policy, Set<IPrivilege> privileges) -
Uses of Policy in com.sun.identity.policy
Methods in com.sun.identity.policy that return Policy Modifier and Type Method Description PolicyPolicyManager. getPolicy(String policyName)Deprecated.Gets the policy object given the name of the policy.Methods in com.sun.identity.policy with parameters of type Policy Modifier and Type Method Description voidPolicyManager. addPolicy(Policy policy)Deprecated.Adds a policy to the data store.voidPolicyManager. replacePolicy(Policy policy)Deprecated.Replaces a policy object in the data store with the same policy namevoidPolicyCache. sendPolicyChangeNotification(Policy oldPolicy, Policy newPolicy, int changeType)
-