Searched defs:providerId (Results 26 - 31 of 31) sorted by relevance

12

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/liberty/
H A DLibertyManager.java824 * @param providerId The ID of the provider whose <code>COTList</code>
833 public static Set getListOfCOTs(String providerId, String providerRole) { argument
834 return getListOfCOTs(IFSConstants.ROOT_REALM, providerId, providerRole);
841 * @param providerId The ID of the provider whose <code>COTList</code>
849 String realm, String providerId, String providerRole)
853 realm, providerId, providerRole, metaManager);
1105 * @param providerId Provider's entity ID.
1114 String providerId,
1118 return getErrorPageURL(IFSConstants.ROOT_REALM, providerId,
1126 * @param providerId Provide
848 getListOfCOTs( String realm, String providerId, String providerRole) argument
1113 getErrorPageURL( String providerId, String providerRole, HttpServletRequest request) argument
1131 getErrorPageURL( String realm, String providerId, String providerRole, HttpServletRequest request) argument
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSAuthnRequest.java73 private String providerId = null; field in class:FSAuthnRequest
149 this.providerId = providerID;
212 if(providerId != null && providerId.length() != 0) {
217 providerId = XMLUtils.getElementValue((Element) child);
370 if((providerId == null) || (providerId.length() == 0)){
372 + "providerId is null in the request with requestId:"
500 .append(providerId)
856 return providerId;
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/logout/
H A DFSSingleLogoutHandler.java722 * @param providerId the first provider whose preferred profile is HTTP GET
725 private FSLogoutStatus doHttpGet(String providerId) { argument
728 return doWMLGet(providerId);
730 return doHTMLGet(providerId);
737 * @param providerId the first provider whose preferred profile is HTTP GET
739 private FSLogoutStatus doWMLGet(String providerId) { argument
758 providerId,
794 * @param providerId the first provider whose preferred profile is HTTP GET
796 private FSLogoutStatus doHTMLGet(String providerId) { argument
815 providerId,
932 doIDPSoapProfile(String providerId) argument
1005 doSoapProfile(String providerId) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSAuthnRequest.java76 private String providerId = null; field in class:FSAuthnRequest
152 this.providerId = providerID;
215 if(providerId != null && providerId.length() != 0) {
220 providerId = XMLUtils.getElementValue((Element) child);
373 if((providerId == null) || (providerId.length() == 0)){
375 + "providerId is null in the request with requestId:"
503 .append(providerId)
859 return providerId;
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/logout/
H A DFSSingleLogoutHandler.java722 * @param providerId the first provider whose preferred profile is HTTP GET
725 private FSLogoutStatus doHttpGet(String providerId) { argument
728 return doWMLGet(providerId);
730 return doHTMLGet(providerId);
737 * @param providerId the first provider whose preferred profile is HTTP GET
739 private FSLogoutStatus doWMLGet(String providerId) { argument
758 providerId,
794 * @param providerId the first provider whose preferred profile is HTTP GET
796 private FSLogoutStatus doHTMLGet(String providerId) { argument
815 providerId,
932 doIDPSoapProfile(String providerId) argument
1005 doSoapProfile(String providerId) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/liberty/
H A DLibertyManager.java824 * @param providerId The ID of the provider whose <code>COTList</code>
833 public static Set getListOfCOTs(String providerId, String providerRole) { argument
834 return getListOfCOTs(IFSConstants.ROOT_REALM, providerId, providerRole);
841 * @param providerId The ID of the provider whose <code>COTList</code>
849 String realm, String providerId, String providerRole)
853 realm, providerId, providerRole, metaManager);
1105 * @param providerId Provider's entity ID.
1114 String providerId,
1118 return getErrorPageURL(IFSConstants.ROOT_REALM, providerId,
1126 * @param providerId Provide
848 getListOfCOTs( String realm, String providerId, String providerRole) argument
1113 getErrorPageURL( String providerId, String providerRole, HttpServletRequest request) argument
1131 getErrorPageURL( String realm, String providerId, String providerRole, HttpServletRequest request) argument
[all...]

Completed in 35 milliseconds

12