Searched refs:FSRealmAttributeMapper (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSRealmAttributeMapper.java25 * $Id: FSRealmAttributeMapper.java,v 1.2 2008/06/25 05:46:55 qcheng Exp $
36 * The interface <code>FSRealmAttributeMapper</code> is a plugin for
49 public interface FSRealmAttributeMapper { interface
H A DFSDefaultRealmAttributeMapper.java52 * implementation of the <code>FSRealmAttributeMapper</code> used at the service
61 public class FSDefaultRealmAttributeMapper implements FSRealmAttributeMapper {
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSRealmAttributeMapper.java25 * $Id: FSRealmAttributeMapper.java,v 1.2 2008/06/25 05:46:55 qcheng Exp $
36 * The interface <code>FSRealmAttributeMapper</code> is a plugin for
49 public interface FSRealmAttributeMapper { interface
H A DFSDefaultRealmAttributeMapper.java52 * implementation of the <code>FSRealmAttributeMapper</code> used at the service
61 public class FSDefaultRealmAttributeMapper implements FSRealmAttributeMapper {
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSAssertionArtifactHandler.java61 import com.sun.identity.federation.services.FSRealmAttributeMapper;
147 protected FSRealmAttributeMapper realmAttributeMapper = null;
1981 if (mapperClass instanceof FSRealmAttributeMapper) {
1982 realmAttributeMapper = (FSRealmAttributeMapper) mapperClass;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSAssertionArtifactHandler.java63 import com.sun.identity.federation.services.FSRealmAttributeMapper;
149 protected FSRealmAttributeMapper realmAttributeMapper = null;
1983 if (mapperClass instanceof FSRealmAttributeMapper) {
1984 realmAttributeMapper = (FSRealmAttributeMapper) mapperClass;

Completed in 68 milliseconds