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

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

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

Methods in org.jboss.seam.security.external.saml that return SamlProfile
 SamlProfile SamlServiceType.getProfile()
           
 SamlProfile SamlService.getProfile()
           
static SamlProfile SamlProfile.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SamlProfile[] SamlProfile.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 SamlProfile
abstract  SamlService SamlExternalEntity.getService(SamlProfile service)
           
 void SamlMessageSender.sendRequest(SamlExternalEntity samlProvider, SamlProfile profile, RequestAbstractType samlRequest, HttpServletResponse response)
           
 void SamlMessageSender.sendResponse(SamlExternalEntity samlProvider, StatusResponseType samlResponse, SamlProfile profile, HttpServletResponse response)
           
 

Constructors in org.jboss.seam.security.external.saml with parameters of type SamlProfile
SamlService(SamlProfile profile, List<? extends EndpointType> endpoints)
           
 

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

Methods in org.jboss.seam.security.external.saml.idp with parameters of type SamlProfile
 SamlService SamlExternalServiceProvider.getService(SamlProfile service)
           
 

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

Methods in org.jboss.seam.security.external.saml.sp with parameters of type SamlProfile
 SamlService SamlExternalIdentityProvider.getService(SamlProfile service)
           
 



Copyright © 2011 Seam Framework. All Rights Reserved.