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

java.lang.Object
  extended by org.jboss.seam.security.external.saml.SamlService

public class SamlService
extends Object

Author:
Marcel Kolsteren

Constructor Summary
SamlService(SamlProfile profile, List<? extends EndpointType> endpoints)
           
 
Method Summary
 SamlEndpoint getEndpointForBinding(SamlBinding samlBinding)
           
 SamlProfile getProfile()
           
 List<SamlEndpoint> getServiceEndpoints()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SamlService

public SamlService(SamlProfile profile,
                   List<? extends EndpointType> endpoints)
Method Detail

getProfile

public SamlProfile getProfile()

getServiceEndpoints

public List<SamlEndpoint> getServiceEndpoints()

getEndpointForBinding

public SamlEndpoint getEndpointForBinding(SamlBinding samlBinding)


Copyright © 2011 Seam Framework. All Rights Reserved.