public class SAML11AuthenticationStatementType extends SAML11SubjectStatementType
Modifier and Type | Field and Description |
---|---|
protected XMLGregorianCalendar |
authenticationInstant |
protected URI |
authenticationMethod |
protected List<SAML11AuthorityBindingType> |
authorityBinding |
protected SAML11SubjectLocalityType |
subjectLocality |
subject
Constructor and Description |
---|
SAML11AuthenticationStatementType(URI authenticationMethod,
XMLGregorianCalendar authenticationInstant) |
Modifier and Type | Method and Description |
---|---|
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) |
getSubject, setSubject
protected URI authenticationMethod
protected XMLGregorianCalendar authenticationInstant
protected SAML11SubjectLocalityType subjectLocality
protected List<SAML11AuthorityBindingType> authorityBinding
public SAML11AuthenticationStatementType(URI authenticationMethod, XMLGregorianCalendar authenticationInstant)
public URI getAuthenticationMethod()
public XMLGregorianCalendar getAuthenticationInstant()
public SAML11SubjectLocalityType getSubjectLocality()
public void setSubjectLocality(SAML11SubjectLocalityType subjectLocality)
public void add(SAML11AuthorityBindingType advice)
public void addAllAuthorityBindingType(List<SAML11AuthorityBindingType> advice)
public boolean remove(SAML11AuthorityBindingType advice)
public List<SAML11AuthorityBindingType> getAuthorityBindingType()
Copyright © 2021 JBoss by Red Hat. All rights reserved.