|
|||||||||
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
Abstract class for a SAML Subject Statement
Field Summary | |
protected SAMLSubject |
subject
|
Fields inherited from class org.opensaml.SAMLQuery |
queryTypeMap |
Fields inherited from class org.opensaml.SAMLObject |
config, log, root |
Constructor Summary | |
SAMLSubjectQuery()
Default constructor |
|
SAMLSubjectQuery(org.w3c.dom.Element e)
Reconstructs a subject query from a DOM tree |
|
SAMLSubjectQuery(java.io.InputStream in)
Reconstructs a subject query from a stream |
|
SAMLSubjectQuery(SAMLSubject subject)
Builds a subject query out of its component parts |
Method Summary | |
void |
checkValidity()
Evaluates the object's content to see if it is currently valid if serialized. |
java.lang.Object |
clone()
Copies a SAML object such that no dependencies exist between the original and the copy |
void |
fromDOM(org.w3c.dom.Element e)
Initialization of an object from a DOM element |
SAMLSubject |
getSubject()
Gets the query subject |
void |
setSubject(SAMLSubject subject)
Sets the query subject |
Methods inherited from class org.opensaml.SAMLQuery |
getInstance, getInstance, regFactory, unregFactory |
Methods inherited from class org.opensaml.SAMLObject |
fromStream, plantRoot, toBase64, toDOM, toDOM, toDOM, toDOM, toStream, toString |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected SAMLSubject subject
Constructor Detail |
public SAMLSubjectQuery()
public SAMLSubjectQuery(SAMLSubject subject) throws SAMLException
subject
- Subject of query
SAMLException
- Raised if a statement cannot be constructed
from the supplied informationpublic SAMLSubjectQuery(org.w3c.dom.Element e) throws SAMLException
e
- The root of a DOM tree
SAMLException
- Thrown if the object cannot be constructedpublic SAMLSubjectQuery(java.io.InputStream in) throws SAMLException
in
- A stream containing XML
SAMLException
- Raised if an exception occurs while constructing
the object.Method Detail |
public void fromDOM(org.w3c.dom.Element e) throws SAMLException
SAMLObject
fromDOM
in class SAMLObject
e
- Root element of a DOM tree
SAMLException
- Raised if an exception occurs while constructing
the objectSAMLObject.fromDOM(org.w3c.dom.Element)
public SAMLSubject getSubject()
public void setSubject(SAMLSubject subject) throws SAMLException
subject
- The query subject
SAMLException
- Raised if the subject is invalidpublic void checkValidity() throws SAMLException
SAMLObject
checkValidity
in class SAMLObject
SAMLException
- Raised if the serialized object would be invalid SAML,
excluding any embedded objectsSAMLObject.checkValidity()
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class SAMLObject
java.lang.CloneNotSupportedException
Object.clone()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |