public class WSSecSecurityContextToken extends Object
wsc:SecurityContextToken into the
wsse:Security| Constructor and Description |
|---|
WSSecSecurityContextToken(Document doc,
WSSConfig config) |
WSSecSecurityContextToken(WSSecHeader securityHeader,
WSSConfig config) |
| Modifier and Type | Method and Description |
|---|---|
String |
getIdentifier() |
SecurityContextToken |
getSct() |
String |
getSctId() |
void |
prepare(Crypto crypto) |
void |
prependSCTElementToHeader() |
void |
setIdentifier(String identifier) |
void |
setSct(SecurityContextToken sct) |
void |
setSctId(String sctId) |
void |
setWscVersion(int wscVersion) |
public WSSecSecurityContextToken(WSSecHeader securityHeader, WSSConfig config)
public void prepare(Crypto crypto) throws WSSecurityException
WSSecurityExceptionpublic void prependSCTElementToHeader()
throws WSSecurityException
WSSecurityExceptionpublic SecurityContextToken getSct()
public void setSct(SecurityContextToken sct)
sct - The sct to set.public String getIdentifier()
public void setIdentifier(String identifier)
identifier - The identifier to set.public String getSctId()
public void setSctId(String sctId)
sctId - The sctId to set.public void setWscVersion(int wscVersion)
wscVersion - The wscVersion to set.Copyright © 2004–2022 The Apache Software Foundation. All rights reserved.