Searched refs:supportedSubjectCategory (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/context/impl/
H A DRequestImpl.java80 private static Set supportedSubjectCategory = new HashSet(); field in class:RequestImpl
82 supportedSubjectCategory.add(XACMLConstants.ACCESS_SUBJECT);
83 supportedSubjectCategory.add(XACMLConstants.
195 if (!supportedSubjectCategory.contains(
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/context/impl/
H A DRequestImpl.java80 private static Set supportedSubjectCategory = new HashSet(); field in class:RequestImpl
82 supportedSubjectCategory.add(XACMLConstants.ACCESS_SUBJECT);
83 supportedSubjectCategory.add(XACMLConstants.
195 if (!supportedSubjectCategory.contains(

Completed in 29 milliseconds