Searched defs:hostedRole (Results 1 - 16 of 16) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/registration/
H A DFSRegistrationInitiationServlet.java170 String hostedRole = null;
174 hostedRole = metaManager.getProviderRoleByMetaAlias(providerAlias);
176 if (hostedRole != null &&
177 hostedRole.equalsIgnoreCase(IFSConstants.SP))
183 } else if (hostedRole != null &&
184 hostedRole.equalsIgnoreCase(IFSConstants.IDP))
204 if (hostedRole != null && hostedRole.equalsIgnoreCase(IFSConstants.IDP)) {
215 hostedConfig, hostedEntityId, hostedRole, providerAlias);
251 * @param hostedRole hoste
254 doRegistrationInitiation( HttpServletRequest request, HttpServletResponse response, ProviderDescriptorType hostedProviderDesc, BaseConfigType hostedConfig, String hostedEntityId, String hostedRole, String hostedProviderAlias) argument
[all...]
H A DFSNameRegistrationHandler.java165 * @param hostedRole hosted provider's role
167 public void setHostedProviderRole(String hostedRole) { argument
168 this.hostedProviderRole = hostedRole;
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/termination/
H A DFSTerminationInitiationServlet.java148 String hostedRole = null;
152 hostedRole = metaManager.getProviderRoleByMetaAlias(providerAlias);
154 if (hostedRole != null &&
155 hostedRole.equalsIgnoreCase(IFSConstants.SP))
161 } else if (hostedRole != null &&
162 hostedRole.equalsIgnoreCase(IFSConstants.IDP))
181 if (hostedRole != null && hostedRole.equalsIgnoreCase(IFSConstants.IDP))
193 hostedConfig, realm, hostedEntityId, hostedRole, providerAlias);
247 * @param hostedRole hoste
250 doTerminationInitiation( HttpServletRequest request, HttpServletResponse response, ProviderDescriptorType hostedProviderDesc, BaseConfigType hostedConfig, String realm, String hostedEntityId, String hostedRole, String providerAlias) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/registration/
H A DFSRegistrationInitiationServlet.java170 String hostedRole = null;
174 hostedRole = metaManager.getProviderRoleByMetaAlias(providerAlias);
176 if (hostedRole != null &&
177 hostedRole.equalsIgnoreCase(IFSConstants.SP))
183 } else if (hostedRole != null &&
184 hostedRole.equalsIgnoreCase(IFSConstants.IDP))
204 if (hostedRole != null && hostedRole.equalsIgnoreCase(IFSConstants.IDP)) {
215 hostedConfig, hostedEntityId, hostedRole, providerAlias);
251 * @param hostedRole hoste
254 doRegistrationInitiation( HttpServletRequest request, HttpServletResponse response, ProviderDescriptorType hostedProviderDesc, BaseConfigType hostedConfig, String hostedEntityId, String hostedRole, String hostedProviderAlias) argument
[all...]
H A DFSNameRegistrationHandler.java165 * @param hostedRole hosted provider's role
167 public void setHostedProviderRole(String hostedRole) { argument
168 this.hostedProviderRole = hostedRole;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/termination/
H A DFSTerminationInitiationServlet.java148 String hostedRole = null;
152 hostedRole = metaManager.getProviderRoleByMetaAlias(providerAlias);
154 if (hostedRole != null &&
155 hostedRole.equalsIgnoreCase(IFSConstants.SP))
161 } else if (hostedRole != null &&
162 hostedRole.equalsIgnoreCase(IFSConstants.IDP))
181 if (hostedRole != null && hostedRole.equalsIgnoreCase(IFSConstants.IDP))
193 hostedConfig, realm, hostedEntityId, hostedRole, providerAlias);
247 * @param hostedRole hoste
250 doTerminationInitiation( HttpServletRequest request, HttpServletResponse response, ProviderDescriptorType hostedProviderDesc, BaseConfigType hostedConfig, String realm, String hostedEntityId, String hostedRole, String providerAlias) argument
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/logout/
H A DFSProcessLogoutServlet.java158 String hostedRole = null;
161 hostedRole = metaManager.getProviderRoleByMetaAlias(providerAlias);
163 if (hostedRole != null) {
164 if (hostedRole.equalsIgnoreCase(IFSConstants.IDP)) {
169 } else if (hostedRole.equalsIgnoreCase(IFSConstants.SP)) {
258 hostedConfig, realm, hostedEntityId, hostedRole,
269 hostedConfig, realm, hostedEntityId, hostedRole,
281 hostedConfig, realm, hostedEntityId, hostedRole,
317 hostedRole,
365 * @param hostedRole hoste
374 doRequestProcessing( HttpServletRequest request, HttpServletResponse response, ProviderDescriptorType hostedDescriptor, BaseConfigType hostedConfig, String hostedRole, String realm, String hostedEntityId, String metaAlias, FSLogoutNotification reqLogout, String commonErrorPage, String userID, Object ssoToken) argument
575 doLogoutInitiation( HttpServletRequest request, HttpServletResponse response, ProviderDescriptorType hostedDescriptor, BaseConfigType hostedConfig, String realm, String hostedEntityId, String hostedRole, String metaAlias, Object ssoToken, String logoutDoneURL, String sourceCheck) argument
672 callPreSingleLogoutProcess( HttpServletRequest request, HttpServletResponse response, String hostedRole, BaseConfigType hostedConfig, String hostedEntityId, String userID, FSLogoutNotification reqLogout) argument
[all...]
H A DFSLogoutUtil.java746 * @param hostedRole the role of the hosted provider
752 String realm, String hostedEntityId, String hostedRole,
789 if (hostedRole.equalsIgnoreCase(IFSConstants.SP)) {
802 if (hostedRole.equalsIgnoreCase(IFSConstants.SP)) {
1030 String hostedRole = metaManager.getProviderRoleByMetaAlias(
1036 IFSConstants.IDP.equalsIgnoreCase(hostedRole))
1041 IFSConstants.SP.equalsIgnoreCase(hostedRole))
751 getUserFromRequest(FSLogoutNotification reqLogout, String realm, String hostedEntityId, String hostedRole, BaseConfigType hostedConfig, String metaAlias) argument
H A DFSPreLogoutHandler.java85 protected String hostedRole = null; field in class:FSPreLogoutHandler
167 * @param hostedRole hosted provider's role.
169 public void setHostedProviderRole(String hostedRole) { argument
170 this.hostedRole = hostedRole;
276 handlerObj.setHostedProviderRole(hostedRole);
307 if (hostedRole != null &&
308 hostedRole.equalsIgnoreCase(IFSConstants.SP) &&
346 if (hostedRole != null &&
347 hostedRole
[all...]
H A DFSSingleLogoutHandler.java107 private String hostedRole = null; field in class:FSSingleLogoutHandler
556 if (hostedRole.equalsIgnoreCase(IFSConstants.IDP)) {
588 hostedRole.equalsIgnoreCase(IFSConstants.IDP) &&
671 hostedRole.equalsIgnoreCase(IFSConstants.IDP) &&
1098 if (hostedRole != null &&
1099 hostedRole.equalsIgnoreCase(IFSConstants.SP))
1264 * @param hostedRole hosted provider's role
1266 public void setHostedProviderRole(String hostedRole) { argument
1267 this.hostedRole = hostedRole;
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/logout/
H A DFSProcessLogoutServlet.java158 String hostedRole = null;
161 hostedRole = metaManager.getProviderRoleByMetaAlias(providerAlias);
163 if (hostedRole != null) {
164 if (hostedRole.equalsIgnoreCase(IFSConstants.IDP)) {
169 } else if (hostedRole.equalsIgnoreCase(IFSConstants.SP)) {
258 hostedConfig, realm, hostedEntityId, hostedRole,
269 hostedConfig, realm, hostedEntityId, hostedRole,
281 hostedConfig, realm, hostedEntityId, hostedRole,
317 hostedRole,
365 * @param hostedRole hoste
374 doRequestProcessing( HttpServletRequest request, HttpServletResponse response, ProviderDescriptorType hostedDescriptor, BaseConfigType hostedConfig, String hostedRole, String realm, String hostedEntityId, String metaAlias, FSLogoutNotification reqLogout, String commonErrorPage, String userID, Object ssoToken) argument
575 doLogoutInitiation( HttpServletRequest request, HttpServletResponse response, ProviderDescriptorType hostedDescriptor, BaseConfigType hostedConfig, String realm, String hostedEntityId, String hostedRole, String metaAlias, Object ssoToken, String logoutDoneURL, String sourceCheck) argument
672 callPreSingleLogoutProcess( HttpServletRequest request, HttpServletResponse response, String hostedRole, BaseConfigType hostedConfig, String hostedEntityId, String userID, FSLogoutNotification reqLogout) argument
[all...]
H A DFSLogoutUtil.java746 * @param hostedRole the role of the hosted provider
752 String realm, String hostedEntityId, String hostedRole,
789 if (hostedRole.equalsIgnoreCase(IFSConstants.SP)) {
802 if (hostedRole.equalsIgnoreCase(IFSConstants.SP)) {
1030 String hostedRole = metaManager.getProviderRoleByMetaAlias(
1036 IFSConstants.IDP.equalsIgnoreCase(hostedRole))
1041 IFSConstants.SP.equalsIgnoreCase(hostedRole))
751 getUserFromRequest(FSLogoutNotification reqLogout, String realm, String hostedEntityId, String hostedRole, BaseConfigType hostedConfig, String metaAlias) argument
H A DFSPreLogoutHandler.java85 protected String hostedRole = null; field in class:FSPreLogoutHandler
167 * @param hostedRole hosted provider's role.
169 public void setHostedProviderRole(String hostedRole) { argument
170 this.hostedRole = hostedRole;
276 handlerObj.setHostedProviderRole(hostedRole);
307 if (hostedRole != null &&
308 hostedRole.equalsIgnoreCase(IFSConstants.SP) &&
346 if (hostedRole != null &&
347 hostedRole
[all...]
H A DFSSingleLogoutHandler.java107 private String hostedRole = null; field in class:FSSingleLogoutHandler
556 if (hostedRole.equalsIgnoreCase(IFSConstants.IDP)) {
588 hostedRole.equalsIgnoreCase(IFSConstants.IDP) &&
671 hostedRole.equalsIgnoreCase(IFSConstants.IDP) &&
1098 if (hostedRole != null &&
1099 hostedRole.equalsIgnoreCase(IFSConstants.SP))
1264 * @param hostedRole hosted provider's role
1266 public void setHostedProviderRole(String hostedRole) { argument
1267 this.hostedRole = hostedRole;
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSSOAPReceiver.java374 String hostedRole = null;
399 hostedRole =
404 if (hostedRole != null &&
405 hostedRole.equals(IFSConstants.IDP))
412 } else if (hostedRole != null &&
413 hostedRole.equals(IFSConstants.SP))
438 hostedRole, realm,hostedEntityId, providerAlias,
688 String hostedRole = null;
695 hostedRole = metaManager.getProviderRoleByMetaAlias(
699 if (hostedRole !
917 handleRegistrationRequest( Element elt, SOAPMessage msg, ProviderDescriptorType hostedProviderDesc, BaseConfigType hostedConfig, String hostedRole, String realm, String hostedEntityId, String providerAlias, HttpServletRequest request, HttpServletResponse response) argument
1153 handleLogoutRequest( Element elt, FSLogoutNotification logoutRequest, SOAPMessage msgLogout, HttpServletRequest request, HttpServletResponse response, ProviderDescriptorType hostedProviderDesc, BaseConfigType hostedConfig, String providerAlias, String realm, String hostedEntityId, String hostedRole) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSSOAPReceiver.java374 String hostedRole = null;
399 hostedRole =
404 if (hostedRole != null &&
405 hostedRole.equals(IFSConstants.IDP))
412 } else if (hostedRole != null &&
413 hostedRole.equals(IFSConstants.SP))
438 hostedRole, realm,hostedEntityId, providerAlias,
688 String hostedRole = null;
695 hostedRole = metaManager.getProviderRoleByMetaAlias(
699 if (hostedRole !
917 handleRegistrationRequest( Element elt, SOAPMessage msg, ProviderDescriptorType hostedProviderDesc, BaseConfigType hostedConfig, String hostedRole, String realm, String hostedEntityId, String providerAlias, HttpServletRequest request, HttpServletResponse response) argument
1153 handleLogoutRequest( Element elt, FSLogoutNotification logoutRequest, SOAPMessage msgLogout, HttpServletRequest request, HttpServletResponse response, ProviderDescriptorType hostedProviderDesc, BaseConfigType hostedConfig, String providerAlias, String realm, String hostedEntityId, String hostedRole) argument
[all...]

Completed in 72 milliseconds