Uses of Class
org.jboss.seam.security.external.saml.sp.SamlExternalIdentityProvider

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

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

Methods in org.jboss.seam.security.external.saml.api that return SamlExternalIdentityProvider
 SamlExternalIdentityProvider SamlSpSession.getIdentityProvider()
          Gets the entity provider that manages the session.
 

Methods in org.jboss.seam.security.external.saml.api that return types with arguments of type SamlExternalIdentityProvider
 List<SamlExternalIdentityProvider> SamlServiceProviderConfigurationApi.getIdentityProviders()
          Returns a list with all identity providers that are trusted (i.e.
 

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

Methods in org.jboss.seam.security.external.saml.idp with parameters of type SamlExternalIdentityProvider
 void SamlIdpSingleSignOnService.sendAuthenticationResponseToIDP(SamlExternalIdentityProvider idp, HttpServletResponse response)
           
 

Uses of SamlExternalIdentityProvider in org.jboss.seam.security.external.saml.sp
 

Methods in org.jboss.seam.security.external.saml.sp that return SamlExternalIdentityProvider
 SamlExternalIdentityProvider SamlSpBean.addExternalIdentityProvider(String entityId, IDPSSODescriptorType idpSsoDescriptor)
           
 SamlExternalIdentityProvider SamlSpBean.addExternalSamlEntity(Reader reader)
           
 SamlExternalIdentityProvider SamlSpBean.getExternalSamlEntityByEntityId(String entityId)
           
 SamlExternalIdentityProvider SamlSpSessionImpl.getIdentityProvider()
           
 

Methods in org.jboss.seam.security.external.saml.sp that return types with arguments of type SamlExternalIdentityProvider
 List<SamlExternalIdentityProvider> SamlSpBean.getIdentityProviders()
           
 

Methods in org.jboss.seam.security.external.saml.sp with parameters of type SamlExternalIdentityProvider
 void SamlSpSingleSignOnService.sendAuthenticationRequestToIDP(SamlExternalIdentityProvider idp, HttpServletResponse response)
           
 void SamlSpSessionImpl.setIdentityProvider(SamlExternalIdentityProvider identityProvider)
           
 



Copyright © 2011 Seam Framework. All Rights Reserved.