Searched refs:SPACSUtils (Results 1 - 10 of 10) sorted by relevance

/forgerock/openam-v13/openam-authentication/openam-auth-saml2/src/main/java/org/forgerock/openam/authentication/modules/saml2/
H A DSAML2Proxy.java49 import com.sun.identity.saml2.profile.SPACSUtils;
189 respInfo = SPACSUtils.getResponse(request, response, realm, hostEntityId, metaManager);
H A DSAML2.java53 import com.sun.identity.saml2.profile.SPACSUtils;
330 username = SPACSUtils.getPrincipalWithoutLogin(assertionSubject, authnAssertion,
641 final boolean needAttributeEncrypted = SPACSUtils.getNeedAttributeEncrypted(assertionEncryptedAttr,
644 final List<Attribute> attrs = SPACSUtils.getAttrs(assertion, needAttributeEncrypted, decryptionKeys);
H A DSAML2PostAuthenticationPlugin.java44 import com.sun.identity.saml2.profile.SPACSUtils;
167 SPACSUtils.saveInfoInMemory(sessionProvider, session, sessionIndex, metaAlias,
/forgerock/openam/openam-authentication/openam-auth-saml2/src/main/java/org/forgerock/openam/authentication/modules/saml2/
H A DSAML2Proxy.java50 import com.sun.identity.saml2.profile.SPACSUtils;
190 respInfo = SPACSUtils.getResponse(request, response, realm, hostEntityId, metaManager);
H A DSAML2.java56 import com.sun.identity.saml2.profile.SPACSUtils;
352 username = SPACSUtils.getPrincipalWithoutLogin(assertionSubject, authnAssertion,
665 SPACSUtils.getNeedAttributeEncrypted(needAssertionEncrypted, spssoconfig);
667 final List<Attribute> attrs = SPACSUtils.getAttrs(assertion, needAttributeEncrypted, decryptionKeys);
H A DSAML2PostAuthenticationPlugin.java45 import com.sun.identity.saml2.profile.SPACSUtils;
167 SPACSUtils.saveInfoInMemory(sessionProvider, session, sessionIndex, metaAlias,
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/servlet/
H A DRPSigninResponse.java35 import com.sun.identity.saml2.profile.SPACSUtils;
211 SPACSUtils.setAttrMapInSession(sessionProvider, attrMap,
342 "SPACSUtils.setAttrMapInSession: AttrMap:" +
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/servlet/
H A DRPSigninResponse.java35 import com.sun.identity.saml2.profile.SPACSUtils;
211 SPACSUtils.setAttrMapInSession(sessionProvider, attrMap,
342 "SPACSUtils.setAttrMapInSession: AttrMap:" +
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DSPACSUtils.java25 * $Id: SPACSUtils.java,v 1.48 2009/11/20 21:41:16 exu Exp $
126 public class SPACSUtils { class
131 private SPACSUtils() {} method in class:SPACSUtils
218 SAML2Utils.debug.message("SPACSUtils.getResponse: got response="
243 SAML2Utils.debug.message("SPACSUtils.getResponseFromGet: resID="
251 SAML2Utils.debug.message("SPACSUtils.getResponseFromGet: "
270 SAML2Utils.debug.error("SPACSUtils.getResponseFromGet: Artifact "
298 SAML2Utils.debug.message("SPACSUtils.getResponseFromArtifact: " +
311 SAML2Utils.debug.error("SPACSUtils.getResponseFromArtifact: "
381 SAML2Utils.debug.message("SPACSUtils
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DSPACSUtils.java25 * $Id: SPACSUtils.java,v 1.48 2009/11/20 21:41:16 exu Exp $
129 public class SPACSUtils { class
134 private SPACSUtils() {} method in class:SPACSUtils
221 SAML2Utils.debug.message("SPACSUtils.getResponse: got response="
246 SAML2Utils.debug.message("SPACSUtils.getResponseFromGet: resID="
254 SAML2Utils.debug.message("SPACSUtils.getResponseFromGet: "
273 SAML2Utils.debug.error("SPACSUtils.getResponseFromGet: Artifact "
301 SAML2Utils.debug.message("SPACSUtils.getResponseFromArtifact: " +
314 SAML2Utils.debug.error("SPACSUtils.getResponseFromArtifact: "
384 SAML2Utils.debug.message("SPACSUtils
[all...]

Completed in 33 milliseconds