Searched refs:SPAttributeMapper (Results 1 - 18 of 18) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/plugins/
H A DSPAttributeMapper.java25 * $Id: SPAttributeMapper.java,v 1.3 2008/06/25 05:48:07 qcheng Exp $
36 * This interface <code>SPAttributeMapper</code> is used to map the
53 public interface SPAttributeMapper { interface
H A DDefaultSPAttributeMapper.java49 * <code>SPAttributeMapper</code> for mapping the assertion attributes
53 implements SPAttributeMapper {
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/plugins/
H A DSPAttributeMapper.java25 * $Id: SPAttributeMapper.java,v 1.3 2008/06/25 05:48:07 qcheng Exp $
36 * This interface <code>SPAttributeMapper</code> is used to map the
53 public interface SPAttributeMapper { interface
H A DDefaultSPAttributeMapper.java49 * <code>SPAttributeMapper</code> for mapping the assertion attributes
53 implements SPAttributeMapper {
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DSPAttributeMapper.java25 * $Id: SPAttributeMapper.java,v 1.3 2008/06/25 05:47:52 qcheng Exp $
42 * This interface <code>SPAttributeMapper</code> is used to map the
58 public interface SPAttributeMapper { interface
H A DDefaultSPAttributeMapper.java48 * <code>SPAttributeMapper</code> for mapping the assertion attributes
52 implements SPAttributeMapper {
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DSPAttributeMapper.java25 * $Id: SPAttributeMapper.java,v 1.3 2008/06/25 05:47:52 qcheng Exp $
42 * This interface <code>SPAttributeMapper</code> is used to map the
58 public interface SPAttributeMapper { interface
H A DDefaultSPAttributeMapper.java48 * <code>SPAttributeMapper</code> for mapping the assertion attributes
52 implements SPAttributeMapper {
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/servlet/
H A DRPSigninResponse.java45 import com.sun.identity.wsfederation.plugins.SPAttributeMapper;
178 SPAttributeMapper attrMapper = getSPAttributeMapper(attributes);
293 private SPAttributeMapper getSPAttributeMapper(Map attributes)
295 SPAttributeMapper attrMapper = null;
300 attrMapper = (SPAttributeMapper)
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/servlet/
H A DRPSigninResponse.java45 import com.sun.identity.wsfederation.plugins.SPAttributeMapper;
178 SPAttributeMapper attrMapper = getSPAttributeMapper(attributes);
293 private SPAttributeMapper getSPAttributeMapper(Map attributes)
295 SPAttributeMapper attrMapper = null;
300 attrMapper = (SPAttributeMapper)
/forgerock/openam-v13/openam-authentication/openam-auth-saml2/src/main/java/org/forgerock/openam/authentication/modules/saml2/
H A DSAML2.java49 import com.sun.identity.saml2.plugins.SPAttributeMapper;
646 final SPAttributeMapper attrMapper = SAML2Utils.getSPAttributeMapper(realm, spName);
/forgerock/openam/openam-authentication/openam-auth-saml2/src/main/java/org/forgerock/openam/authentication/modules/saml2/
H A DSAML2.java52 import com.sun.identity.saml2.plugins.SPAttributeMapper;
669 final SPAttributeMapper attrMapper = SAML2Utils.getSPAttributeMapper(realm, spName);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DAttributeQueryUtil.java81 import com.sun.identity.saml2.plugins.SPAttributeMapper;
1426 SPAttributeMapper spAttributeMapper = SAML2Utils.getSPAttributeMapper(realm, spEntityID);
H A DSPACSUtils.java80 import com.sun.identity.saml2.plugins.SPAttributeMapper;
1045 SPAttributeMapper attrMapper = SAML2Utils.getSPAttributeMapper(realm, hostEntityId);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DAttributeQueryUtil.java83 import com.sun.identity.saml2.plugins.SPAttributeMapper;
1428 SPAttributeMapper spAttributeMapper = SAML2Utils.getSPAttributeMapper(realm, spEntityID);
H A DSPACSUtils.java83 import com.sun.identity.saml2.plugins.SPAttributeMapper;
1048 SPAttributeMapper attrMapper = SAML2Utils.getSPAttributeMapper(realm, hostEntityId);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DSAML2Utils.java80 import com.sun.identity.saml2.plugins.SPAttributeMapper;
3478 * Gets the <code>SPAttributeMapper</code>.
3482 * @return The {@link SPAttributeMapper} defined in the configuration.
3485 public static SPAttributeMapper getSPAttributeMapper(String realm, String spEntityID) throws SAML2Exception {
3497 return Class.forName(spAttributeMapperName).asSubclass(SPAttributeMapper.class).newInstance();
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DSAML2Utils.java82 import com.sun.identity.saml2.plugins.SPAttributeMapper;
3503 * Gets the <code>SPAttributeMapper</code>.
3507 * @return The {@link SPAttributeMapper} defined in the configuration.
3510 public static SPAttributeMapper getSPAttributeMapper(String realm, String spEntityID) throws SAML2Exception {
3522 return Class.forName(spAttributeMapperName).asSubclass(SPAttributeMapper.class).newInstance();

Completed in 80 milliseconds