Searched refs:DefaultLibraryIDPAttributeMapper (Results 1 - 6 of 6) sorted by relevance
/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/saml2/plugins/ |
H A D | DefaultIDPAttributeMapper.java | 39 public class DefaultIDPAttributeMapper extends DefaultLibraryIDPAttributeMapper
|
/forgerock/openam/openam-federation/OpenFM/src/main/java/com/sun/identity/saml2/plugins/ |
H A D | DefaultIDPAttributeMapper.java | 41 public class DefaultIDPAttributeMapper extends DefaultLibraryIDPAttributeMapper
|
/forgerock/openam-v13/openam-sts/openam-token-service-sts/src/main/java/org/forgerock/openam/sts/tokengeneration/saml2/statements/ |
H A D | DefaultAttributeMapper.java | 23 import com.sun.identity.saml2.plugins.DefaultLibraryIDPAttributeMapper; 34 * DefaultLibraryIDPAttributeMapper, as this functionality is relatively involved, and should not be duplicated so that 36 * This does mean, however, that a few inelegant elements must be tolerated: the DefaultLibraryIDPAttributeMapper obtains 40 * @see com.sun.identity.saml2.plugins.DefaultLibraryIDPAttributeMapper 43 public class DefaultAttributeMapper extends DefaultLibraryIDPAttributeMapper implements AttributeMapper { 58 * to be referenced outside of this method, due to the DefaultLibraryIDPAttributeMapper superclass. 77 * This method is consulted by the DefaultLibraryIDPAttributeMapper to determine whether to actually look-up keys in 79 * state exists corresponding to these accounts. The DefaultLibraryIDPAttributeMapper will only consult id-repo state
|
/forgerock/openam/openam-sts/openam-token-service-sts/src/main/java/org/forgerock/openam/sts/tokengeneration/saml2/statements/ |
H A D | DefaultAttributeMapper.java | 23 import com.sun.identity.saml2.plugins.DefaultLibraryIDPAttributeMapper; 34 * DefaultLibraryIDPAttributeMapper, as this functionality is relatively involved, and should not be duplicated so that 36 * This does mean, however, that a few inelegant elements must be tolerated: the DefaultLibraryIDPAttributeMapper obtains 40 * @see com.sun.identity.saml2.plugins.DefaultLibraryIDPAttributeMapper 43 public class DefaultAttributeMapper extends DefaultLibraryIDPAttributeMapper implements AttributeMapper { 58 * to be referenced outside of this method, due to the DefaultLibraryIDPAttributeMapper superclass. 77 * This method is consulted by the DefaultLibraryIDPAttributeMapper to determine whether to actually look-up keys in 79 * state exists corresponding to these accounts. The DefaultLibraryIDPAttributeMapper will only consult id-repo state
|
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/ |
H A D | DefaultLibraryIDPAttributeMapper.java | 25 * $Id: DefaultLibraryIDPAttributeMapper.java,v 1.3 2009/11/30 21:11:08 exu Exp $ 54 * This class <code>DefaultLibraryIDPAttributeMapper</code> implements the 108 public class DefaultLibraryIDPAttributeMapper extends DefaultAttributeMapper implements IDPAttributeMapper { class in inherits:DefaultAttributeMapper,IDPAttributeMapper 113 public DefaultLibraryIDPAttributeMapper() { method in class:DefaultLibraryIDPAttributeMapper 141 String debugMethod = "DefaultLibraryIDPAttributeMapper.getAttributes: "; 326 String debugMethod = "DefaultLibraryIDPAttributeMapper.getBinaryAttributeValues: ";
|
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/ |
H A D | DefaultLibraryIDPAttributeMapper.java | 25 * $Id: DefaultLibraryIDPAttributeMapper.java,v 1.3 2009/11/30 21:11:08 exu Exp $ 53 * This class <code>DefaultLibraryIDPAttributeMapper</code> implements the 107 public class DefaultLibraryIDPAttributeMapper extends DefaultAttributeMapper class in inherits:DefaultAttributeMapper,IDPAttributeMapper 116 public DefaultLibraryIDPAttributeMapper() { method in class:DefaultLibraryIDPAttributeMapper 147 debug.warning("DefaultLibraryIDPAttributeMapper." + 155 debug.message("DefaultLibraryIDPAttributeMapper." + 162 debug.message("DefaultLibraryIDPAttributeMapper." + 168 debug.message("DefaultLibraryIDPAttributeMapper." + 203 debug.warning("DefaultLibraryIDPAttributeMapper." + 228 debug.message("DefaultLibraryIDPAttributeMapper [all...] |
Completed in 1386 milliseconds