Package org.opensaml.saml.saml1.core
Interface AuthenticationQuery
- All Superinterfaces:
Query
,SAMLObject
,SubjectQuery
,XMLObject
- All Known Implementing Classes:
AuthenticationQueryImpl
Description of the behaviour of the
AuthenticationQuery
element.-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGet AuthenticationMethod attribute.void
setAuthenticationMethod
(String authenticationMethod) Set AuthenticationMethod attribute.Methods inherited from interface org.opensaml.saml.saml1.core.SubjectQuery
getSubject, setSubject
Methods inherited from interface org.opensaml.core.xml.XMLObject
detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
-
Field Details
-
DEFAULT_ELEMENT_LOCAL_NAME
Element name, no namespace.- See Also:
-
DEFAULT_ELEMENT_NAME
Default element name. -
TYPE_LOCAL_NAME
Local name of the XSI type.- See Also:
-
TYPE_NAME
QName of the XSI type. -
AUTHENTICATIONMETHOD_ATTRIB_NAME
AuthenticationMethod attribute name.- See Also:
-
-
Method Details
-
getAuthenticationMethod
String getAuthenticationMethod()Get AuthenticationMethod attribute.- Returns:
- the authentication method
-
setAuthenticationMethod
Set AuthenticationMethod attribute.- Parameters:
authenticationMethod
- the authentication method
-