Searched refs:DefaultIDPAccountMapper (Results 1 - 4 of 4) sorted by relevance
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/plugins/ |
H A D | DefaultIDPAccountMapper.java | 25 * $Id: DefaultIDPAccountMapper.java,v 1.7 2009/10/28 23:58:59 exu Exp $ 51 * This class <code>DefaultIDPAccountMapper</code> is the default 60 public class DefaultIDPAccountMapper extends DefaultAccountMapper class in inherits:DefaultAccountMapper,IDPAccountMapper 63 public DefaultIDPAccountMapper() { method in class:DefaultIDPAccountMapper 64 debug.message("DefaultIDPAccountMapper.constructor");
|
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/plugins/ |
H A D | DefaultIDPAccountMapper.java | 25 * $Id: DefaultIDPAccountMapper.java,v 1.7 2009/10/28 23:58:59 exu Exp $ 54 * This class <code>DefaultIDPAccountMapper</code> is the default 63 public class DefaultIDPAccountMapper extends DefaultAccountMapper class in inherits:DefaultAccountMapper,IDPAccountMapper 66 public DefaultIDPAccountMapper() { method in class:DefaultIDPAccountMapper 67 debug.message("DefaultIDPAccountMapper.constructor");
|
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/ |
H A D | DefaultIDPAccountMapper.java | 25 * $Id: DefaultIDPAccountMapper.java,v 1.9 2008/11/10 22:57:02 veiming Exp $ 52 * This class <code>DefaultIDPAccountMapper</code> is the default implementation of the <code>IDPAccountMapper</code> 57 public class DefaultIDPAccountMapper extends DefaultAccountMapper implements IDPAccountMapper { class in inherits:DefaultAccountMapper,IDPAccountMapper 59 public DefaultIDPAccountMapper() { method in class:DefaultIDPAccountMapper 60 debug.message("DefaultIDPAccountMapper.constructor"); 139 debug.message("DefaultIDPAccountMapper.getIdentity: realm = " + realm + ", hostEntityID = " + hostEntityID 147 debug.error("DefaultIDPAccountMapper.getIdentity(NameIDMappingRequest): ", dse); 190 debug.warning("DefaultIDPAccountMapper.getNameIDValueFromUserProfile:", dspe);
|
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/ |
H A D | DefaultIDPAccountMapper.java | 25 * $Id: DefaultIDPAccountMapper.java,v 1.9 2008/11/10 22:57:02 veiming Exp $ 56 * This class <code>DefaultIDPAccountMapper</code> is the default implementation of the <code>IDPAccountMapper</code> 61 public class DefaultIDPAccountMapper extends DefaultAccountMapper implements IDPAccountMapper { class in inherits:DefaultAccountMapper,IDPAccountMapper 63 public DefaultIDPAccountMapper() { method in class:DefaultIDPAccountMapper 64 debug.message("DefaultIDPAccountMapper.constructor"); 149 debug.message("DefaultIDPAccountMapper.getIdentity: realm = " + realm + ", hostEntityID = " + hostEntityID 157 debug.error("DefaultIDPAccountMapper.getIdentity(NameIDMappingRequest): ", dse); 208 debug.warning("DefaultIDPAccountMapper.getNameIDValueFromUserProfile:", dspe);
|
Completed in 96 milliseconds