|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensaml.SAMLObject
org.opensaml.SAMLQuery
org.opensaml.SAMLSubjectQuery
org.opensaml.SAMLAuthenticationQuery
public class SAMLAuthenticationQuery
Represents a SAML Authentication Query object
Field Summary | |
---|---|
protected String |
authMethod
|
Fields inherited from class org.opensaml.SAMLSubjectQuery |
---|
subject |
Fields inherited from class org.opensaml.SAMLQuery |
---|
queryTypeMap |
Fields inherited from class org.opensaml.SAMLObject |
---|
config, dirty, log, parentObject, root |
Constructor Summary | |
---|---|
SAMLAuthenticationQuery()
Default constructor |
|
SAMLAuthenticationQuery(Element e)
Reconstructs an authentication query from a DOM tree |
|
SAMLAuthenticationQuery(InputStream in)
Reconstructs an authentication query from a stream |
|
SAMLAuthenticationQuery(SAMLSubject subject,
String authMethod)
Builds an authentication query out of its component parts |
Method Summary | |
---|---|
protected Element |
buildRoot(Document doc,
boolean xmlns)
Delegates the process of building the root element of an object and inserting appropriate namespaces. |
Object |
clone()
Copies a SAML object such that no dependencies exist between the original and the copy |
void |
fromDOM(Element e)
Initialization of an object from a DOM element |
String |
getAuthMethod()
Gets the authentication method inside the query |
void |
setAuthMethod(String authMethod)
Sets the authentication method inside the query |
Node |
toDOM(Document doc,
boolean xmlns)
Transforms the object into a DOM tree using an existing document context |
Methods inherited from class org.opensaml.SAMLSubjectQuery |
---|
checkValidity, getSubject, setSubject |
Methods inherited from class org.opensaml.SAMLQuery |
---|
getInstance, getInstance, regFactory, unregFactory |
Methods inherited from class org.opensaml.SAMLObject |
---|
fromStream, fromStream, getParent, plantRoot, setDirty, setParent, toBase64, toDOM, toDOM, toDOM, toStream, toString |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected String authMethod
Constructor Detail |
---|
public SAMLAuthenticationQuery()
public SAMLAuthenticationQuery(SAMLSubject subject, String authMethod) throws SAMLException
subject
- Subject of queryauthMethod
- Authentication method in query
SAMLException
- Raised if the query cannot be constructed from
the supplied informationpublic SAMLAuthenticationQuery(Element e) throws SAMLException
e
- The root of a DOM tree
SAMLException
- Thrown if the object cannot be constructedpublic SAMLAuthenticationQuery(InputStream in) throws SAMLException
in
- A stream containing XML
SAMLException
- Raised if an exception occurs while constructing
the object.Method Detail |
---|
public void fromDOM(Element e) throws SAMLException
SAMLObject
fromDOM
in class SAMLSubjectQuery
e
- Root element of a DOM tree
SAMLException
- Raised if an exception occurs while constructing
the objectSAMLObject.fromDOM(org.w3c.dom.Element)
public String getAuthMethod()
public void setAuthMethod(String authMethod)
authMethod
- The authentication method URIprotected Element buildRoot(Document doc, boolean xmlns)
SAMLObject
buildRoot
in class SAMLObject
doc
- The document context to usexmlns
- Include namespace(s) on root element?
SAMLObject.buildRoot(org.w3c.dom.Document,boolean)
public Node toDOM(Document doc, boolean xmlns) throws SAMLException
SAMLObject
toDOM
in class SAMLSubjectQuery
doc
- A Document object to use in manufacturing the treexmlns
- Include namespace(s) on root element?
SAMLException
- Raised if the object is incompletely definedSAMLObject.toDOM(org.w3c.dom.Document,boolean)
public Object clone() throws CloneNotSupportedException
clone
in class SAMLSubjectQuery
CloneNotSupportedException
Object.clone()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |