Searched defs:hostEntityId (Results 26 - 40 of 40) sorted by relevance

12

/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/common/
H A DWSFederationUtils.java474 * @param hostEntityId Entity ID of the hosted provider.
481 String hostEntityId,
488 ValidWReplyExtractor.WSFederationEntityInfo.from(orgName, hostEntityId, role))) {
479 validateWReplyURL( String orgName, String hostEntityId, String wreply, String role) argument
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DSPACSUtils.java147 * @param hostEntityId Entity ID of the hosted service provider
156 String hostEntityId,
165 orgName, hostEntityId, SAML2Constants.ACS_SERVICE,
176 hostEntityId, metaManager);
181 orgName, hostEntityId, SAML2Constants.ACS_SERVICE,
192 hostEntityId, metaManager);
195 orgName, hostEntityId, SAML2Constants.ACS_SERVICE,
206 hostEntityId, metaManager);
235 String hostEntityId,
283 return new ResponseInfo(getResponseFromArtifact(samlArt, hostEntityId,
152 getResponse( HttpServletRequest request, HttpServletResponse response, String orgName, String hostEntityId, SAML2MetaManager metaManager) argument
231 getResponseFromGet( HttpServletRequest request, HttpServletResponse response, String orgName, String hostEntityId, SAML2MetaManager metaManager) argument
289 getResponseFromArtifact(String samlArt, String hostEntityId, HttpServletRequest request, HttpServletResponse response, String orgName, SAML2MetaManager sm) argument
554 getResponseFromSOAP(SOAPMessage resMsg, ArtifactResolve resolve, HttpServletRequest request, HttpServletResponse response, String idpEntityID, IDPSSODescriptorElement idp, String orgName, String hostEntityId, SAML2MetaManager sm) argument
734 getResponseFromPostECP( HttpServletRequest request, HttpServletResponse response, String orgName, String hostEntityId, SAML2MetaManager metaManager) argument
876 getResponseFromPost(HttpServletRequest request, HttpServletResponse response, String orgName, String hostEntityId, SAML2MetaManager metaManager) argument
996 processResponse( HttpServletRequest request, HttpServletResponse response, PrintWriter out, String metaAlias, Object session, ResponseInfo respInfo, String realm, String hostEntityId, SAML2MetaManager metaManager, SAML2EventLogger auditor ) argument
1440 invokeSPAdapterForSSOFailure(String hostEntityId, String realm, HttpServletRequest request, HttpServletResponse response, Map smap, ResponseInfo respInfo, int errorCode, SAML2Exception se) argument
1689 getRelayState( String relayStateID, String orgName, String hostEntityId, SAML2MetaManager sm ) argument
1753 getIntermediateURL(String orgName, String hostEntityId, SAML2MetaManager sm) argument
1776 prepareForLocalLogin( String orgName, String hostEntityId, SAML2MetaManager sm, ResponseInfo respInfo, String requestURI) argument
1832 getAttributeValueFromSPSSOConfig(String orgName, String hostEntityId, SAML2MetaManager sm, String attrName) argument
[all...]
H A DDoManageNameID.java324 private static void postTerminationSuccess(String hostEntityId, argument
331 spAdapter = SAML2Utils.getSPAdapterClass(hostEntityId, realm);
338 spAdapter.postTerminateNameIDSuccess(hostEntityId, realm,
H A DIDPSSOUtil.java2265 * @param hostEntityId the entity id of the identity provider
2273 String hostEntityId,
2277 realm, hostEntityId, SAML2Constants.AUTH_URL);
2303 String hostEntityId,
2309 realm, hostEntityId);
2271 getAuthenticationServiceURL( String realm, String hostEntityId, HttpServletRequest request) argument
2301 getAttributeValueFromIDPSSOConfig( String realm, String hostEntityId, String attrName) argument
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSAssertionManager.java158 private String hostEntityId = null; field in class:FSAssertionManager
173 hostEntityId = metaManager.getEntityIDByMetaAlias(metaAlias);
178 if (hostEntityId == null) {
187 getIDPDescriptorConfig(realm, hostEntityId);
258 assrtIdStats = new FSAssertionStats(idEntryMap, realm,hostEntityId);
261 artIdStats = new FSArtifactStats(artIdMap, realm, hostEntityId);
309 return hostEntityId;
318 this.hostEntityId = entityId;
407 String sourceSuccinctID = FSUtils.generateSourceID(hostEntityId);
490 realm, hostEntityId);
[all...]
H A DFSSessionManager.java89 private String hostEntityId = null; field in class:FSSessionManager
547 hostEntityId = metaManager.getEntityIDByMetaAlias(metaAlias);
557 "userIDSessionListMap", realm, hostEntityId);
561 "idAuthnRequestMap", realm, hostEntityId);
565 "idLocalSessionTokenMap", realm, hostEntityId);
569 "idDestnMap", realm, hostEntityId);
573 "relayStateMap", realm, hostEntityId);
583 "start cleanup thread for " + hostEntityId +
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSAssertionManager.java161 private String hostEntityId = null; field in class:FSAssertionManager
176 hostEntityId = metaManager.getEntityIDByMetaAlias(metaAlias);
181 if (hostEntityId == null) {
190 getIDPDescriptorConfig(realm, hostEntityId);
261 assrtIdStats = new FSAssertionStats(idEntryMap, realm,hostEntityId);
264 artIdStats = new FSArtifactStats(artIdMap, realm, hostEntityId);
312 return hostEntityId;
321 this.hostEntityId = entityId;
410 String sourceSuccinctID = FSUtils.generateSourceID(hostEntityId);
493 realm, hostEntityId);
[all...]
H A DFSSessionManager.java92 private String hostEntityId = null; field in class:FSSessionManager
550 hostEntityId = metaManager.getEntityIDByMetaAlias(metaAlias);
560 "userIDSessionListMap", realm, hostEntityId);
564 "idAuthnRequestMap", realm, hostEntityId);
568 "idLocalSessionTokenMap", realm, hostEntityId);
572 "idDestnMap", realm, hostEntityId);
576 "relayStateMap", realm, hostEntityId);
586 "start cleanup thread for " + hostEntityId +
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DSPACSUtils.java150 * @param hostEntityId Entity ID of the hosted service provider
159 String hostEntityId,
168 orgName, hostEntityId, SAML2Constants.ACS_SERVICE,
179 hostEntityId, metaManager);
184 orgName, hostEntityId, SAML2Constants.ACS_SERVICE,
195 hostEntityId, metaManager);
198 orgName, hostEntityId, SAML2Constants.ACS_SERVICE,
209 hostEntityId, metaManager);
238 String hostEntityId,
286 return new ResponseInfo(getResponseFromArtifact(samlArt, hostEntityId,
155 getResponse( HttpServletRequest request, HttpServletResponse response, String orgName, String hostEntityId, SAML2MetaManager metaManager) argument
234 getResponseFromGet( HttpServletRequest request, HttpServletResponse response, String orgName, String hostEntityId, SAML2MetaManager metaManager) argument
292 getResponseFromArtifact(String samlArt, String hostEntityId, HttpServletRequest request, HttpServletResponse response, String orgName, SAML2MetaManager sm) argument
557 getResponseFromSOAP(SOAPMessage resMsg, ArtifactResolve resolve, HttpServletRequest request, HttpServletResponse response, String idpEntityID, IDPSSODescriptorElement idp, String orgName, String hostEntityId, SAML2MetaManager sm) argument
737 getResponseFromPostECP( HttpServletRequest request, HttpServletResponse response, String orgName, String hostEntityId, SAML2MetaManager metaManager) argument
879 getResponseFromPost(HttpServletRequest request, HttpServletResponse response, String orgName, String hostEntityId, SAML2MetaManager metaManager) argument
999 processResponse( HttpServletRequest request, HttpServletResponse response, PrintWriter out, String metaAlias, Object session, ResponseInfo respInfo, String realm, String hostEntityId, SAML2MetaManager metaManager, SAML2EventLogger auditor ) argument
1437 invokeSPAdapterForSSOFailure(String hostEntityId, String realm, HttpServletRequest request, HttpServletResponse response, Map smap, ResponseInfo respInfo, int errorCode, SAML2Exception se) argument
1676 getRelayState( String relayStateID, String orgName, String hostEntityId, SAML2MetaManager sm ) argument
1740 getIntermediateURL(String orgName, String hostEntityId, SAML2MetaManager sm) argument
1760 prepareForLocalLogin(String realm, String hostEntityId, SAML2MetaManager sm, ResponseInfo respInfo, String requestURI) argument
1805 getAttributeValueFromSPSSOConfig(String orgName, String hostEntityId, SAML2MetaManager sm, String attrName) argument
[all...]
H A DDoManageNameID.java326 private static void postTerminationSuccess(String hostEntityId, argument
333 spAdapter = SAML2Utils.getSPAdapterClass(hostEntityId, realm);
340 spAdapter.postTerminateNameIDSuccess(hostEntityId, realm,
H A DIDPSSOUtil.java1228 String hostEntityId = metaManager.getEntityByMetaAlias(metaAlias);
1229 Set<PrivateKey> decryptionKeys = KeyUtil.getDecryptionKeys(metaManager.getSPSSOConfig(realm, hostEntityId));
2298 * @param hostEntityId the entity id of the identity provider
2306 String hostEntityId,
2310 realm, hostEntityId, SAML2Constants.AUTH_URL);
2336 String hostEntityId,
2342 realm, hostEntityId);
2304 getAuthenticationServiceURL( String realm, String hostEntityId, HttpServletRequest request) argument
2334 getAttributeValueFromIDPSSOConfig( String realm, String hostEntityId, String attrName) argument
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSAssertionArtifactHandler.java143 protected String hostEntityId = null; field in class:FSAssertionArtifactHandler
173 hostEntityId = entityId;
206 return hostEntityId;
324 hostEntityId, hostConfig);
331 spAdapter.preSSOFederationProcess(hostEntityId,
398 hostEntityId, request, response, authnRequest,
467 hostEntityId,
564 hostEntityId, request, response, ssoToken,
590 hostEntityId, request, response,
1005 (hostEntityId
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSAssertionArtifactHandler.java145 protected String hostEntityId = null; field in class:FSAssertionArtifactHandler
175 hostEntityId = entityId;
208 return hostEntityId;
326 hostEntityId, hostConfig);
333 spAdapter.preSSOFederationProcess(hostEntityId,
400 hostEntityId, request, response, authnRequest,
469 hostEntityId,
566 hostEntityId, request, response, ssoToken,
592 hostEntityId, request, response,
1007 (hostEntityId
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DSAML2Utils.java265 * @param hostEntityId Entity ID of the hosted provider.
283 final String hostEntityId,
353 SAML2Utils.getSPAdapterClass(hostEntityId, orgName);
359 spAdapter.preSingleSignOnProcess(hostEntityId, orgName, httpRequest,
366 if (!isSourceSiteValid(respIssuer, orgName, hostEntityId)) {
370 String[] data = {hostEntityId, orgName, respID};
424 orgName, hostEntityId);
425 spDesc = saml2MetaManager.getSPSSODescriptor(orgName, hostEntityId);
447 String[] data = { orgName, hostEntityId, idpEntityId };
515 if (!isSourceSiteValid(issuer, orgName, hostEntityId)) {
278 verifyResponse( final HttpServletRequest httpRequest, final HttpServletResponse httpResponse, final Response response, final String orgName, final String hostEntityId, final String profileBinding) argument
820 checkAudience(final Conditions conds, final String hostEntityId, final String assertionID) argument
873 fillMap(final List authnStmts, final Subject subject, final Assertion assertion, final List assertions, final AuthnRequestInfo reqInfo, final String inRespToResp, final String orgName, final String hostEntityId, final String idpEntityId, final SPSSOConfigElement spConfig, final Date notOnOrAfterTime) argument
1139 isSourceSiteValid(final Issuer issuer, final String orgName, final String hostEntityId) argument
1803 getEncryptionCertAliases(String realm, String hostEntityId, String entityRole) argument
1819 getSigningCertAlias(String realm, String hostEntityId, String entityRole) argument
1840 getSigningCertEncryptedKeyPass(String realm, String hostEntityId, String entityRole) argument
1861 getWantAssertionEncrypted(String realm, String hostEntityId, String entityRole) argument
1887 getWantAttributeEncrypted(String realm, String hostEntityId, String entityRole) argument
1913 getWantNameIDEncrypted(String realm, String hostEntityId, String entityRole) argument
1940 getWantArtifactResolveSigned(String realm, String hostEntityId, String entityRole) argument
1966 getWantArtifactResponseSigned(String realm, String hostEntityId, String entityRole) argument
1992 getWantLogoutRequestSigned(String realm, String hostEntityId, String entityRole) argument
2019 getWantLogoutResponseSigned(String realm, String hostEntityId, String entityRole) argument
2046 getWantMNIRequestSigned(String realm, String hostEntityId, String entityRole) argument
2073 getWantMNIResponseSigned(String realm, String hostEntityId, String entityRole) argument
2102 getBooleanAttributeValueFromSSOConfig(String realm, String hostEntityId, String entityRole, String attrName) argument
2125 getAttributeValueFromSSOConfig(String realm, String hostEntityId, String entityRole, String attrName) argument
2157 getAllAttributeValueFromSSOConfig(String realm, String hostEntityId, String entityRole, String attrName) argument
2229 isDualRole(String hostEntityId, String realm) argument
4033 wantPOSTResponseSigned(String realm, String hostEntityId, String entityRole) argument
4207 validateRelayStateURL( String orgName, String hostEntityId, String relayState, String role) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DSAML2Utils.java267 * @param hostEntityId Entity ID of the hosted provider.
285 final String hostEntityId,
355 SAML2Utils.getSPAdapterClass(hostEntityId, orgName);
361 spAdapter.preSingleSignOnProcess(hostEntityId, orgName, httpRequest,
368 if (!isSourceSiteValid(respIssuer, orgName, hostEntityId)) {
372 String[] data = {hostEntityId, orgName, respID};
416 orgName, hostEntityId);
417 spDesc = saml2MetaManager.getSPSSODescriptor(orgName, hostEntityId);
439 String[] data = { orgName, hostEntityId, idpEntityId };
507 if (!isSourceSiteValid(issuer, orgName, hostEntityId)) {
280 verifyResponse( final HttpServletRequest httpRequest, final HttpServletResponse httpResponse, final Response response, final String orgName, final String hostEntityId, final String profileBinding) argument
821 checkAudience(final Conditions conds, final String hostEntityId, final String assertionID) argument
874 checkConditions(Conditions conditions, String hostEntityId, String assertionID) argument
909 fillMap(final List authnStmts, final Subject subject, final Assertion assertion, final List assertions, final AuthnRequestInfo reqInfo, final String inRespToResp, final String orgName, final String hostEntityId, final String idpEntityId, final SPSSOConfigElement spConfig, final Date notOnOrAfterTime) argument
1175 isSourceSiteValid(final Issuer issuer, final String orgName, final String hostEntityId) argument
1828 getEncryptionCertAliases(String realm, String hostEntityId, String entityRole) argument
1844 getSigningCertAlias(String realm, String hostEntityId, String entityRole) argument
1865 getSigningCertEncryptedKeyPass(String realm, String hostEntityId, String entityRole) argument
1886 getWantAssertionEncrypted(String realm, String hostEntityId, String entityRole) argument
1912 getWantAttributeEncrypted(String realm, String hostEntityId, String entityRole) argument
1938 getWantNameIDEncrypted(String realm, String hostEntityId, String entityRole) argument
1965 getWantArtifactResolveSigned(String realm, String hostEntityId, String entityRole) argument
1991 getWantArtifactResponseSigned(String realm, String hostEntityId, String entityRole) argument
2017 getWantLogoutRequestSigned(String realm, String hostEntityId, String entityRole) argument
2044 getWantLogoutResponseSigned(String realm, String hostEntityId, String entityRole) argument
2071 getWantMNIRequestSigned(String realm, String hostEntityId, String entityRole) argument
2098 getWantMNIResponseSigned(String realm, String hostEntityId, String entityRole) argument
2127 getBooleanAttributeValueFromSSOConfig(String realm, String hostEntityId, String entityRole, String attrName) argument
2150 getAttributeValueFromSSOConfig(String realm, String hostEntityId, String entityRole, String attrName) argument
2182 getAllAttributeValueFromSSOConfig(String realm, String hostEntityId, String entityRole, String attrName) argument
2254 isDualRole(String hostEntityId, String realm) argument
4058 wantPOSTResponseSigned(String realm, String hostEntityId, String entityRole) argument
4232 validateRelayStateURL( String orgName, String hostEntityId, String relayState, String role) argument
[all...]

Completed in 99 milliseconds

12