|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensaml.SAMLObject
org.opensaml.SAMLAuthorityBinding
Wraps a SAML Authority Binding
Field Summary | |
protected QName |
authorityKind
|
protected java.lang.String |
binding
|
protected java.lang.String |
location
|
Fields inherited from class org.opensaml.SAMLObject |
config, log, root |
Constructor Summary | |
SAMLAuthorityBinding()
Default constructor |
|
SAMLAuthorityBinding(org.w3c.dom.Element e)
Reconstructs a binding from a DOM tree |
|
SAMLAuthorityBinding(java.io.InputStream in)
Reconstructs a binding from a stream |
|
SAMLAuthorityBinding(java.lang.String binding,
java.lang.String location,
QName authorityKind)
Constructor builds a SAML AuthorityBinding 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 |
QName |
getAuthorityKind()
Gets the QName of the query element processable by the authority |
java.lang.String |
getBinding()
Gets the protocol binding attribute of the authority binding |
java.lang.String |
getLocation()
Gets the location attribute of the authority binding |
void |
setAuthorityKind(QName authorityKind)
Sets the QName of the query element processable by the authority |
void |
setBinding(java.lang.String binding)
Sets the protocol binding attribute of the authority binding |
void |
setLocation(java.lang.String location)
Sets the location attribute of the authority binding |
org.w3c.dom.Node |
toDOM(org.w3c.dom.Document doc,
boolean xmlns)
Transforms the object into a DOM tree using an existing document context |
Methods inherited from class org.opensaml.SAMLObject |
fromStream, plantRoot, 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 java.lang.String binding
protected java.lang.String location
protected QName authorityKind
Constructor Detail |
public SAMLAuthorityBinding()
public SAMLAuthorityBinding(java.lang.String binding, java.lang.String location, QName authorityKind) throws SAMLException
binding
- The SAML binding protocol to uselocation
- The AA address (URI, format dependent on the protocol)authorityKind
- The QName of the Query element that the authority knows
how to process
SAMLException
- Thrown if any parameters are invalidpublic SAMLAuthorityBinding(org.w3c.dom.Element e) throws SAMLException
e
- The root of a DOM tree
SAMLException
- Thrown if the object cannot be constructedpublic SAMLAuthorityBinding(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 java.lang.String getBinding()
public void setBinding(java.lang.String binding)
binding
- The binding protocol valuepublic java.lang.String getLocation()
public void setLocation(java.lang.String location)
location
- The location valuepublic QName getAuthorityKind()
public void setAuthorityKind(QName authorityKind)
authorityKind
- The query element QNamepublic org.w3c.dom.Node toDOM(org.w3c.dom.Document doc, boolean xmlns) throws SAMLException
SAMLObject
toDOM
in class SAMLObject
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 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 |