Searched defs:hostedDesc (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/namemapping/
H A DFSNameMappingHandler.java73 * @param hostedDesc hosted provider's meta descriptor
79 ProviderDescriptorType hostedDesc,
85 hostedProviderDesc = hostedDesc;
77 FSNameMappingHandler( String entityID, ProviderDescriptorType hostedDesc, BaseConfigType hostedConfig, String metaAlias) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/namemapping/
H A DFSNameMappingHandler.java73 * @param hostedDesc hosted provider's meta descriptor
79 ProviderDescriptorType hostedDesc,
85 hostedProviderDesc = hostedDesc;
77 FSNameMappingHandler( String entityID, ProviderDescriptorType hostedDesc, BaseConfigType hostedConfig, String metaAlias) argument
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSSSOAndFedService.java238 IDPDescriptorType hostedDesc = null;
244 hostedDesc = metaManager.getIDPDescriptor(realm, hostEntityId);
262 hostedDesc,
363 IDPDescriptorType hostedDesc = null;
369 hostedDesc = metaManager.getIDPDescriptor(realm, hostEntityId);
387 hostedDesc,
424 IDPDescriptorType hostedDesc = null;
428 hostedDesc = metaManager.getIDPDescriptor(realm, hostEntityId);
523 handlerObj.setHostedDescriptor(hostedDesc);
541 hostedDesc))
575 handleAuthnRequest( HttpServletRequest request, HttpServletResponse response, FSAuthnRequest authnRequest, boolean bPostAuthn, boolean bLECP, String realm, String hostEntityId, String metaAlias, IDPDescriptorType hostedDesc, BaseConfigType hostedConfig) argument
785 handleLECPRequest( HttpServletRequest request, HttpServletResponse response, FSAuthnRequest authnRequest, IDPDescriptorType hostedDesc, BaseConfigType hostedConfig, String realm, String hostEntityId, String metaAlias) argument
[all...]
H A DFSSSOAndFedHandler.java115 protected IDPDescriptorType hostedDesc = null; field in class:FSSSOAndFedHandler
169 * @param hostedDesc hosted meta descriptor to be set
171 public void setHostedDescriptor(IDPDescriptorType hostedDesc) { argument
172 this.hostedDesc = hostedDesc;
679 String ssoUrl = hostedDesc.getSingleSignOnServiceURL();
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSSSOAndFedService.java238 IDPDescriptorType hostedDesc = null;
244 hostedDesc = metaManager.getIDPDescriptor(realm, hostEntityId);
262 hostedDesc,
363 IDPDescriptorType hostedDesc = null;
369 hostedDesc = metaManager.getIDPDescriptor(realm, hostEntityId);
387 hostedDesc,
424 IDPDescriptorType hostedDesc = null;
428 hostedDesc = metaManager.getIDPDescriptor(realm, hostEntityId);
523 handlerObj.setHostedDescriptor(hostedDesc);
541 hostedDesc))
575 handleAuthnRequest( HttpServletRequest request, HttpServletResponse response, FSAuthnRequest authnRequest, boolean bPostAuthn, boolean bLECP, String realm, String hostEntityId, String metaAlias, IDPDescriptorType hostedDesc, BaseConfigType hostedConfig) argument
785 handleLECPRequest( HttpServletRequest request, HttpServletResponse response, FSAuthnRequest authnRequest, IDPDescriptorType hostedDesc, BaseConfigType hostedConfig, String realm, String hostEntityId, String metaAlias) argument
[all...]
H A DFSSSOAndFedHandler.java115 protected IDPDescriptorType hostedDesc = null; field in class:FSSSOAndFedHandler
169 * @param hostedDesc hosted meta descriptor to be set
171 public void setHostedDescriptor(IDPDescriptorType hostedDesc) { argument
172 this.hostedDesc = hostedDesc;
679 String ssoUrl = hostedDesc.getSingleSignOnServiceURL();

Completed in 30 milliseconds