Package org.opensaml.saml.saml1.core
Interface AuthenticationQuery
- All Superinterfaces:
Query
,SAMLObject
,SubjectQuery
,XMLObject
- All Known Implementing Classes:
AuthenticationQueryImpl
public interface AuthenticationQuery extends SubjectQuery
Description of the behaviour of the
AuthenticationQuery
element.-
Field Summary
Fields Modifier and Type Field Description static String
AUTHENTICATIONMETHOD_ATTRIB_NAME
AuthenticationMethod attribute name.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. -
Method Summary
Modifier and Type Method Description String
getAuthenticationMethod()
Get 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:
- Constant Field Values
-
DEFAULT_ELEMENT_NAME
Default element name. -
TYPE_LOCAL_NAME
Local name of the XSI type.- See Also:
- Constant Field Values
-
TYPE_NAME
QName of the XSI type. -
AUTHENTICATIONMETHOD_ATTRIB_NAME
AuthenticationMethod attribute name.- See Also:
- Constant Field Values
-
-
Method Details
-
getAuthenticationMethod
String getAuthenticationMethod()Get AuthenticationMethod attribute.- Returns:
- the authentication method
-
setAuthenticationMethod
Set AuthenticationMethod attribute.- Parameters:
authenticationMethod
- the authentication method
-