Serialized Form


Package org.apache.cxf.ws.security.policy

Class org.apache.cxf.ws.security.policy.WSSPolicyException extends org.apache.cxf.common.i18n.UncheckedException implements Serializable


Package org.apache.cxf.ws.security.policy.interceptors

Class org.apache.cxf.ws.security.policy.interceptors.HttpsTokenInterceptorProvider extends org.apache.cxf.ws.policy.AbstractPolicyInterceptorProvider implements Serializable

Class org.apache.cxf.ws.security.policy.interceptors.IssuedTokenInterceptorProvider extends org.apache.cxf.ws.policy.AbstractPolicyInterceptorProvider implements Serializable

Class org.apache.cxf.ws.security.policy.interceptors.KerberosTokenInterceptorProvider extends org.apache.cxf.ws.policy.AbstractPolicyInterceptorProvider implements Serializable

Class org.apache.cxf.ws.security.policy.interceptors.SamlTokenInterceptorProvider extends org.apache.cxf.ws.policy.AbstractPolicyInterceptorProvider implements Serializable

Class org.apache.cxf.ws.security.policy.interceptors.SecureConversationTokenInterceptorProvider extends org.apache.cxf.ws.policy.AbstractPolicyInterceptorProvider implements Serializable

Class org.apache.cxf.ws.security.policy.interceptors.SpnegoTokenInterceptorProvider extends org.apache.cxf.ws.policy.AbstractPolicyInterceptorProvider implements Serializable

Class org.apache.cxf.ws.security.policy.interceptors.UsernameTokenInterceptorProvider extends org.apache.cxf.ws.policy.AbstractPolicyInterceptorProvider implements Serializable

Class org.apache.cxf.ws.security.policy.interceptors.WSSecurityInterceptorProvider extends org.apache.cxf.ws.policy.AbstractPolicyInterceptorProvider implements Serializable

Class org.apache.cxf.ws.security.policy.interceptors.WSSecurityPolicyInterceptorProvider extends org.apache.cxf.ws.policy.AbstractPolicyInterceptorProvider implements Serializable


Package org.apache.cxf.ws.security.sts.provider

Class org.apache.cxf.ws.security.sts.provider.STSException extends RuntimeException implements Serializable

serialVersionUID: 2186924985128534490L

Serialized Fields

faultCode

QName faultCode

Package org.apache.cxf.ws.security.tokenstore

Class org.apache.cxf.ws.security.tokenstore.SecurityToken extends Object implements Serializable

serialVersionUID: -8023092932997444513L

Serialized Fields

id

String id
Token identifier


wsuId

String wsuId
WSU Identifier of the token


state

SecurityToken.State state
Current state of the token


token

Element token
The actual token in its current state


previousToken

Element previousToken
The token in its previous state


attachedReference

Element attachedReference
The RequestedAttachedReference element NOTE : The oasis-200401-wss-soap-message-security-1.0 spec allows an extensibility mechanism for wsse:SecurityTokenReference and wsse:Reference. Hence we cannot limit to the wsse:SecurityTokenReference\wsse:Reference case and only hold the URI and the ValueType values.


unattachedReference

Element unattachedReference
The RequestedUnattachedReference element NOTE : The oasis-200401-wss-soap-message-security-1.0 spec allows an extensibility mechanism for wsse:SecurityTokenReference and wsse:Reference. Hence we cannot limit to the wsse:SecurityTokenReference\wsse:Reference case and only hold the URI and the ValueType values.


properties

Properties properties
A bag to hold any other properties


changed

boolean changed
A flag to assist the TokenStorage


secret

byte[] secret
The secret associated with the Token


created

Date created
Created time


expires

Date expires
Expiration time


issuerAddress

String issuerAddress
Issuer end point address


encrKeySha1Value

String encrKeySha1Value
If an encrypted key, this contains the sha1 for the key


associatedHash

int associatedHash
A hash code associated with this token. Note that it is not the hashcode of this token, but a hash corresponding to an association with this token. It could refer to the hash of another SecurityToken which maps to this token.


tokenType

String tokenType
The tokenType


x509cert

X509Certificate x509cert

principal

Principal principal
The principal of this SecurityToken


Package org.apache.cxf.ws.security.trust

Class org.apache.cxf.ws.security.trust.TrustException extends org.apache.cxf.common.i18n.UncheckedException implements Serializable



Apache CXF