public interface AuthenticationStatement extends SAMLObject, SubjectStatement
AuthenticationStatment
element behaves.修飾子とタイプ | フィールドと説明 |
---|---|
static String |
AUTHENTICATIONINSTANT_ATTRIB_NAME
Name of the AuthenticationInstant attribute
|
static String |
AUTHENTICATIONMETHOD_ATTRIB_NAME
Name of the AuthenticationMethod attribute
|
static String |
DEFAULT_ELEMENT_LOCAL_NAME
Element name, no namespace.
|
static QName |
DEFAULT_ELEMENT_NAME
Default element name
|
static String |
TYPE_LOCAL_NAME
Local name of the XSI type
|
static QName |
TYPE_NAME
QName of the XSI type
|
修飾子とタイプ | メソッドと説明 |
---|---|
org.joda.time.DateTime |
getAuthenticationInstant()
Return the contents of the AuthenticationInstant attribute
|
String |
getAuthenticationMethod()
Return the contents of the AuthenticationMethod attribute
|
List<AuthorityBinding> |
getAuthorityBindings()
return all the AuthorityBinding subelement
|
SubjectLocality |
getSubjectLocality()
Set the (single) SubjectLocality child element
|
void |
setAuthenticationInstant(org.joda.time.DateTime authenticationInstant)
Set the contents of the AuthenticationInstant attribute
|
void |
setAuthenticationMethod(String authenticationMethod)
Set the contents of the AuthenticationMethod attribute
|
void |
setSubjectLocality(SubjectLocality subjectLocality)
Get the (single) SubjectLocality child element
|
getSubject, setSubject
deregisterValidator, getValidators, registerValidator, validate
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
static final String DEFAULT_ELEMENT_LOCAL_NAME
static final QName DEFAULT_ELEMENT_NAME
static final QName TYPE_NAME
static final String AUTHENTICATIONMETHOD_ATTRIB_NAME
String getAuthenticationMethod()
void setAuthenticationMethod(String authenticationMethod)
org.joda.time.DateTime getAuthenticationInstant()
void setAuthenticationInstant(org.joda.time.DateTime authenticationInstant)
SubjectLocality getSubjectLocality()
void setSubjectLocality(SubjectLocality subjectLocality) throws IllegalArgumentException
List<AuthorityBinding> getAuthorityBindings()
Copyright © 2012. All Rights Reserved.