Uses of Class
com.sun.identity.console.policy.model.CachedPolicy
-
Packages that use CachedPolicy Package Description com.sun.identity.console.policy com.sun.identity.console.policy.model -
-
Uses of CachedPolicy in com.sun.identity.console.policy
Methods in com.sun.identity.console.policy that return CachedPolicy Modifier and Type Method Description protected CachedPolicyConditionOpViewBeanBase. getCachedPolicy()protected CachedPolicyProfileViewBeanBase. getCachedPolicy()protected CachedPolicyReferralOpViewBeanBase. getCachedPolicy()protected CachedPolicyResponseProviderOpViewBeanBase. getCachedPolicy()protected CachedPolicyRuleOpViewBeanBase. getCachedPolicy()protected CachedPolicySelectTypeViewBeanBase. getCachedPolicy()protected CachedPolicySubjectOpViewBeanBase. getCachedPolicy() -
Uses of CachedPolicy in com.sun.identity.console.policy.model
Methods in com.sun.identity.console.policy.model that return CachedPolicy Modifier and Type Method Description CachedPolicyPolicyModel. getCachedPolicy(String cacheID)Returns cached policy object.CachedPolicyPolicyModelImpl. getCachedPolicy(String cacheID)Returns cached policy object.CachedPolicyPolicyCache. getPolicy(SSOToken token, String cacheID)Returns cached policy objectMethods in com.sun.identity.console.policy.model with parameters of type CachedPolicy Modifier and Type Method Description StringPolicyCache. cachePolicy(SSOToken token, CachedPolicy policy)Caches a policy objectvoidPolicyCache. setPolicy(SSOToken token, String cachedID, CachedPolicy policy)Set a policy object with a given ID.
-