Searched defs:hostRole (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DLogoutUtil.java380 * @param hostRole SOAP logout URL on IDP side.
390 String hostRole,
416 if ((hostRole != null) && hostRole.equals(SAML2Constants.SP_ROLE)) {
440 hostRole);
461 if ((hostRole != null) && hostRole.equals(SAML2Constants.SP_ROLE)) {
738 * @param hostRole issuer of the response, which is SP.
749 String hostRole,
1392 String realm, String hostEntity, String hostRole,
384 doSLOBySOAP( String requestID, LogoutRequest sloRequest, String sloURL, String realm, String hostEntity, String hostRole, HttpServletRequest request, HttpServletResponse response) argument
744 generateResponse( Status status, String inResponseTo, Issuer issuer, String realm, String hostRole, String remoteEntity) argument
1390 doSLOByPOST(String requestID, String sloRequestXMLString, String sloURL, String relayState, String realm, String hostEntity, String hostRole, HttpServletResponse response, HttpServletRequest request) argument
[all...]
H A DDoManageNameID.java684 String hostRole = SAML2Utils.getHostEntityRole(paramsMap);
686 if (SAML2Constants.IDP_ROLE.equals(hostRole)) {
717 SAML2Utils.getWantMNIRequestSigned(realm, hostEntity, hostRole);
722 hostRole, remoteEntityID);
737 debug.message(method + "Host Entity role is : " + hostRole);
744 hostRole, SAML2Constants.HTTP_REDIRECT);
753 hostEntity, hostRole, remoteEntityID);
901 String hostRole = SAML2Utils.getHostEntityRole(paramsMap);
903 if (SAML2Constants.IDP_ROLE.equals(hostRole)) {
938 debug.message(method + "Host role is : " + hostRole);
997 processManageNameIDRequest( ManageNameIDRequest mniRequest, String realm, String hostEntityID, String remoteEntityID, String hostRole, String userID) argument
1449 doMNIBySOAP( ManageNameIDRequest mniRequest, String mniURL, String metaAlias, String hostRole, HttpServletRequest request, HttpServletResponse response) argument
1532 checkMNIResponse(ManageNameIDResponse mniResponse, String realm, String hostEntityID, String hostRole, StringBuffer mniUserId) argument
1703 getMNIRequestInfo( String requestID, String hostRole) 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
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DLogoutUtil.java382 * @param hostRole SOAP logout URL on IDP side.
392 String hostRole,
418 if ((hostRole != null) && hostRole.equals(SAML2Constants.SP_ROLE)) {
442 hostRole);
463 if ((hostRole != null) && hostRole.equals(SAML2Constants.SP_ROLE)) {
740 * @param hostRole issuer of the response, which is SP.
751 String hostRole,
1394 String realm, String hostEntity, String hostRole,
386 doSLOBySOAP( String requestID, LogoutRequest sloRequest, String sloURL, String realm, String hostEntity, String hostRole, HttpServletRequest request, HttpServletResponse response) argument
746 generateResponse( Status status, String inResponseTo, Issuer issuer, String realm, String hostRole, String remoteEntity) argument
1392 doSLOByPOST(String requestID, String sloRequestXMLString, String sloURL, String relayState, String realm, String hostEntity, String hostRole, HttpServletResponse response, HttpServletRequest request) argument
[all...]
H A DDoManageNameID.java686 String hostRole = SAML2Utils.getHostEntityRole(paramsMap);
688 if (SAML2Constants.IDP_ROLE.equals(hostRole)) {
719 SAML2Utils.getWantMNIRequestSigned(realm, hostEntity, hostRole);
724 hostRole, remoteEntityID);
739 debug.message(method + "Host Entity role is : " + hostRole);
746 hostRole, SAML2Constants.HTTP_REDIRECT);
755 hostEntity, hostRole, remoteEntityID);
903 String hostRole = SAML2Utils.getHostEntityRole(paramsMap);
905 if (SAML2Constants.IDP_ROLE.equals(hostRole)) {
940 debug.message(method + "Host role is : " + hostRole);
999 processManageNameIDRequest( ManageNameIDRequest mniRequest, String realm, String hostEntityID, String remoteEntityID, String hostRole, String userID) argument
1451 doMNIBySOAP( ManageNameIDRequest mniRequest, String mniURL, String metaAlias, String hostRole, HttpServletRequest request, HttpServletResponse response) argument
1534 checkMNIResponse(ManageNameIDResponse mniResponse, String realm, String hostEntityID, String hostRole, StringBuffer mniUserId) argument
1705 getMNIRequestInfo( String requestID, String hostRole) 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
[all...]

Completed in 51 milliseconds