|
Spring Security SAML | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.security.saml.parser.SAMLBase<T,U>
public abstract class SAMLBase<T extends org.opensaml.xml.XMLObject,U>
Base class for implementing holders for XML objects capable of serialization.
Field Summary | |
---|---|
protected static org.slf4j.Logger |
log
|
protected U |
object
Parsed instance. |
protected Serializable |
serializedObject
Version of the value stored within object transferable during serialization. |
Constructor Summary | |
---|---|
protected |
SAMLBase(U object)
Default constructor. |
Method Summary | |
---|---|
boolean |
equals(Object o)
|
U |
getObject()
|
int |
hashCode()
|
protected T |
unmarshallMessage(Reader messageStream)
Helper method that deserializes and unmarshalls the message from the given stream. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static final org.slf4j.Logger log
protected Serializable serializedObject
protected transient U object
Constructor Detail |
---|
protected SAMLBase(U object)
object
- object to be stored within object and made serializableMethod Detail |
---|
public U getObject()
protected T unmarshallMessage(Reader messageStream) throws org.opensaml.ws.message.decoder.MessageDecodingException
messageStream
- input stream containing the message
org.opensaml.ws.message.decoder.MessageDecodingException
- thrown if there is a problem deserializing and unmarshalling the messagepublic boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
|
Spring Security SAML | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |