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

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

public class SamlEndpoint
extends Object

Author:
Marcel Kolsteren

Constructor Summary
SamlEndpoint(SamlService service, SamlBinding samlBinding, String location, String responseLocation)
           
 
Method Summary
 SamlBinding getBinding()
           
 String getLocation()
           
 String getResponseLocation()
           
 SamlService getService()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SamlEndpoint

public SamlEndpoint(SamlService service,
                    SamlBinding samlBinding,
                    String location,
                    String responseLocation)
Method Detail

getService

public SamlService getService()

getBinding

public SamlBinding getBinding()

getLocation

public String getLocation()

getResponseLocation

public String getResponseLocation()


Copyright © 2011 Seam Framework. All Rights Reserved.