Uses of Class
org.jboss.seam.security.external.saml.idp.SamlExternalServiceProvider

Packages that use SamlExternalServiceProvider
org.jboss.seam.security.external.saml.api   
org.jboss.seam.security.external.saml.idp   
 

Uses of SamlExternalServiceProvider in org.jboss.seam.security.external.saml.api
 

Methods in org.jboss.seam.security.external.saml.api that return types with arguments of type SamlExternalServiceProvider
 Set<SamlExternalServiceProvider> SamlIdpSession.getServiceProviders()
          Returns the list of service providers that participate in the session.
 List<SamlExternalServiceProvider> SamlIdentityProviderConfigurationApi.getServiceProviders()
          Gets a list of all external service providers that have been added previously by calling SamlEntityConfigurationApi.addExternalSamlEntity(java.io.Reader).
 

Uses of SamlExternalServiceProvider in org.jboss.seam.security.external.saml.idp
 

Methods in org.jboss.seam.security.external.saml.idp that return SamlExternalServiceProvider
 SamlExternalServiceProvider SamlIdpBean.addExternalSamlEntity(Reader reader)
           
 SamlExternalServiceProvider SamlIdpBean.addExternalServiceProvider(String entityId, SPSSODescriptorType spSsoDescriptor)
           
 SamlExternalServiceProvider SamlIdpBean.getExternalSamlEntityByEntityId(String entityId)
           
 

Methods in org.jboss.seam.security.external.saml.idp that return types with arguments of type SamlExternalServiceProvider
 List<SamlExternalServiceProvider> SamlIdpBean.getServiceProviders()
           
 Set<SamlExternalServiceProvider> SamlIdpSessionImpl.getServiceProviders()
           
 

Methods in org.jboss.seam.security.external.saml.idp with parameters of type SamlExternalServiceProvider
 void SamlIdpSingleLogoutService.sendSingleLogoutRequestToSP(SamlIdpSession session, SamlExternalServiceProvider sp, HttpServletResponse response)
           
 

Method parameters in org.jboss.seam.security.external.saml.idp with type arguments of type SamlExternalServiceProvider
 void SamlIdpSessionImpl.setServiceProviders(Set<SamlExternalServiceProvider> serviceProviders)
           
 



Copyright © 2011 Seam Framework. All Rights Reserved.