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

Packages that use SamlServiceType
org.jboss.seam.security.external.saml   
 

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

Methods in org.jboss.seam.security.external.saml that return SamlServiceType
static SamlServiceType SamlServiceType.getByName(String name)
           
static SamlServiceType SamlServiceType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SamlServiceType[] SamlServiceType.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 with parameters of type SamlServiceType
 String SamlEntityBean.getServiceURL(SamlServiceType service)
           
 void SamlMessageReceiver.handleIncomingSamlMessage(SamlServiceType service, HttpServletRequest httpRequest, HttpServletResponse httpResponse, SamlIdpOrSp idpOrSp)
           
 



Copyright © 2011 Seam Framework. All Rights Reserved.