Searched refs:SPAccountMapper (Results 1 - 16 of 16) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/plugins/
H A DSPAccountMapper.java25 * $Id: SPAccountMapper.java,v 1.5 2008/08/19 19:11:16 veiming Exp $
48 public interface SPAccountMapper { interface
H A DDefaultLibrarySPAccountMapper.java58 * implementation of the <code>SPAccountMapper</code> that is used
65 implements SPAccountMapper {
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/plugins/
H A DSPAccountMapper.java25 * $Id: SPAccountMapper.java,v 1.5 2008/08/19 19:11:16 veiming Exp $
48 public interface SPAccountMapper { interface
H A DDefaultLibrarySPAccountMapper.java58 * implementation of the <code>SPAccountMapper</code> that is used
65 implements SPAccountMapper {
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DSPAccountMapper.java25 * $Id: SPAccountMapper.java,v 1.5 2008/08/19 19:11:15 veiming Exp $
36 * The interface <code>SPAccountMapper</code> is used to identify the local identities that maps the <code>SAML</code>
47 public interface SPAccountMapper { interface
H A DDefaultLibrarySPAccountMapper.java57 * <code>SPAccountMapper</code> that is used to map the <code>SAML</code> protocol objects to the user accounts at the
61 public class DefaultLibrarySPAccountMapper extends DefaultAccountMapper implements SPAccountMapper {
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DSPAccountMapper.java25 * $Id: SPAccountMapper.java,v 1.5 2008/08/19 19:11:15 veiming Exp $
36 * The interface <code>SPAccountMapper</code> is used to identify the local identities that maps the <code>SAML</code>
47 public interface SPAccountMapper { interface
H A DDefaultLibrarySPAccountMapper.java57 * <code>SPAccountMapper</code> that is used to map the <code>SAML</code> protocol objects to the user accounts at the
61 public class DefaultLibrarySPAccountMapper extends DefaultAccountMapper implements SPAccountMapper {
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/servlet/
H A DRPSigninResponse.java44 import com.sun.identity.wsfederation.plugins.SPAccountMapper;
177 SPAccountMapper acctMapper = getSPAccountMapper(attributes);
263 private static SPAccountMapper getSPAccountMapper(
265 SPAccountMapper acctMapper = null;
270 acctMapper = (SPAccountMapper)
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/servlet/
H A DRPSigninResponse.java44 import com.sun.identity.wsfederation.plugins.SPAccountMapper;
177 SPAccountMapper acctMapper = getSPAccountMapper(attributes);
263 private static SPAccountMapper getSPAccountMapper(
265 SPAccountMapper acctMapper = null;
270 acctMapper = (SPAccountMapper)
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DSAML2Utils.java79 import com.sun.identity.saml2.plugins.SPAccountMapper;
3016 * Returns an <code>SPAccountMapper</code>
3020 * @return the <code>SPAccountMapper</code>
3023 public static SPAccountMapper getSPAccountMapper(
3028 SPAccountMapper spAccountMapper = null;
3041 spAccountMapper = (SPAccountMapper)
3044 spAccountMapper = (SPAccountMapper)
3051 "got the SPAccountMapper from cache");
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DSAML2Utils.java81 import com.sun.identity.saml2.plugins.SPAccountMapper;
3041 * Returns an <code>SPAccountMapper</code>
3045 * @return the <code>SPAccountMapper</code>
3048 public static SPAccountMapper getSPAccountMapper(
3053 SPAccountMapper spAccountMapper = null;
3066 spAccountMapper = (SPAccountMapper)
3069 spAccountMapper = (SPAccountMapper)
3076 "got the SPAccountMapper from cache");
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DSPACSUtils.java79 import com.sun.identity.saml2.plugins.SPAccountMapper;
1044 SPAccountMapper acctMapper = SAML2Utils.getSPAccountMapper(realm, hostEntityId);
2098 final SPAccountMapper acctMapper = SAML2Utils.getSPAccountMapper(realm, spEntityId);
H A DDoManageNameID.java88 import com.sun.identity.saml2.plugins.SPAccountMapper;
1186 SPAccountMapper spAcctMapper = SAML2Utils.getSPAccountMapper(
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DSPACSUtils.java82 import com.sun.identity.saml2.plugins.SPAccountMapper;
1047 SPAccountMapper acctMapper = SAML2Utils.getSPAccountMapper(realm, hostEntityId);
2079 final SPAccountMapper acctMapper = SAML2Utils.getSPAccountMapper(realm, spEntityId);
H A DDoManageNameID.java90 import com.sun.identity.saml2.plugins.SPAccountMapper;
1188 SPAccountMapper spAcctMapper = SAML2Utils.getSPAccountMapper(

Completed in 83 milliseconds