org.picketlink.identity.federation.saml.v1.assertion
Class SAML11AuthenticationStatementType
java.lang.Object
org.picketlink.identity.federation.saml.v1.assertion.SAML11StatementAbstractType
org.picketlink.identity.federation.saml.v1.assertion.SAML11SubjectStatementType
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
authenticationMethod
protected URI authenticationMethod
authenticationInstant
protected XMLGregorianCalendar authenticationInstant
subjectLocality
protected SAML11SubjectLocalityType subjectLocality
authorityBinding
protected List<SAML11AuthorityBindingType> authorityBinding
SAML11AuthenticationStatementType
public SAML11AuthenticationStatementType(URI authenticationMethod,
XMLGregorianCalendar authenticationInstant)
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()
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.