|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TrustException | |
org.apache.axis2.security.trust | |
org.apache.axis2.security.trust.impl |
Uses of TrustException in org.apache.axis2.security.trust |
Methods in org.apache.axis2.security.trust that throw TrustException | |
org.apache.ws.commons.soap.SOAPEnvelope |
TokenCanceler.cancel(org.apache.ws.commons.om.OMElement request,
MessageContext msgCtx)
|
org.apache.ws.commons.soap.SOAPEnvelope |
TokenVerifier.veify(org.apache.ws.commons.om.OMElement request,
MessageContext msgCtx)
|
org.apache.ws.commons.soap.SOAPEnvelope |
TokenIssuer.issue(org.apache.ws.commons.om.OMElement request,
MessageContext msgCtx)
|
void |
SimpleTokenStore.add(Token token)
|
void |
SimpleTokenStore.update(Token token)
|
String[] |
SimpleTokenStore.gettokenIdentifiers()
|
ArrayList |
SimpleTokenStore.getExpiredTokens()
|
ArrayList |
SimpleTokenStore.getCancelledTokens()
|
ArrayList |
SimpleTokenStore.getValidTokens()
|
ArrayList |
SimpleTokenStore.getRenewedTokens()
|
org.apache.ws.commons.soap.SOAPEnvelope |
TokenValidator.validate(org.apache.ws.commons.om.OMElement request,
MessageContext msgCtx)
|
static TokenRequestDispatcherConfig |
TokenRequestDispatcherConfig.load(org.apache.ws.commons.om.OMElement configElem)
|
static TokenRequestDispatcherConfig |
TokenRequestDispatcherConfig.load(String configFilePath)
|
TokenIssuer |
TokenRequestDispatcherConfig.getDefaultIssuerInstace()
|
TokenIssuer |
TokenRequestDispatcherConfig.getIssuer(String tokenType)
|
void |
TokenStorage.add(Token token)
Add the given token to the list. |
void |
TokenStorage.update(Token token)
Update an existing token. |
String[] |
TokenStorage.gettokenIdentifiers()
Return the list of all token identifiers. |
ArrayList |
TokenStorage.getExpiredTokens()
Return the list of EXPIRED tokens. |
ArrayList |
TokenStorage.getValidTokens()
Return the list of ISSUED and RENEWED tokens. |
ArrayList |
TokenStorage.getRenewedTokens()
Return the list of RENEWED tokens. |
ArrayList |
TokenStorage.getCancelledTokens()
Return the list of CANCELLED tokens |
org.apache.ws.commons.soap.SOAPEnvelope |
TokenRequestDispatcher.handle(MessageContext ctx)
Processes the incoming request and returns a SOAPEnvelope |
Constructors in org.apache.axis2.security.trust that throw TrustException | |
TokenRequestDispatcher(TokenRequestDispatcherConfig config)
|
|
TokenRequestDispatcher(org.apache.ws.commons.om.OMElement config)
|
|
TokenRequestDispatcher(String configFilePath)
|
Uses of TrustException in org.apache.axis2.security.trust.impl |
Methods in org.apache.axis2.security.trust.impl that throw TrustException | |
org.apache.ws.commons.soap.SOAPEnvelope |
SCTIssuer.issue(org.apache.ws.commons.om.OMElement request,
MessageContext msgCtx)
Issue a SecuritycontextToken based on the wsse:Signature This will support returning the SecurityContextToken with the following types of wst:RequestedProof tokens: xenc:EncryptedKey wst:ComputedKey wst:BinarySecret (for secure transport) |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |