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

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

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

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

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

Methods in org.jboss.seam.security.external.saml.idp that return SamlIdpOrSp
 SamlIdpOrSp SamlIdpBean.getIdpOrSp()
           
 

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

Methods in org.jboss.seam.security.external.saml.sp that return SamlIdpOrSp
 SamlIdpOrSp SamlSpBean.getIdpOrSp()
           
 



Copyright © 2011 Seam Framework. All Rights Reserved.