Searched refs:hostEntityID (Results 26 - 50 of 72) sorted by relevance

123

/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DDefaultAccountMapper.java98 * @param hostEntityID <code>EntityID</code> of the hosted provider.
106 String hostEntityID,
115 if(hostEntityID == null) {
130 final Set<PrivateKey> decryptionKeys = KeyUtil.getDecryptionKeys(getSSOConfig(realm, hostEntityID));
133 debug.error("Unable to retrieve SAML entity config for entity: " + hostEntityID, sme);
142 " realm = " + realm +" hostEntityID = " + hostEntityID);
147 (nameID, hostEntityID, remoteEntityID, realm, role));
104 getIdentity( ManageNameIDRequest manageNameIDRequest, String hostEntityID, String realm ) argument
H A DSPAttributeMapper.java68 * @param hostEntityID <code>EntityID</code> of the hosted provider.
78 String hostEntityID,
75 getAttributes( List<Attribute> attributes, String userID, String hostEntityID, String remoteEntityID, String realm ) argument
H A DDefaultSPAuthnContextMapper.java85 * @param hostEntityID Entity ID of the Service Provider.
92 String hostEntityID, Map paramsMap)
130 Map authRefMap = getAuthRefMap(realm, hostEntityID);
207 realm, hostEntityID, SAML2Constants.SP_ROLE,
301 * @param hostEntityID the Service Provider Identity String.
309 String hostEntityID, String idpEntityID)
313 (Map) SPCache.authContextHash.get(hostEntityID+"|"+realm);
315 authRefMap = getAuthRefMap(realm,hostEntityID);
321 SAML2Utils.debug.message("DefaultSPAuthnContextMapper:hostEntityID:"
322 + hostEntityID);
91 getRequestedAuthnContext(String realm, String hostEntityID, Map paramsMap) argument
306 getAuthLevel(RequestedAuthnContext reqCtx, AuthnContext authnContext, String realm, String hostEntityID, String idpEntityID) argument
380 isAuthnContextMatching(List requestedACClassRefs, String acClassRef, String comparison, String realm, String hostEntityID) argument
393 getAuthnCtxFromSPConfig(String realm, String hostEntityID) argument
483 getAuthRefMap(String realm,String hostEntityID) argument
[all...]
H A DDefaultAttributeMapper.java76 * @param hostEntityID <code>EntityID</code> of the hosted provider.
82 public Map<String, String> getConfigAttributeMap(String realm, String hostEntityID, argument
85 return SAML2Utils.getConfigAttributeMap(realm, hostEntityID, role);
H A DDefaultLibraryIDPAttributeMapper.java121 * @param hostEntityID <code>EntityID</code> of the hosted entity.
126 public List getAttributes(Object session, String hostEntityID, String remoteEntityID, String realm) argument
129 if (hostEntityID == null) {
152 configMap = getConfigAttributeMap(realm, hostEntityID, IDP);
237 attributeValues, hostEntityID, remoteEntityID, realm));
252 * @param hostEntityID Entity ID for hosted provider.
258 protected boolean needToEscapeXMLSpecialCharacters(String hostEntityID, String remoteEntityID, String realm) { argument
268 * @param hostEntityID Entity ID for hosted provider.
275 Set<String> values, String hostEntityID, String remoteEntityID, String realm) throws SAML2Exception {
289 boolean toEscape = needToEscapeXMLSpecialCharacters(hostEntityID, remoteEntityI
274 getSAMLAttribute(String name, String nameFormat, Set<String> values, String hostEntityID, String remoteEntityID, String realm) argument
[all...]
H A DDefaultLibrarySPAccountMapper.java80 * @param hostEntityID <code>EntityID</code> of the hosted provider.
86 public String getIdentity(Assertion assertion, String hostEntityID, String realm) throws SAML2Exception { argument
91 if (hostEntityID == null) {
104 decryptionKeys = KeyUtil.getDecryptionKeys(getSSOConfig(realm, hostEntityID));
114 userID = getTransientUser(realm, hostEntityID);
122 userID = getAutoFedUser(realm, hostEntityID, assertion, nameID.getValue(), decryptionKeys);
126 if (useNameIDAsSPUserID(realm, hostEntityID) && !isAutoFedEnabled(realm, hostEntityID)) {
139 public boolean shouldPersistNameIDFormat(String realm, String hostEntityID, String remoteEntityID, argument
141 return !Boolean.parseBoolean(SAML2Utils.getAttributeValueFromSSOConfig(realm, hostEntityID,
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DSPAttributeMapper.java68 * @param hostEntityID <code>EntityID</code> of the hosted provider.
78 String hostEntityID,
75 getAttributes( List<Attribute> attributes, String userID, String hostEntityID, String remoteEntityID, String realm ) argument
H A DDefaultSPAuthnContextMapper.java85 * @param hostEntityID Entity ID of the Service Provider.
92 String hostEntityID, Map paramsMap)
130 Map authRefMap = getAuthRefMap(realm, hostEntityID);
207 realm, hostEntityID, SAML2Constants.SP_ROLE,
301 * @param hostEntityID the Service Provider Identity String.
309 String hostEntityID, String idpEntityID)
313 (Map) SPCache.authContextHash.get(hostEntityID+"|"+realm);
315 authRefMap = getAuthRefMap(realm,hostEntityID);
321 SAML2Utils.debug.message("DefaultSPAuthnContextMapper:hostEntityID:"
322 + hostEntityID);
91 getRequestedAuthnContext(String realm, String hostEntityID, Map paramsMap) argument
306 getAuthLevel(RequestedAuthnContext reqCtx, AuthnContext authnContext, String realm, String hostEntityID, String idpEntityID) argument
380 isAuthnContextMatching(List requestedACClassRefs, String acClassRef, String comparison, String realm, String hostEntityID) argument
393 getAuthnCtxFromSPConfig(String realm, String hostEntityID) argument
483 getAuthRefMap(String realm,String hostEntityID) argument
[all...]
H A DDefaultAttributeMapper.java76 * @param hostEntityID <code>EntityID</code> of the hosted provider.
82 public Map<String, String> getConfigAttributeMap(String realm, String hostEntityID, argument
85 return SAML2Utils.getConfigAttributeMap(realm, hostEntityID, role);
H A DDefaultLibrarySPAccountMapper.java80 * @param hostEntityID <code>EntityID</code> of the hosted provider.
86 public String getIdentity(Assertion assertion, String hostEntityID, String realm) throws SAML2Exception { argument
91 if (hostEntityID == null) {
104 decryptionKeys = KeyUtil.getDecryptionKeys(getSSOConfig(realm, hostEntityID));
114 userID = getTransientUser(realm, hostEntityID);
122 userID = getAutoFedUser(realm, hostEntityID, assertion, nameID.getValue(), decryptionKeys);
126 if (useNameIDAsSPUserID(realm, hostEntityID) && !isAutoFedEnabled(realm, hostEntityID)) {
139 public boolean shouldPersistNameIDFormat(String realm, String hostEntityID, String remoteEntityID, argument
141 return !Boolean.parseBoolean(SAML2Utils.getAttributeValueFromSSOConfig(realm, hostEntityID,
[all...]
H A DDefaultLibraryIDPAttributeMapper.java124 * @param hostEntityID <code>EntityID</code> of the hosted entity.
129 public List getAttributes(Object session, String hostEntityID, String remoteEntityID, String realm) argument
132 if (hostEntityID == null) {
159 configMap = getConfigAttributeMap(realm, hostEntityID, IDP);
268 attributeValues, hostEntityID, remoteEntityID, realm));
283 * @param hostEntityID Entity ID for hosted provider.
289 protected boolean needToEscapeXMLSpecialCharacters(String hostEntityID, String remoteEntityID, String realm) { argument
299 * @param hostEntityID Entity ID for hosted provider.
306 Set<String> values, String hostEntityID, String remoteEntityID, String realm) throws SAML2Exception {
320 boolean toEscape = needToEscapeXMLSpecialCharacters(hostEntityID, remoteEntityI
305 getSAMLAttribute(String name, String nameFormat, Set<String> values, String hostEntityID, String remoteEntityID, String realm) argument
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DDoManageNameID.java197 String hostEntityID = metaManager.getEntityByMetaAlias(metaAlias);
208 realm, hostEntityID, hostEntityRole);
220 debug.message(method + "Host EntityID is : " + hostEntityID);
257 session, realm, hostEntityID, hostEntityRole, remoteEntityID,
264 realm, hostEntityID, hostEntityRole,
270 hostEntityID,
283 realm, hostEntityID, hostEntityRole, remoteEntityID,
286 signMNIRequest(mniRequest, realm, hostEntityID, hostEntityRole,
302 signMNIRequest(mniRequest, realm, hostEntityID, hostEntityRole,
306 hostEntityID, hostEntityRol
997 processManageNameIDRequest( ManageNameIDRequest mniRequest, String realm, String hostEntityID, String remoteEntityID, String hostRole, String userID) argument
1311 createManageNameIDRequest( Object session, String realm, String hostEntityID, String hostEntityRole, String remoteEntityID, String destination, boolean changeID, String affiliationID) argument
1532 checkMNIResponse(ManageNameIDResponse mniResponse, String realm, String hostEntityID, String hostRole, StringBuffer mniUserId) argument
1717 getNameIDInfo(String userID, String hostEntityID, String remoteEntityID, String hostRole, String realm, String affiliationID, boolean invalidAffiIDAllowed) argument
1758 removeFedAccount(String userID, String hostEntityID, String remoteEntityID, String hostRole, String realm, String affiliationID) argument
1794 getNameID(String userID, String hostEntityID, String remoteEntityID, String hostEntityRole, String affiliationID, String realm) argument
1893 getNewIDFromMNIRequest(ManageNameIDRequest request, String realm, String hostEntityID, String hostEntityRole) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DDoManageNameID.java199 String hostEntityID = metaManager.getEntityByMetaAlias(metaAlias);
210 realm, hostEntityID, hostEntityRole);
222 debug.message(method + "Host EntityID is : " + hostEntityID);
259 session, realm, hostEntityID, hostEntityRole, remoteEntityID,
266 realm, hostEntityID, hostEntityRole,
272 hostEntityID,
285 realm, hostEntityID, hostEntityRole, remoteEntityID,
288 signMNIRequest(mniRequest, realm, hostEntityID, hostEntityRole,
304 signMNIRequest(mniRequest, realm, hostEntityID, hostEntityRole,
308 hostEntityID, hostEntityRol
999 processManageNameIDRequest( ManageNameIDRequest mniRequest, String realm, String hostEntityID, String remoteEntityID, String hostRole, String userID) argument
1313 createManageNameIDRequest( Object session, String realm, String hostEntityID, String hostEntityRole, String remoteEntityID, String destination, boolean changeID, String affiliationID) argument
1534 checkMNIResponse(ManageNameIDResponse mniResponse, String realm, String hostEntityID, String hostRole, StringBuffer mniUserId) argument
1719 getNameIDInfo(String userID, String hostEntityID, String remoteEntityID, String hostRole, String realm, String affiliationID, boolean invalidAffiIDAllowed) argument
1760 removeFedAccount(String userID, String hostEntityID, String remoteEntityID, String hostRole, String realm, String affiliationID) argument
1796 getNameID(String userID, String hostEntityID, String remoteEntityID, String hostEntityRole, String affiliationID, String realm) argument
1895 getNewIDFromMNIRequest(ManageNameIDRequest request, String realm, String hostEntityID, String hostEntityRole) argument
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/plugins/
H A DDefaultLibrarySPAccountMapper.java86 * @param hostEntityID <code>EntityID</code> of the hosted provider.
94 String hostEntityID,
103 if(hostEntityID == null) {
138 " realm = " + realm + " hostEntityID = " + hostEntityID);
143 realm, hostEntityID, remoteEntityID));
171 String hostEntityID)
92 getIdentity( RequestSecurityTokenResponse rstr, String hostEntityID, String realm ) argument
167 getAttribute( AttributeStatement statement, String attributeName, String realm, String hostEntityID) argument
H A DDefaultSPAttributeMapper.java68 * @param hostEntityID <code>EntityID</code> of the hosted provider.
78 String hostEntityID,
88 if(hostEntityID == null) {
99 Map configMap = getConfigAttributeMap(realm, hostEntityID);
75 getAttributes( List attributes, String userID, String hostEntityID, String remoteEntityID, String realm ) argument
H A DDefaultIDPAttributeMapper.java73 * @param hostEntityID <code>EntityID</code> of the hosted entity.
80 String hostEntityID,
85 if(hostEntityID == null) {
109 Map configMap = getConfigAttributeMap(realm, hostEntityID);
78 getAttributes( Object session, String hostEntityID, String remoteEntityID, String realm ) argument
H A DDefaultAccountMapper.java94 * @param hostEntityID hosted <code>EntityID</code>.
99 String realm, String hostEntityID, String remoteEntityID)
110 infoKey = new NameIDInfoKey(nameID.getName(), hostEntityID,
98 getSearchParameters(NameIdentifier nameID, String realm, String hostEntityID, String remoteEntityID) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/plugins/
H A DDefaultLibrarySPAccountMapper.java86 * @param hostEntityID <code>EntityID</code> of the hosted provider.
94 String hostEntityID,
103 if(hostEntityID == null) {
138 " realm = " + realm + " hostEntityID = " + hostEntityID);
143 realm, hostEntityID, remoteEntityID));
171 String hostEntityID)
92 getIdentity( RequestSecurityTokenResponse rstr, String hostEntityID, String realm ) argument
167 getAttribute( AttributeStatement statement, String attributeName, String realm, String hostEntityID) argument
H A DDefaultSPAttributeMapper.java68 * @param hostEntityID <code>EntityID</code> of the hosted provider.
78 String hostEntityID,
88 if(hostEntityID == null) {
99 Map configMap = getConfigAttributeMap(realm, hostEntityID);
75 getAttributes( List attributes, String userID, String hostEntityID, String remoteEntityID, String realm ) argument
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DNameIDInfo.java84 * @param hostEntityID <code>EntityID</code> of the hosted entity.
93 String hostEntityID,
105 if(hostEntityID == null) {
120 _hostEntityID = hostEntityID;
298 String hostEntityID = st.nextToken();
327 return new NameIDInfo(hostEntityID, remoteEntityID,
92 NameIDInfo( String hostEntityID, String remoteEntityID, NameID nameID, String hostEntityRole, boolean isAffiliation ) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DNameIDInfo.java84 * @param hostEntityID <code>EntityID</code> of the hosted entity.
93 String hostEntityID,
105 if(hostEntityID == null) {
120 _hostEntityID = hostEntityID;
298 String hostEntityID = st.nextToken();
327 return new NameIDInfo(hostEntityID, remoteEntityID,
92 NameIDInfo( String hostEntityID, String remoteEntityID, NameID nameID, String hostEntityRole, boolean isAffiliation ) argument
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSIDPProxyImpl.java63 * @param hostEntityID ProxyIDP entity ID.
71 String hostEntityID,
103 .append(hostEntityID);
69 getPreferredIDP( FSAuthnRequest authnRequest, String hostEntityID, HttpServletRequest request, HttpServletResponse response) argument
H A DFSRealmIDPProxyImpl.java62 * @param hostEntityID ProxyIDP entity ID.
71 String hostEntityID,
105 .append(hostEntityID);
68 getPreferredIDP( FSAuthnRequest authnRequest, String realm, String hostEntityID, HttpServletRequest request, HttpServletResponse response) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSIDPProxyImpl.java63 * @param hostEntityID ProxyIDP entity ID.
71 String hostEntityID,
103 .append(hostEntityID);
69 getPreferredIDP( FSAuthnRequest authnRequest, String hostEntityID, HttpServletRequest request, HttpServletResponse response) argument
H A DFSRealmIDPProxyImpl.java62 * @param hostEntityID ProxyIDP entity ID.
71 String hostEntityID,
105 .append(hostEntityID);
68 getPreferredIDP( FSAuthnRequest authnRequest, String realm, String hostEntityID, HttpServletRequest request, HttpServletResponse response) argument

Completed in 103 milliseconds

123