PicketLink Federation Core 2.1.6.Final-redhat-2

org.picketlink.identity.federation.saml.v1.assertion
Class SAML11AuthorityBindingType

java.lang.Object
  extended by org.picketlink.identity.federation.saml.v1.assertion.SAML11AuthorityBindingType

public class SAML11AuthorityBindingType
extends Object

Since:
Jun 22, 2011
Author:
Anil.Saldhana@redhat.com

Field Summary
protected  QName authorityKind
           
protected  URI binding
           
protected  URI location
           
 
Constructor Summary
SAML11AuthorityBindingType(QName authorityKind, URI location, URI binding)
           
 
Method Summary
 QName getAuthorityKind()
           
 URI getBinding()
           
 URI getLocation()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

authorityKind

protected QName authorityKind

location

protected URI location

binding

protected URI binding
Constructor Detail

SAML11AuthorityBindingType

public SAML11AuthorityBindingType(QName authorityKind,
                                  URI location,
                                  URI binding)
Method Detail

getAuthorityKind

public QName getAuthorityKind()

getLocation

public URI getLocation()

getBinding

public URI getBinding()

PicketLink Federation Core 2.1.6.Final-redhat-2

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.