Searched defs:idpEntityId (Results 1 - 25 of 34) sorted by relevance

12

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSBrowserPostConsumerHandler.java58 * @param idpEntityId <code>IDP</code> entity id
66 String idpEntityId,
74 idpEntityId,
63 FSBrowserPostConsumerHandler(HttpServletRequest request, HttpServletResponse response, IDPDescriptorType idpDescriptor, String idpEntityId, FSAuthnRequest authnRequest, boolean doFederate, String relayState) argument
H A DFSLECPConsumerHandler.java57 * @param idpEntityId <code>IDP</code> entity id
65 String idpEntityId,
73 idpEntityId,
62 FSLECPConsumerHandler(HttpServletRequest request, HttpServletResponse response, IDPDescriptorType idpDescriptor, String idpEntityId, FSAuthnRequest authnRequest, boolean doFederate, String relayState) argument
H A DFSWMLPostConsumerHandler.java58 * @param idpEntityId <code>IDP</code> entity id
66 String idpEntityId,
74 idpEntityId,
63 FSWMLPostConsumerHandler(HttpServletRequest request, HttpServletResponse response, IDPDescriptorType idpDescriptor, String idpEntityId, FSAuthnRequest authnRequest, boolean doFederate, String relayState) argument
H A DFSAssertionConsumerService.java409 String idpEntityId = null;
415 idpEntityId = getProvider(
418 realm, idpEntityId);
419 if (idpEntityId == null || idpDescriptor == null) {
441 doc, idpDescriptor, idpEntityId))
456 idpEntityId = authnResponse.getProviderId();
458 realm, idpEntityId);
470 idpEntityId);
525 Document doc, IDPDescriptorType idpDescriptor, String idpEntityId)
531 idpDescriptor, idpEntityId, tru
524 verifyAuthnResponseSignature( Document doc, IDPDescriptorType idpDescriptor, String idpEntityId) argument
[all...]
H A DFSBrowserArtifactConsumerHandler.java81 * @param idpEntityId <code>IDP</code> entity id
90 String idpEntityId,
100 idpEntityId,
111 * @param idpEntityId <code>IDP</code> entity id
119 String idpEntityId,
124 super(request, response, idpDescriptor, idpEntityId,
400 !(idpEntityIdRef.equals(idpEntityId)))
86 FSBrowserArtifactConsumerHandler( HttpServletRequest request, HttpServletResponse response, IDPDescriptorType idpDescriptor, String idpEntityId, boolean doFederate, String nameIDPolicy, String relayState ) argument
115 FSBrowserArtifactConsumerHandler( HttpServletRequest request, HttpServletResponse response, IDPDescriptorType idpDescriptor, String idpEntityId, String relayState, FSRequest samlReq ) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSBrowserPostConsumerHandler.java58 * @param idpEntityId <code>IDP</code> entity id
66 String idpEntityId,
74 idpEntityId,
63 FSBrowserPostConsumerHandler(HttpServletRequest request, HttpServletResponse response, IDPDescriptorType idpDescriptor, String idpEntityId, FSAuthnRequest authnRequest, boolean doFederate, String relayState) argument
H A DFSLECPConsumerHandler.java57 * @param idpEntityId <code>IDP</code> entity id
65 String idpEntityId,
73 idpEntityId,
62 FSLECPConsumerHandler(HttpServletRequest request, HttpServletResponse response, IDPDescriptorType idpDescriptor, String idpEntityId, FSAuthnRequest authnRequest, boolean doFederate, String relayState) argument
H A DFSWMLPostConsumerHandler.java58 * @param idpEntityId <code>IDP</code> entity id
66 String idpEntityId,
74 idpEntityId,
63 FSWMLPostConsumerHandler(HttpServletRequest request, HttpServletResponse response, IDPDescriptorType idpDescriptor, String idpEntityId, FSAuthnRequest authnRequest, boolean doFederate, String relayState) argument
H A DFSAssertionConsumerService.java409 String idpEntityId = null;
415 idpEntityId = getProvider(
418 realm, idpEntityId);
419 if (idpEntityId == null || idpDescriptor == null) {
441 doc, idpDescriptor, idpEntityId))
456 idpEntityId = authnResponse.getProviderId();
458 realm, idpEntityId);
470 idpEntityId);
525 Document doc, IDPDescriptorType idpDescriptor, String idpEntityId)
531 idpDescriptor, idpEntityId, tru
524 verifyAuthnResponseSignature( Document doc, IDPDescriptorType idpDescriptor, String idpEntityId) argument
[all...]
H A DFSBrowserArtifactConsumerHandler.java81 * @param idpEntityId <code>IDP</code> entity id
90 String idpEntityId,
100 idpEntityId,
111 * @param idpEntityId <code>IDP</code> entity id
119 String idpEntityId,
124 super(request, response, idpDescriptor, idpEntityId,
400 !(idpEntityIdRef.equals(idpEntityId)))
86 FSBrowserArtifactConsumerHandler( HttpServletRequest request, HttpServletResponse response, IDPDescriptorType idpDescriptor, String idpEntityId, boolean doFederate, String nameIDPolicy, String relayState ) argument
115 FSBrowserArtifactConsumerHandler( HttpServletRequest request, HttpServletResponse response, IDPDescriptorType idpDescriptor, String idpEntityId, String relayState, FSRequest samlReq ) argument
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/multiprotocol/
H A DIDFFSingleLogoutHandler.java158 String idpEntityId = idffManager.getEntityIDByMetaAlias(idpMetaAlias);
166 idpEntityId, relayState, idffManager);
190 String realm, String idpMetaAlias, String idpEntityId,
215 userID, idpEntityId, ssoToken);
223 metaManager.getIDPDescriptor(realm, idpEntityId);
225 metaManager.getIDPDescriptorConfig(realm, idpEntityId);
229 handlerObj.setHostedEntityId(idpEntityId);
188 handleSOAPInitiatedSingleLogout(Set userSession, String userID, HttpServletRequest request, HttpServletResponse response, String realm, String idpMetaAlias, String idpEntityId, String relayState, IDFFMetaManager metaManager) argument
H A DSAML2SingleLogoutHandler.java171 String idpEntityId = saml2Manager.getEntityByMetaAlias(idpMetaAlias);
174 idpEntityId, relayState, saml2Manager);
277 String realm, String idpMetaAlias, String idpEntityId,
275 handleSOAPInitiatedSingleLogout(Set userSession, String userID, HttpServletRequest request, HttpServletResponse response, String realm, String idpMetaAlias, String idpEntityId, String relayState, SAML2MetaManager saml2Manager) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/multiprotocol/
H A DIDFFSingleLogoutHandler.java158 String idpEntityId = idffManager.getEntityIDByMetaAlias(idpMetaAlias);
166 idpEntityId, relayState, idffManager);
190 String realm, String idpMetaAlias, String idpEntityId,
215 userID, idpEntityId, ssoToken);
223 metaManager.getIDPDescriptor(realm, idpEntityId);
225 metaManager.getIDPDescriptorConfig(realm, idpEntityId);
229 handlerObj.setHostedEntityId(idpEntityId);
188 handleSOAPInitiatedSingleLogout(Set userSession, String userID, HttpServletRequest request, HttpServletResponse response, String realm, String idpMetaAlias, String idpEntityId, String relayState, IDFFMetaManager metaManager) argument
H A DSAML2SingleLogoutHandler.java171 String idpEntityId = saml2Manager.getEntityByMetaAlias(idpMetaAlias);
174 idpEntityId, relayState, saml2Manager);
277 String realm, String idpMetaAlias, String idpEntityId,
275 handleSOAPInitiatedSingleLogout(Set userSession, String userID, HttpServletRequest request, HttpServletResponse response, String realm, String idpMetaAlias, String idpEntityId, String relayState, SAML2MetaManager saml2Manager) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/servlet/
H A DIPSigninRequest.java254 private void sendResponse(Object session, String idpEntityId, argument
293 WSFederationUtils.createSAML11Token(realm, idpEntityId, spEntityId, session, spTokenIssuerName,
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/profile/
H A DSAML11RequestedSecurityToken.java153 * @param idpEntityId identity provifer entity ID - issuer of the token.
171 String idpEntityId, int notBeforeSkew, int effectiveTime,
199 metaManager.getEntityDescriptor(realm, idpEntityId);
170 SAML11RequestedSecurityToken(String realm, String spEntityId, String idpEntityId, int notBeforeSkew, int effectiveTime, String certAlias, String authMethod, Date authInstant, NameIdentifier ni, List attributes) argument
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/servlet/
H A DIPSigninRequest.java261 private void sendResponse(Object session, String idpEntityId, argument
285 metaManager.getIDPSSOConfig(realm, idpEntityId);
289 + idpEntityId);
326 List attributes = attrMapper.getAttributes(session, idpEntityId,
341 idpEntityId, spEntityId);
413 new SAML11RequestedSecurityToken(realm, spEntityId, idpEntityId,
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/profile/
H A DSAML11RequestedSecurityToken.java157 * @param idpEntityId identity provifer entity ID - issuer of the token.
175 String idpEntityId, int notBeforeSkew, int effectiveTime,
202 metaManager.getEntityDescriptor(realm, idpEntityId);
174 SAML11RequestedSecurityToken(String realm, String spTokenIssuerName, String idpEntityId, int notBeforeSkew, int effectiveTime, String certAlias, String authMethod, Date authInstant, NameIdentifier ni, List attributes) argument
/forgerock/openam-v13/openam-authentication/openam-auth-saml2/src/main/java/org/forgerock/openam/authentication/modules/saml2/
H A DSAML2PostAuthenticationPlugin.java103 final String idpEntityId = ssoToken.getProperty(SAML2Constants.IDPENTITYID);
109 final NameIDInfo info = new NameIDInfo(spEntityId, idpEntityId, nameId, SAML2Constants.SP_ROLE, false);
126 setupSingleLogOut(ssoToken, metaAlias, sessionIndex, spEntityId, idpEntityId, nameId);
172 String idpEntityId, NameID nameId)
178 final IDPSSODescriptorElement idpsso = sm.getIDPSSODescriptor(realm, idpEntityId);
196 final LogoutRequest logoutReq = createLogoutRequest(metaAlias, realm, idpEntityId,
203 final String redirect = getRedirectURL(sloRequestXMLString, relayState, realm, idpEntityId,
265 private LogoutRequest createLogoutRequest(String metaAlias, String realm, String idpEntityId, argument
293 LogoutUtil.setNameIDForSLORequest(logoutReq, nameId, realm, spEntityID, SAML2Constants.SP_ROLE, idpEntityId);
299 String idpEntityId, Strin
171 setupSingleLogOut(SSOToken ssoToken, String metaAlias, String sessionIndex, String spEntityId, String idpEntityId, NameID nameId) argument
298 getRedirectURL(String sloRequestXMLString, String relayState, String realm, String idpEntityId, String sloURL, String hostEntity) argument
[all...]
/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/workflow/
H A DValidateSAML2.java64 private String idpEntityId; field in class:ValidateSAML2
87 realm, idpEntityId);
90 Object[] param = {idpEntityId};
96 idpEntityId);
98 Object[] param = {idpEntityId};
102 Object[] param = {idpEntityId};
111 Object[] param = {idpEntityId};
118 Object[] param = {idpEntityId};
225 idpEntityId = idp.substring(0, idx);
228 idpEntityId
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/csharpsource/Fedlet/Fedlet/source/Saml2/
H A DServiceProviderUtility.cs501 /// <param name="idpEntityId">Entity ID of the IDP.</param>
508 public string GetAuthnRequestPostHtml(AuthnRequest authnRequest, string idpEntityId, NameValueCollection parameters) argument
515 IdentityProvider idp = (IdentityProvider)this.IdentityProviders[idpEntityId];
592 /// <param name="idpEntityId">Entity ID of the IDP.</param>
599 public string GetAuthnRequestRedirectLocation(AuthnRequest authnRequest, string idpEntityId, NameValueCollection parameters) argument
606 IdentityProvider idp = (IdentityProvider)this.IdentityProviders[idpEntityId];
659 /// <param name="idpEntityId">Entity ID of the IDP.</param>
666 public string GetLogoutRequestPostHtml(LogoutRequest logoutRequest, string idpEntityId, NameValueCollection parameters) argument
673 IdentityProvider idp = (IdentityProvider)this.IdentityProviders[idpEntityId];
749 /// <param name="idpEntityId">Entit
756 GetLogoutRequestRedirectLocation(LogoutRequest logoutRequest, string idpEntityId, NameValueCollection parameters) argument
823 GetLogoutResponsePostHtml(LogoutResponse logoutResponse, string idpEntityId, NameValueCollection parameters) argument
913 GetLogoutResponseRedirectLocation(LogoutResponse logoutResponse, string idpEntityId, NameValueCollection parameters) argument
983 SendAuthnRequest(HttpContext context, string idpEntityId, NameValueCollection parameters) argument
1031 SendLogoutRequest(HttpContext context, string idpEntityId, NameValueCollection parameters) argument
1081 SendSoapLogoutRequest(LogoutRequest logoutRequest, string idpEntityId) argument
1333 SendAttributeQueryRequest(HttpContext context, string idpEntityId, NameValueCollection parameters, List<SamlAttribute> attributes) argument
1362 SendSoapAttributeQueryRequest(AttributeQueryRequest attrQueryRequest, string idpEntityId) argument
1886 CheckIssuer(string idpEntityId) argument
2127 CheckCircleOfTrust(string idpEntityId) argument
[all...]
/forgerock/openam/openam-samples/sts-example-code/
H A DSTSPublishContext.java41 String idpEntityId; field in class:STSPublishContext.STSPublishContextBuilder
85 public STSPublishContextBuilder idpEntityId(String idpEntityId) { argument
86 this.idpEntityId = idpEntityId;
135 private final String idpEntityId; field in class:STSPublishContext
150 this.idpEntityId = builder.idpEntityId;
185 return idpEntityId;
233 .idpEntityId(CommonConstant
[all...]
/forgerock/openam/openam-authentication/openam-auth-saml2/src/main/java/org/forgerock/openam/authentication/modules/saml2/
H A DSAML2PostAuthenticationPlugin.java103 final String idpEntityId = ssoToken.getProperty(SAML2Constants.IDPENTITYID);
109 final NameIDInfo info = new NameIDInfo(spEntityId, idpEntityId, nameId, SAML2Constants.SP_ROLE, false);
126 setupSingleLogOut(ssoToken, metaAlias, sessionIndex, spEntityId, idpEntityId, nameId);
172 String idpEntityId, NameID nameId)
178 final IDPSSODescriptorElement idpsso = sm.getIDPSSODescriptor(realm, idpEntityId);
196 final LogoutRequest logoutReq = createLogoutRequest(metaAlias, realm, idpEntityId,
203 final String redirect = getRedirectURL(sloRequestXMLString, relayState, realm, idpEntityId,
265 private LogoutRequest createLogoutRequest(String metaAlias, String realm, String idpEntityId, argument
293 LogoutUtil.setNameIDForSLORequest(logoutReq, nameId, realm, spEntityID, SAML2Constants.SP_ROLE, idpEntityId);
299 String idpEntityId, Strin
171 setupSingleLogOut(SSOToken ssoToken, String metaAlias, String sessionIndex, String spEntityId, String idpEntityId, NameID nameId) argument
298 getRedirectURL(String sloRequestXMLString, String relayState, String realm, String idpEntityId, String sloURL, String hostEntity) argument
[all...]
/forgerock/openam/openam-federation/OpenFM/src/main/java/com/sun/identity/workflow/
H A DValidateSAML2.java64 private String idpEntityId; field in class:ValidateSAML2
87 realm, idpEntityId);
90 Object[] param = {idpEntityId};
96 idpEntityId);
98 Object[] param = {idpEntityId};
102 Object[] param = {idpEntityId};
111 Object[] param = {idpEntityId};
118 Object[] param = {idpEntityId};
225 idpEntityId = idp.substring(0, idx);
228 idpEntityId
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/csharpsource/Fedlet/Fedlet/source/Saml2/
H A DServiceProviderUtility.cs503 /// <param name="idpEntityId">Entity ID of the IDP.</param>
510 public string GetAuthnRequestPostHtml(AuthnRequest authnRequest, string idpEntityId, NameValueCollection parameters) argument
517 IdentityProvider idp = (IdentityProvider)this.IdentityProviders[idpEntityId];
596 /// <param name="idpEntityId">Entity ID of the IDP.</param>
603 public string GetAuthnRequestRedirectLocation(AuthnRequest authnRequest, string idpEntityId, NameValueCollection parameters) argument
610 IdentityProvider idp = (IdentityProvider)this.IdentityProviders[idpEntityId];
663 /// <param name="idpEntityId">Entity ID of the IDP.</param>
670 public string GetLogoutRequestPostHtml(LogoutRequest logoutRequest, string idpEntityId, NameValueCollection parameters) argument
677 IdentityProvider idp = (IdentityProvider)this.IdentityProviders[idpEntityId];
755 /// <param name="idpEntityId">Entit
762 GetLogoutRequestRedirectLocation(LogoutRequest logoutRequest, string idpEntityId, NameValueCollection parameters) argument
829 GetLogoutResponsePostHtml(LogoutResponse logoutResponse, string idpEntityId, NameValueCollection parameters) argument
921 GetLogoutResponseRedirectLocation(LogoutResponse logoutResponse, string idpEntityId, NameValueCollection parameters) argument
991 SendAuthnRequest(HttpContext context, string idpEntityId, NameValueCollection parameters) argument
1039 SendLogoutRequest(HttpContext context, string idpEntityId, NameValueCollection parameters) argument
1089 SendSoapLogoutRequest(LogoutRequest logoutRequest, string idpEntityId) argument
1345 SendAttributeQueryRequest(HttpContext context, string idpEntityId, NameValueCollection parameters, List<SamlAttribute> attributes) argument
1374 SendSoapAttributeQueryRequest(AttributeQueryRequest attrQueryRequest, string idpEntityId) argument
1900 CheckIssuer(string idpEntityId) argument
2141 CheckCircleOfTrust(string idpEntityId) argument
[all...]

Completed in 67 milliseconds

12