Searched refs:hostEntityId (Results 1 - 25 of 49) sorted by relevance

12

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSAttributeMapper.java55 * @param hostEntityId Hosted provider entity id.
63 String hostEntityId,
61 getAttributes( List attributeStatements, String hostEntityId, String remoteEntityId, Object token) argument
H A DFSRealmAttributeMapper.java56 * @param hostEntityId Hosted provider entity id.
65 String hostEntityId,
62 getAttributes( List attributeStatements, String realm, String hostEntityId, String remoteEntityId, Object token) argument
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 +
H A DFSDefaultAttributePlugin.java69 * @param hostEntityId Hosted identity provider entity id.
78 String hostEntityId,
84 "/", hostEntityId, remoteEntityID, subject, token);
91 * @param hostEntityId Hosted identity provider entity id.
99 String hostEntityId,
113 metaManager.getIDPDescriptorConfig(realm, hostEntityId);
77 getAttributeStatements( String hostEntityId, String remoteEntityID, FSSubject subject, Object token) argument
97 getAttributeStatements( String realm, String hostEntityId, String remoteEntityID, FSSubject subject, Object token) argument
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 DFSDefaultAttributeMapper.java67 * @param hostEntityId Hosted provider entity id.
76 String hostEntityId,
91 metaManager.getSPDescriptorConfig("/", hostEntityId);
74 getAttributes( List statements, String hostEntityId, String remoteEntityId, Object token) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSAttributeMapper.java55 * @param hostEntityId Hosted provider entity id.
63 String hostEntityId,
61 getAttributes( List attributeStatements, String hostEntityId, String remoteEntityId, Object token) argument
H A DFSRealmAttributeMapper.java56 * @param hostEntityId Hosted provider entity id.
65 String hostEntityId,
62 getAttributes( List attributeStatements, String realm, String hostEntityId, String remoteEntityId, Object token) argument
H A DFSDefaultAttributePlugin.java69 * @param hostEntityId Hosted identity provider entity id.
78 String hostEntityId,
84 "/", hostEntityId, remoteEntityID, subject, token);
91 * @param hostEntityId Hosted identity provider entity id.
99 String hostEntityId,
113 metaManager.getIDPDescriptorConfig(realm, hostEntityId);
77 getAttributeStatements( String hostEntityId, String remoteEntityID, FSSubject subject, Object token) argument
97 getAttributeStatements( String realm, String hostEntityId, String remoteEntityID, FSSubject subject, Object token) argument
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...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/profile/
H A DRequestedSecurityToken.java60 * @param hostEntityId the local entity ID
68 public Map<String,Object> verifyToken(String realm, String hostEntityId, argument
H A DIDPSSOUtil.java64 * @param hostEntityId the entity id of the identity provider
72 String hostEntityId,
86 realm, hostEntityId);
70 getAuthenticationServiceURL( String realm, String hostEntityId, HttpServletRequest request) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/profile/
H A DRequestedSecurityToken.java60 * @param hostEntityId the local entity ID
68 public Map<String,Object> verifyToken(String realm, String hostEntityId, 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...]
/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...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSSSOAndFedService.java160 String hostEntityId =
187 hostEntityId != null &&
188 hostEntityId.length() != 0 &&
196 hostEntityId,
237 String hostEntityId = null;
243 hostEntityId = metaManager.getEntityIDByMetaAlias(metaAlias);
244 hostedDesc = metaManager.getIDPDescriptor(realm, hostEntityId);
246 realm, hostEntityId);
260 hostEntityId,
362 String hostEntityId
413 handleAuthnRequest( HttpServletRequest request, HttpServletResponse response, FSAuthnRequest authnRequest, String realm, String hostEntityId, boolean bLECP, String authnContext ) argument
575 handleAuthnRequest( HttpServletRequest request, HttpServletResponse response, FSAuthnRequest authnRequest, boolean bPostAuthn, boolean bLECP, String realm, String hostEntityId, String metaAlias, IDPDescriptorType hostedDesc, BaseConfigType hostedConfig) argument
785 handleLECPRequest( HttpServletRequest request, HttpServletResponse response, FSAuthnRequest authnRequest, IDPDescriptorType hostedDesc, BaseConfigType hostedConfig, String realm, String hostEntityId, String metaAlias) argument
[all...]
H A DFSAssertionConsumerService.java122 String hostEntityId = null;
124 hostEntityId = metaManager.getEntityIDByMetaAlias(metaAlias);
125 hostDesc = metaManager.getSPDescriptor(realm, hostEntityId);
127 realm, hostEntityId);
209 handler.setHostEntityId(hostEntityId);
247 String hostEntityId = null;
251 hostEntityId = metaManager.getEntityIDByMetaAlias(metaAlias);
252 hostDesc = metaManager.getSPDescriptor(realm, hostEntityId);
253 hostConfig = metaManager.getSPDescriptorConfig(realm, hostEntityId);
485 handler.setHostEntityId(hostEntityId);
[all...]
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 DFSSSOAndFedService.java160 String hostEntityId =
187 hostEntityId != null &&
188 hostEntityId.length() != 0 &&
196 hostEntityId,
237 String hostEntityId = null;
243 hostEntityId = metaManager.getEntityIDByMetaAlias(metaAlias);
244 hostedDesc = metaManager.getIDPDescriptor(realm, hostEntityId);
246 realm, hostEntityId);
260 hostEntityId,
362 String hostEntityId
413 handleAuthnRequest( HttpServletRequest request, HttpServletResponse response, FSAuthnRequest authnRequest, String realm, String hostEntityId, boolean bLECP, String authnContext ) argument
575 handleAuthnRequest( HttpServletRequest request, HttpServletResponse response, FSAuthnRequest authnRequest, boolean bPostAuthn, boolean bLECP, String realm, String hostEntityId, String metaAlias, IDPDescriptorType hostedDesc, BaseConfigType hostedConfig) argument
785 handleLECPRequest( HttpServletRequest request, HttpServletResponse response, FSAuthnRequest authnRequest, IDPDescriptorType hostedDesc, BaseConfigType hostedConfig, String realm, String hostEntityId, String metaAlias) argument
[all...]
H A DFSAssertionConsumerService.java122 String hostEntityId = null;
124 hostEntityId = metaManager.getEntityIDByMetaAlias(metaAlias);
125 hostDesc = metaManager.getSPDescriptor(realm, hostEntityId);
127 realm, hostEntityId);
209 handler.setHostEntityId(hostEntityId);
247 String hostEntityId = null;
251 hostEntityId = metaManager.getEntityIDByMetaAlias(metaAlias);
252 hostDesc = metaManager.getSPDescriptor(realm, hostEntityId);
253 hostConfig = metaManager.getSPDescriptorConfig(realm, hostEntityId);
485 handler.setHostEntityId(hostEntityId);
[all...]
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/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...]
/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-v13/openam-authentication/openam-auth-saml2/src/main/java/org/forgerock/openam/authentication/modules/saml2/
H A DSAML2Proxy.java163 String hostEntityId;
171 hostEntityId = metaManager.getEntityByMetaAlias(metaAlias);
172 if (hostEntityId == null) {
189 respInfo = SPACSUtils.getResponse(request, response, realm, hostEntityId, metaManager);
198 smap = SAML2Utils.verifyResponse(request, response, respInfo.getResponse(), realm, hostEntityId,
/forgerock/openam/openam-authentication/openam-auth-saml2/src/main/java/org/forgerock/openam/authentication/modules/saml2/
H A DSAML2Proxy.java164 String hostEntityId;
172 hostEntityId = metaManager.getEntityByMetaAlias(metaAlias);
173 if (hostEntityId == null) {
190 respInfo = SPACSUtils.getResponse(request, response, realm, hostEntityId, metaManager);
199 smap = SAML2Utils.verifyResponse(request, response, respInfo.getResponse(), realm, hostEntityId,

Completed in 84 milliseconds

12