Uses of Class
org.jboss.seam.security.external.saml.api.SamlBinding

Packages that use SamlBinding
org.jboss.seam.security.external.saml   
org.jboss.seam.security.external.saml.api   
 

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

Methods in org.jboss.seam.security.external.saml that return SamlBinding
 SamlBinding SamlEndpoint.getBinding()
           
 SamlBinding SamlEntityBean.getPreferredBinding()
           
 

Methods in org.jboss.seam.security.external.saml with parameters of type SamlBinding
 SamlEndpoint SamlService.getEndpointForBinding(SamlBinding samlBinding)
           
 void SamlEntityBean.setPreferredBinding(SamlBinding preferredBinding)
           
 

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

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

Methods in org.jboss.seam.security.external.saml.api that return SamlBinding
 SamlBinding SamlEntityConfigurationApi.getPreferredBinding()
          The preferred SAML protocol binding.
static SamlBinding SamlBinding.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SamlBinding[] SamlBinding.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jboss.seam.security.external.saml.api with parameters of type SamlBinding
 void SamlEntityConfigurationApi.setPreferredBinding(SamlBinding preferredBinding)
          See SamlEntityConfigurationApi.getPreferredBinding()
 



Copyright © 2011 Seam Framework. All Rights Reserved.