Uses of Class
org.jboss.seam.security.external.saml.SamlService

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

Uses of SamlService in org.jboss.seam.security.external.saml
 

Methods in org.jboss.seam.security.external.saml that return SamlService
 SamlService SamlEndpoint.getService()
           
abstract  SamlService SamlExternalEntity.getService(SamlProfile service)
           
 

Methods in org.jboss.seam.security.external.saml with parameters of type SamlService
 SamlEndpoint SamlMessageSender.getEndpoint(SamlService service)
           
 

Constructors in org.jboss.seam.security.external.saml with parameters of type SamlService
SamlEndpoint(SamlService service, SamlBinding samlBinding, String location, String responseLocation)
           
 

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

Methods in org.jboss.seam.security.external.saml.idp that return SamlService
 SamlService SamlExternalServiceProvider.getService(SamlProfile service)
           
 

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

Methods in org.jboss.seam.security.external.saml.sp that return SamlService
 SamlService SamlExternalIdentityProvider.getService(SamlProfile service)
           
 



Copyright © 2011 Seam Framework. All Rights Reserved.