Searched refs:AttributeAuthorityMapper (Results 1 - 8 of 8) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DAttributeAuthorityMapper.java25 * $Id: AttributeAuthorityMapper.java,v 1.3 2008/12/03 00:34:10 hengming Exp $
39 * This interface <code>AttributeAuthorityMapper</code> is used by attribute
41 * you implement the AttributeAuthorityMapper. You can use the attributes on
43 * AttributeAuthorityMapper uses an attribute on the HttpServletRequest to
48 public interface AttributeAuthorityMapper { interface
H A DDefaultAttributeAuthorityMapper.java41 * implementation of the <code>AttributeAuthorityMapper</code> that is used by
45 AttributeAuthorityMapper {
H A DX509SubjectAttributeAuthorityMapper.java41 * implementation of the <code>AttributeAuthorityMapper</code> that is used by
46 AttributeAuthorityMapper {
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DAttributeAuthorityMapper.java25 * $Id: AttributeAuthorityMapper.java,v 1.3 2008/12/03 00:34:10 hengming Exp $
39 * This interface <code>AttributeAuthorityMapper</code> is used by attribute
41 * you implement the AttributeAuthorityMapper. You can use the attributes on
43 * AttributeAuthorityMapper uses an attribute on the HttpServletRequest to
48 public interface AttributeAuthorityMapper { interface
H A DDefaultAttributeAuthorityMapper.java41 * implementation of the <code>AttributeAuthorityMapper</code> that is used by
45 AttributeAuthorityMapper {
H A DX509SubjectAttributeAuthorityMapper.java41 * implementation of the <code>AttributeAuthorityMapper</code> that is used by
46 AttributeAuthorityMapper {
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DAttributeQueryUtil.java80 import com.sun.identity.saml2.plugins.AttributeAuthorityMapper;
256 AttributeAuthorityMapper attrAuthorityMapper =
1197 * Returns an <code>AttributeAuthorityMapper</code>
1203 * @return the <code>AttributeAuthorityMapper</code>
1206 static AttributeAuthorityMapper getAttributeAuthorityMapper(String realm,
1211 AttributeAuthorityMapper attrAuthorityMapper = null;
1226 attrAuthorityMapper = (AttributeAuthorityMapper)
1229 attrAuthorityMapper = (AttributeAuthorityMapper)
1237 "got the AttributeAuthorityMapper from cache");
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DAttributeQueryUtil.java82 import com.sun.identity.saml2.plugins.AttributeAuthorityMapper;
258 AttributeAuthorityMapper attrAuthorityMapper =
1199 * Returns an <code>AttributeAuthorityMapper</code>
1205 * @return the <code>AttributeAuthorityMapper</code>
1208 static AttributeAuthorityMapper getAttributeAuthorityMapper(String realm,
1213 AttributeAuthorityMapper attrAuthorityMapper = null;
1228 attrAuthorityMapper = (AttributeAuthorityMapper)
1231 attrAuthorityMapper = (AttributeAuthorityMapper)
1239 "got the AttributeAuthorityMapper from cache");

Completed in 50 milliseconds