Searched defs:tokenIdString (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/
H A DPolicyCache.java726 * to the <code>tokenIdString</code>. This is triggered through
732 * @param tokenIdString sessionId of the user whose session property changed
734 void clearSubjectResultCache(String tokenIdString) throws PolicyException { argument
736 DEBUG.message("PolicyCache.clearSubjectResultCache(tokenIdString): "
745 policy.clearSubjectResultCache(tokenIdString);
H A DSubjects.java863 * to the <code>tokenIdString</code>. This is triggered through
868 * @param tokenIdString sessionId of the user whose session property changed
870 void clearSubjectResultCache(String tokenIdString) throws PolicyException { argument
873 "Subjects.clearSubjectResultCache(tokenIdString): "
877 resultCache.remove(tokenIdString);
H A DPolicy.java2670 * to the <code>tokenIdString</code>. This is triggered through
2675 * @param tokenIdString sessionId of the user whose session property changed
2677 void clearSubjectResultCache(String tokenIdString) throws PolicyException { argument
2679 DEBUG.message("Policy.clearSubjectResultCache(tokenIdString): "
2683 users.clearSubjectResultCache(tokenIdString);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/
H A DPolicyCache.java717 * to the <code>tokenIdString</code>. This is triggered through
723 * @param tokenIdString sessionId of the user whose session property changed
725 void clearSubjectResultCache(String tokenIdString) throws PolicyException { argument
727 DEBUG.message("PolicyCache.clearSubjectResultCache(tokenIdString): "
736 policy.clearSubjectResultCache(tokenIdString);
H A DSubjects.java862 * to the <code>tokenIdString</code>. This is triggered through
867 * @param tokenIdString sessionId of the user whose session property changed
869 void clearSubjectResultCache(String tokenIdString) throws PolicyException { argument
872 "Subjects.clearSubjectResultCache(tokenIdString): "
876 resultCache.remove(tokenIdString);
H A DPolicy.java2670 * to the <code>tokenIdString</code>. This is triggered through
2675 * @param tokenIdString sessionId of the user whose session property changed
2677 void clearSubjectResultCache(String tokenIdString) throws PolicyException { argument
2679 DEBUG.message("Policy.clearSubjectResultCache(tokenIdString): "
2683 users.clearSubjectResultCache(tokenIdString);

Completed in 55 milliseconds