Searched defs:hostEntityRole (Results 1 - 8 of 8) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DNameIDInfo.java87 * @param hostEntityRole the role of the hosted entity.
96 String hostEntityRole,
115 if(hostEntityRole == null) {
127 _role = hostEntityRole;
92 NameIDInfo( String hostEntityID, String remoteEntityID, NameID nameID, String hostEntityRole, boolean isAffiliation ) argument
H A DSAML2Utils.java1073 * @param hostEntityRole the role of hosted entity.
1080 final String hostEntityRole)
1097 if (SAML2Constants.SP_ROLE.equals(hostEntityRole)) {
2322 * @param hostEntityRole entity role of host entity.
2327 String hostEntity, String hostEntityRole)
2334 String alias = getSigningCertAlias(realm, hostEntity, hostEntityRole);
2335 String encryptedKeyPass = getSigningCertEncryptedKeyPass(realm, hostEntity, hostEntityRole);
2340 debug.message(method + "Host Entity role is : " + hostEntityRole);
2366 * @param hostEntityRole entity role of host entity.
2372 String hostEntityRole, Strin
1076 getNameIDKeyMap(final NameID nameID, final String hostEntityID, final String remoteEntityID, final String realm, final String hostEntityRole) argument
2326 signQueryString(String queryString, String realm, String hostEntity, String hostEntityRole) argument
2371 verifyQueryString(String queryString, String realm, String hostEntityRole, String remoteEntity) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DNameIDInfo.java87 * @param hostEntityRole the role of the hosted entity.
96 String hostEntityRole,
115 if(hostEntityRole == null) {
127 _role = hostEntityRole;
92 NameIDInfo( String hostEntityID, String remoteEntityID, NameID nameID, String hostEntityRole, boolean isAffiliation ) argument
H A DSAML2Utils.java1109 * @param hostEntityRole the role of hosted entity.
1116 final String hostEntityRole)
1133 if (SAML2Constants.SP_ROLE.equals(hostEntityRole)) {
2347 * @param hostEntityRole entity role of host entity.
2352 String hostEntity, String hostEntityRole)
2359 String alias = getSigningCertAlias(realm, hostEntity, hostEntityRole);
2360 String encryptedKeyPass = getSigningCertEncryptedKeyPass(realm, hostEntity, hostEntityRole);
2365 debug.message(method + "Host Entity role is : " + hostEntityRole);
2391 * @param hostEntityRole entity role of host entity.
2397 String hostEntityRole, Strin
1112 getNameIDKeyMap(final NameID nameID, final String hostEntityID, final String remoteEntityID, final String realm, final String hostEntityRole) argument
2351 signQueryString(String queryString, String realm, String hostEntity, String hostEntityRole) argument
2396 verifyQueryString(String queryString, String realm, String hostEntityRole, String remoteEntity) argument
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DLogoutUtil.java177 String hostEntityRole = SAML2Utils.getHostEntityRole(paramsMap);
224 setNameIDForSLORequest(logoutReq, nameID, realm, requesterEntityID, hostEntityRole, recipientEntityID);
230 if (hostEntityRole.equals(SAML2Constants.IDP_ROLE)) {
278 hostEntityRole,
290 signSLORequest(logoutReq, realm, requesterEntityID, hostEntityRole, recipientEntityID);
297 doSLOBySOAP(requestID, logoutReq, location, realm, requesterEntityID, hostEntityRole, request, response);
300 signSLORequest(logoutReq, realm, requesterEntityID, hostEntityRole, recipientEntityID);
306 hostEntityRole, response, request);
318 String hostEntityRole,
335 if (hostEntityRole
312 doSLOByHttpRedirect( String sloRequestXMLString, String sloURL, String relayState, String realm, String hostEntity, String hostEntityRole, String remoteEntity, HttpServletResponse response) argument
784 signSLORequest(LogoutRequest sloRequest, String realm, String hostEntity, String hostEntityRole, String remoteEntity) argument
792 signSLORequest(LogoutRequest sloRequest, String realm, String hostEntity, String hostEntityRole, String remoteEntity, boolean includeCert) argument
866 verifySLORequest(LogoutRequest sloRequest, String realm, String remoteEntity, String hostEntity, String hostEntityRole) argument
922 signSLOResponse(LogoutResponse sloResponse, String realm, String hostEntity, String hostEntityRole, String remoteEntity) argument
930 signSLOResponse(LogoutResponse sloResponse, String realm, String hostEntity, String hostEntityRole, String remoteEntity, boolean includeCert) argument
998 verifySLOResponse(LogoutResponse sloResponse, String realm, String remoteEntity, String hostEntity, String hostEntityRole) argument
1037 setNameIDForSLORequest(LogoutRequest request, NameID nameID, String realm, String hostEntity, String hostEntityRole, String remoteEntity) argument
1100 getNameIDFromSLORequest(LogoutRequest request, String realm, String hostEntity, String hostEntityRole) argument
1127 sendSLOResponse(HttpServletResponse response, LogoutResponse sloResponse, String sloURL, String relayState, String realm, String hostEntity, String hostEntityRole, String remoteEntity) argument
1136 sendSLOResponse(HttpServletResponse response, HttpServletRequest request, LogoutResponse sloResponse, String sloURL, String relayState, String realm, String hostEntity, String hostEntityRole, String remoteEntity, String binding) argument
1150 sendSLOResponsePost(HttpServletResponse response, HttpServletRequest request, LogoutResponse sloResponse, String sloURL, String relayState, String realm, String hostEntity, String hostEntityRole, String remoteEntity) argument
1164 sendSLOResponseRedirect(HttpServletResponse response, LogoutResponse sloResponse, String sloURL, String relayState, String realm, String hostEntity, String hostEntityRole, String remoteEntity) argument
1238 getSLOBindingInfo(HttpServletRequest request, String metaAlias, String hostEntityRole, String remoteEntityID) argument
1269 getSLOServiceElement( String realm, String entityID, String hostEntityRole, String binding) argument
[all...]
H A DDoManageNameID.java198 String hostEntityRole = SAML2Utils.getHostEntityRole(paramsMap);
208 realm, hostEntityID, hostEntityRole);
229 hostEntityRole, binding);
257 session, realm, hostEntityID, hostEntityRole, remoteEntityID,
264 realm, hostEntityID, hostEntityRole,
272 hostEntityRole);
276 relayState, hostEntityRole, session);
283 realm, hostEntityID, hostEntityRole, remoteEntityID,
286 signMNIRequest(mniRequest, realm, hostEntityID, hostEntityRole,
290 if (hostEntityRole
354 getMNIBindingInfo(HttpServletRequest request, String metaAlias, String hostEntityRole, String remoteEntityID) argument
386 signMNIRequest(ManageNameIDRequest mniRequest, String realm, String hostEntity, String hostEntityRole, String remoteEntity) argument
394 signMNIRequest(ManageNameIDRequest mniRequest, String realm, String hostEntity, String hostEntityRole, String remoteEntity, boolean includeCert) argument
452 verifyMNIRequest(ManageNameIDRequest mniRequest, String realm, String remoteEntity, String hostEntity, String hostEntityRole, String destination) argument
499 signMNIResponse(ManageNameIDResponse mniResponse, String realm, String hostEntity, String hostEntityRole, String remoteEntity) argument
507 signMNIResponse(ManageNameIDResponse mniResponse, String realm, String hostEntity, String hostEntityRole, String remoteEntity, boolean includeCert) argument
563 verifyMNIResponse(ManageNameIDResponse mniResponse, String realm, String remoteEntity, String hostEntity, String hostEntityRole, String destination) argument
611 saveMNIRequestInfo(HttpServletRequest request, HttpServletResponse response, Map paramsMap, ManageNameIDRequest mniRequest, String relayState, String hostEntityRole, Object session) argument
1240 sendMNIResponse(HttpServletResponse response, ManageNameIDResponse mniResponse, String mniURL, String relayState, String realm, String hostEntity, String hostEntityRole, String remoteEntity) argument
1311 createManageNameIDRequest( Object session, String realm, String hostEntityID, String hostEntityRole, String remoteEntityID, String destination, boolean changeID, String affiliationID) argument
1397 doMNIByHttpRedirect( String mniRequestXMLString, String mniURL, String relayState, String realm, String hostEntity, String hostEntityRole, String remoteEntity, HttpServletResponse response) argument
1767 getMNIServiceElement( String realm, String entityID, String hostEntityRole, String binding) argument
1794 getNameID(String userID, String hostEntityID, String remoteEntityID, String hostEntityRole, String affiliationID, String realm) argument
1817 setNameIDForMNIRequest(ManageNameIDRequest mniRequest, NameID nameID, boolean changeID, String realm, String hostEntity, String hostEntityRole, String remoteEntity) argument
1893 getNewIDFromMNIRequest(ManageNameIDRequest request, String realm, String hostEntityID, String hostEntityRole) argument
1922 getNameIDFromMNIRequest(ManageNameIDRequest request, String realm, String hostEntity, String hostEntityRole) argument
2149 doMNIByPOST(String mniXMLString, String mniURL, String relayState, String realm, String hostEntity, String hostEntityRole, String remoteEntity, HttpServletResponse response, HttpServletRequest request) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DLogoutUtil.java179 String hostEntityRole = SAML2Utils.getHostEntityRole(paramsMap);
226 setNameIDForSLORequest(logoutReq, nameID, realm, requesterEntityID, hostEntityRole, recipientEntityID);
232 if (hostEntityRole.equals(SAML2Constants.IDP_ROLE)) {
280 hostEntityRole,
292 signSLORequest(logoutReq, realm, requesterEntityID, hostEntityRole, recipientEntityID);
299 doSLOBySOAP(requestID, logoutReq, location, realm, requesterEntityID, hostEntityRole, request, response);
302 signSLORequest(logoutReq, realm, requesterEntityID, hostEntityRole, recipientEntityID);
308 hostEntityRole, response, request);
320 String hostEntityRole,
337 if (hostEntityRole
314 doSLOByHttpRedirect( String sloRequestXMLString, String sloURL, String relayState, String realm, String hostEntity, String hostEntityRole, String remoteEntity, HttpServletResponse response) argument
786 signSLORequest(LogoutRequest sloRequest, String realm, String hostEntity, String hostEntityRole, String remoteEntity) argument
794 signSLORequest(LogoutRequest sloRequest, String realm, String hostEntity, String hostEntityRole, String remoteEntity, boolean includeCert) argument
868 verifySLORequest(LogoutRequest sloRequest, String realm, String remoteEntity, String hostEntity, String hostEntityRole) argument
924 signSLOResponse(LogoutResponse sloResponse, String realm, String hostEntity, String hostEntityRole, String remoteEntity) argument
932 signSLOResponse(LogoutResponse sloResponse, String realm, String hostEntity, String hostEntityRole, String remoteEntity, boolean includeCert) argument
1000 verifySLOResponse(LogoutResponse sloResponse, String realm, String remoteEntity, String hostEntity, String hostEntityRole) argument
1039 setNameIDForSLORequest(LogoutRequest request, NameID nameID, String realm, String hostEntity, String hostEntityRole, String remoteEntity) argument
1102 getNameIDFromSLORequest(LogoutRequest request, String realm, String hostEntity, String hostEntityRole) argument
1129 sendSLOResponse(HttpServletResponse response, LogoutResponse sloResponse, String sloURL, String relayState, String realm, String hostEntity, String hostEntityRole, String remoteEntity) argument
1138 sendSLOResponse(HttpServletResponse response, HttpServletRequest request, LogoutResponse sloResponse, String sloURL, String relayState, String realm, String hostEntity, String hostEntityRole, String remoteEntity, String binding) argument
1152 sendSLOResponsePost(HttpServletResponse response, HttpServletRequest request, LogoutResponse sloResponse, String sloURL, String relayState, String realm, String hostEntity, String hostEntityRole, String remoteEntity) argument
1166 sendSLOResponseRedirect(HttpServletResponse response, LogoutResponse sloResponse, String sloURL, String relayState, String realm, String hostEntity, String hostEntityRole, String remoteEntity) argument
1240 getSLOBindingInfo(HttpServletRequest request, String metaAlias, String hostEntityRole, String remoteEntityID) argument
1271 getSLOServiceElement( String realm, String entityID, String hostEntityRole, String binding) argument
[all...]
H A DDoManageNameID.java200 String hostEntityRole = SAML2Utils.getHostEntityRole(paramsMap);
210 realm, hostEntityID, hostEntityRole);
231 hostEntityRole, binding);
259 session, realm, hostEntityID, hostEntityRole, remoteEntityID,
266 realm, hostEntityID, hostEntityRole,
274 hostEntityRole);
278 relayState, hostEntityRole, session);
285 realm, hostEntityID, hostEntityRole, remoteEntityID,
288 signMNIRequest(mniRequest, realm, hostEntityID, hostEntityRole,
292 if (hostEntityRole
356 getMNIBindingInfo(HttpServletRequest request, String metaAlias, String hostEntityRole, String remoteEntityID) argument
388 signMNIRequest(ManageNameIDRequest mniRequest, String realm, String hostEntity, String hostEntityRole, String remoteEntity) argument
396 signMNIRequest(ManageNameIDRequest mniRequest, String realm, String hostEntity, String hostEntityRole, String remoteEntity, boolean includeCert) argument
454 verifyMNIRequest(ManageNameIDRequest mniRequest, String realm, String remoteEntity, String hostEntity, String hostEntityRole, String destination) argument
501 signMNIResponse(ManageNameIDResponse mniResponse, String realm, String hostEntity, String hostEntityRole, String remoteEntity) argument
509 signMNIResponse(ManageNameIDResponse mniResponse, String realm, String hostEntity, String hostEntityRole, String remoteEntity, boolean includeCert) argument
565 verifyMNIResponse(ManageNameIDResponse mniResponse, String realm, String remoteEntity, String hostEntity, String hostEntityRole, String destination) argument
613 saveMNIRequestInfo(HttpServletRequest request, HttpServletResponse response, Map paramsMap, ManageNameIDRequest mniRequest, String relayState, String hostEntityRole, Object session) argument
1242 sendMNIResponse(HttpServletResponse response, ManageNameIDResponse mniResponse, String mniURL, String relayState, String realm, String hostEntity, String hostEntityRole, String remoteEntity) argument
1313 createManageNameIDRequest( Object session, String realm, String hostEntityID, String hostEntityRole, String remoteEntityID, String destination, boolean changeID, String affiliationID) argument
1399 doMNIByHttpRedirect( String mniRequestXMLString, String mniURL, String relayState, String realm, String hostEntity, String hostEntityRole, String remoteEntity, HttpServletResponse response) argument
1769 getMNIServiceElement( String realm, String entityID, String hostEntityRole, String binding) argument
1796 getNameID(String userID, String hostEntityID, String remoteEntityID, String hostEntityRole, String affiliationID, String realm) argument
1819 setNameIDForMNIRequest(ManageNameIDRequest mniRequest, NameID nameID, boolean changeID, String realm, String hostEntity, String hostEntityRole, String remoteEntity) argument
1895 getNewIDFromMNIRequest(ManageNameIDRequest request, String realm, String hostEntityID, String hostEntityRole) argument
1924 getNameIDFromMNIRequest(ManageNameIDRequest request, String realm, String hostEntity, String hostEntityRole) argument
2151 doMNIByPOST(String mniXMLString, String mniURL, String relayState, String realm, String hostEntity, String hostEntityRole, String remoteEntity, HttpServletResponse response, HttpServletRequest request) argument
[all...]

Completed in 43 milliseconds