public class RequestedSecurityTokenImpl extends RequestedSecurityTokenType implements RequestedSecurityToken
any| Constructor and Description |
|---|
RequestedSecurityTokenImpl()
Empty default constructor.
|
RequestedSecurityTokenImpl(RequestedSecurityTokenType rdstType) |
RequestedSecurityTokenImpl(Token token) |
| Modifier and Type | Method and Description |
|---|---|
static RequestedSecurityTokenType |
fromElement(Element element)
Constructs a
RequestedSecurityToken element from
an existing XML block. |
Token |
getToken() |
void |
setToken(Token token) |
getAny, setAnyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAny, setAnypublic RequestedSecurityTokenImpl()
public RequestedSecurityTokenImpl(@NotNull
RequestedSecurityTokenType rdstType)
public RequestedSecurityTokenImpl(Token token)
public static RequestedSecurityTokenType fromElement(@NotNull Element element) throws WSTrustException
RequestedSecurityToken element from
an existing XML block.element - org.w3c.dom.Element representing DOM tree
for RequestedSecurityToken object.WSTrustException - if it could not process the
org.w3c.dom.Element properly, implying that
there is an error in the sender or in the element definition.public Token getToken()
getToken in interface RequestedSecurityTokenpublic final void setToken(Token token)
setToken in interface RequestedSecurityTokenCopyright © 2005–2018 Oracle Corporation. All rights reserved.