Serialized Form
-
Package org.apache.cxf.ws.security.policy.interceptors
-
Class org.apache.cxf.ws.security.policy.interceptors.HttpsTokenInterceptorProvider
class HttpsTokenInterceptorProvider extends org.apache.cxf.ws.policy.AbstractPolicyInterceptorProvider implements Serializable- serialVersionUID:
- -13951002554477036L
-
Class org.apache.cxf.ws.security.policy.interceptors.IssuedTokenInterceptorProvider
class IssuedTokenInterceptorProvider extends org.apache.cxf.ws.policy.AbstractPolicyInterceptorProvider implements Serializable- serialVersionUID:
- -6936475570762840527L
-
Class org.apache.cxf.ws.security.policy.interceptors.KerberosTokenInterceptorProvider
class KerberosTokenInterceptorProvider extends org.apache.cxf.ws.policy.AbstractPolicyInterceptorProvider implements Serializable- serialVersionUID:
- 5922028830873137490L
-
Class org.apache.cxf.ws.security.policy.interceptors.SamlTokenInterceptorProvider
class SamlTokenInterceptorProvider extends org.apache.cxf.ws.policy.AbstractPolicyInterceptorProvider implements Serializable- serialVersionUID:
- -2270910622513357794L
-
Class org.apache.cxf.ws.security.policy.interceptors.SecureConversationTokenInterceptorProvider
class SecureConversationTokenInterceptorProvider extends org.apache.cxf.ws.policy.AbstractPolicyInterceptorProvider implements Serializable- serialVersionUID:
- 8739057200687855383L
-
Class org.apache.cxf.ws.security.policy.interceptors.SpnegoTokenInterceptorProvider
class SpnegoTokenInterceptorProvider extends org.apache.cxf.ws.policy.AbstractPolicyInterceptorProvider implements Serializable- serialVersionUID:
- -3412111025613191505L
-
Class org.apache.cxf.ws.security.policy.interceptors.UsernameTokenInterceptorProvider
class UsernameTokenInterceptorProvider extends org.apache.cxf.ws.policy.AbstractPolicyInterceptorProvider implements Serializable- serialVersionUID:
- -1507727324874727254L
-
Class org.apache.cxf.ws.security.policy.interceptors.WSSecurityInterceptorProvider
class WSSecurityInterceptorProvider extends org.apache.cxf.ws.policy.AbstractPolicyInterceptorProvider implements Serializable- serialVersionUID:
- -6222118542914666817L
-
Class org.apache.cxf.ws.security.policy.interceptors.WSSecurityPolicyInterceptorProvider
class WSSecurityPolicyInterceptorProvider extends org.apache.cxf.ws.policy.AbstractPolicyInterceptorProvider implements Serializable- serialVersionUID:
- 2092269997296804632L
-
-
Package org.apache.cxf.ws.security.sts.provider
-
Exception org.apache.cxf.ws.security.sts.provider.STSException
class 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
class SecurityToken extends Object implements Serializable- serialVersionUID:
- -8220267049304000696L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException, XMLStreamException -
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
created
Instant created
Created time -
encrKeySha1Value
String encrKeySha1Value
If an encrypted key, this contains the sha1 for the key -
expires
Instant expires
Expiration time -
id
String id
Token identifier -
issuerAddress
String issuerAddress
Issuer end point address -
principal
Principal principal
The principal of this SecurityToken -
properties
Map<String,
Object> properties A bag to hold any other properties -
tokenHash
int tokenHash
A hash code associated with this token. -
tokenStr
String tokenStr
The String representation of the token (The token can't be serialized as it's a DOM Element) -
tokenType
String tokenType
The tokenType -
transformedTokenIdentifier
String transformedTokenIdentifier
This holds the identifier of another SecurityToken which represents a transformed version of this token. -
wsuId
String wsuId
WSU Identifier of the token -
x509cert
X509Certificate x509cert
-
-
Exception org.apache.cxf.ws.security.tokenstore.TokenStoreException
class TokenStoreException extends Exception implements Serializable
-
-
Package org.apache.cxf.ws.security.trust
-
Exception org.apache.cxf.ws.security.trust.TrustException
class TrustException extends org.apache.cxf.common.i18n.UncheckedException implements Serializable- serialVersionUID:
- -2957463932630164766L
-