| Package | Description |
|---|---|
| org.apache.ws.secpolicy.model |
| Modifier and Type | Class and Description |
|---|---|
class |
HttpsToken |
class |
IssuedToken
Model bean for the IssuedToken assertion.
|
class |
SecureConversationToken
Model class of SecureConversationToken assertion
|
class |
SecurityContextToken
Model class of SecurityContextToken assertion
|
class |
UsernameToken |
class |
X509Token |
| Modifier and Type | Method and Description |
|---|---|
Token |
EncryptionToken.getEncryptionToken() |
Token |
InitiatorToken.getInitiatorToken() |
Token |
ProtectionToken.getProtectionToken() |
Token |
RecipientToken.getReceipientToken() |
Token |
SignatureToken.getSignatureToken() |
Token |
TransportToken.getTransportToken() |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<Token> |
SupportingToken.getTokens() |
| Modifier and Type | Method and Description |
|---|---|
void |
SupportingToken.addToken(Token token) |
void |
EncryptionToken.setEncryptionToken(Token encryptionToken) |
void |
InitiatorToken.setInitiatorToken(Token initiatorToken) |
void |
ProtectionToken.setProtectionToken(Token protectionToken) |
void |
RecipientToken.setReceipientToken(Token receipientToken) |
void |
SignatureToken.setSignatureToken(Token signatureToken) |
void |
TransportToken.setToken(Token tok) |
void |
TokenWrapper.setToken(Token tok) |
void |
SupportingToken.setToken(Token tok) |
void |
SignatureToken.setToken(Token tok) |
void |
RecipientToken.setToken(Token tok) |
void |
ProtectionToken.setToken(Token tok) |
void |
InitiatorToken.setToken(Token tok) |
void |
EncryptionToken.setToken(Token tok) |
Copyright © 2005–2016 Apache Software Foundation. All rights reserved.