PicketLink Federation Core 2.1.6.Final-redhat-2

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

java.lang.Object
  extended by org.picketlink.identity.federation.saml.v1.assertion.SAML11StatementAbstractType
      extended by org.picketlink.identity.federation.saml.v1.assertion.SAML11SubjectStatementType
          extended by org.picketlink.identity.federation.saml.v1.assertion.SAML11AuthenticationStatementType
All Implemented Interfaces:
Serializable

public class SAML11AuthenticationStatementType
extends SAML11SubjectStatementType

Since:
Jun 22, 2011
Author:
Anil.Saldhana@redhat.com
See Also:
Serialized Form

Field Summary
protected  XMLGregorianCalendar authenticationInstant
           
protected  URI authenticationMethod
           
protected  List<SAML11AuthorityBindingType> authorityBinding
           
protected  SAML11SubjectLocalityType subjectLocality
           
 
Fields inherited from class org.picketlink.identity.federation.saml.v1.assertion.SAML11SubjectStatementType
subject
 
Constructor Summary
SAML11AuthenticationStatementType(URI authenticationMethod, XMLGregorianCalendar authenticationInstant)
           
 
Method Summary
 void add(SAML11AuthorityBindingType advice)
           
 void addAllAuthorityBindingType(List<SAML11AuthorityBindingType> advice)
           
 XMLGregorianCalendar getAuthenticationInstant()
           
 URI getAuthenticationMethod()
           
 List<SAML11AuthorityBindingType> getAuthorityBindingType()
           
 SAML11SubjectLocalityType getSubjectLocality()
           
 boolean remove(SAML11AuthorityBindingType advice)
           
 void setSubjectLocality(SAML11SubjectLocalityType subjectLocality)
           
 
Methods inherited from class org.picketlink.identity.federation.saml.v1.assertion.SAML11SubjectStatementType
getSubject, setSubject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

authenticationMethod

protected URI authenticationMethod

authenticationInstant

protected XMLGregorianCalendar authenticationInstant

subjectLocality

protected SAML11SubjectLocalityType subjectLocality

authorityBinding

protected List<SAML11AuthorityBindingType> authorityBinding
Constructor Detail

SAML11AuthenticationStatementType

public SAML11AuthenticationStatementType(URI authenticationMethod,
                                         XMLGregorianCalendar authenticationInstant)
Method Detail

getAuthenticationMethod

public URI getAuthenticationMethod()

getAuthenticationInstant

public XMLGregorianCalendar getAuthenticationInstant()

getSubjectLocality

public SAML11SubjectLocalityType getSubjectLocality()

setSubjectLocality

public void setSubjectLocality(SAML11SubjectLocalityType subjectLocality)

add

public void add(SAML11AuthorityBindingType advice)

addAllAuthorityBindingType

public void addAllAuthorityBindingType(List<SAML11AuthorityBindingType> advice)

remove

public boolean remove(SAML11AuthorityBindingType advice)

getAuthorityBindingType

public List<SAML11AuthorityBindingType> getAuthorityBindingType()

PicketLink Federation Core 2.1.6.Final-redhat-2

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