|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ws.security.message.token.SecurityContextToken
public class SecurityContextToken
Field Summary | |
---|---|
protected org.w3c.dom.Element |
element
Security context token element |
protected org.w3c.dom.Element |
elementIdentifier
Identifier element |
Constructor Summary | |
---|---|
SecurityContextToken(org.w3c.dom.Document doc)
Constructor to create the SCT |
|
SecurityContextToken(org.w3c.dom.Document doc,
java.lang.String uuid)
Constructor to create the SCT with a given uuid |
|
SecurityContextToken(org.w3c.dom.Element elem)
This is used to create a SecurityContextToken using a DOM Element |
|
SecurityContextToken(int version,
org.w3c.dom.Document doc)
Constructor to create the SCT |
|
SecurityContextToken(int version,
org.w3c.dom.Document doc,
java.lang.String uuid)
Constructor to create the SCT with a given uuid |
Method Summary | |
---|---|
org.w3c.dom.Element |
getElement()
Returns the dom element of this SecurityContextToken object. |
java.lang.String |
getID()
Gets the id. |
java.lang.String |
getIdentifier()
Get the identifier. |
void |
setElement(org.w3c.dom.Element elem)
|
void |
setID(java.lang.String id)
Set the id of this security context token. |
void |
setIdentifier(org.w3c.dom.Document doc,
java.lang.String uuid)
Deprecated. use {#link SecurityContextToken.setIdentifier(String)} instead |
void |
setIdentifier(java.lang.String uuid)
Set the identifier. |
java.lang.String |
toString()
Returns the string representation of the token. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected org.w3c.dom.Element element
protected org.w3c.dom.Element elementIdentifier
Constructor Detail |
---|
public SecurityContextToken(org.w3c.dom.Document doc) throws ConversationException
doc
-
ConversationException
public SecurityContextToken(org.w3c.dom.Document doc, java.lang.String uuid) throws ConversationException
doc
-
ConversationException
public SecurityContextToken(int version, org.w3c.dom.Document doc) throws ConversationException
doc
-
ConversationException
public SecurityContextToken(int version, org.w3c.dom.Document doc, java.lang.String uuid) throws ConversationException
doc
-
ConversationException
public SecurityContextToken(org.w3c.dom.Element elem) throws WSSecurityException
elem
- The DOM element: The security context token
WSSecurityException
- If the element passed in in not a security context tokenMethod Detail |
---|
public void setIdentifier(org.w3c.dom.Document doc, java.lang.String uuid)
public void setIdentifier(java.lang.String uuid)
public java.lang.String getIdentifier()
public void setElement(org.w3c.dom.Element elem)
public org.w3c.dom.Element getElement()
SecurityContextToken
object.
wsse:UsernameToken
elementpublic java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getID()
wsu:Id
attribute of this
SecurityContextTokenpublic void setID(java.lang.String id)
id
- the value for the wsu:Id
attribute of this
SecurityContextToken
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |