Searched refs:FSAttributeMapper (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 DFSAttributeMapper.java25 * $Id: FSAttributeMapper.java,v 1.3 2008/06/25 05:46:52 qcheng Exp $
36 * The interface <code>FSAttributeMapper</code> is a plugin for
49 public interface FSAttributeMapper { interface
H A DFSDefaultAttributeMapper.java52 * implementation of the <code>FSAttributeMapper</code> used at the service
61 public class FSDefaultAttributeMapper implements FSAttributeMapper {
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSAttributeMapper.java25 * $Id: FSAttributeMapper.java,v 1.3 2008/06/25 05:46:52 qcheng Exp $
36 * The interface <code>FSAttributeMapper</code> is a plugin for
49 public interface FSAttributeMapper { interface
H A DFSDefaultAttributeMapper.java52 * implementation of the <code>FSAttributeMapper</code> used at the service
61 public class FSDefaultAttributeMapper implements FSAttributeMapper {
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSAssertionArtifactHandler.java60 import com.sun.identity.federation.services.FSAttributeMapper;
146 protected FSAttributeMapper attributeMapper = null;
1983 } else if (mapperClass instanceof FSAttributeMapper) {
1984 attributeMapper = (FSAttributeMapper) mapperClass;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSAssertionArtifactHandler.java62 import com.sun.identity.federation.services.FSAttributeMapper;
148 protected FSAttributeMapper attributeMapper = null;
1985 } else if (mapperClass instanceof FSAttributeMapper) {
1986 attributeMapper = (FSAttributeMapper) mapperClass;

Completed in 30 milliseconds