- SAML_CALLBACK_HANDLER - Static variable in class org.apache.cxf.rt.security.SecurityConstants
-
The SAML CallbackHandler implementation class used to construct SAML Assertions.
- SAML_ROLE_ATTRIBUTENAME - Static variable in class org.apache.cxf.rt.security.SecurityConstants
-
The attribute URI of the SAML AttributeStatement where the role information is stored.
- SAML_ROLE_ATTRIBUTENAME_DEFAULT - Static variable in class org.apache.cxf.rt.security.claims.SAMLClaim
-
This configuration tag specifies the default attribute name where the roles are present
The default is "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/role".
- SAMLClaim - Class in org.apache.cxf.rt.security.claims
-
This represents a Claim that is coupled to a SAML Assertion
- SAMLClaim() - Constructor for class org.apache.cxf.rt.security.claims.SAMLClaim
-
- SC_FROM_JAAS_SUBJECT - Static variable in class org.apache.cxf.rt.security.SecurityConstants
-
Set this to "false" if security context must not be created from JAAS Subject.
- SecurityConstants - Class in org.apache.cxf.rt.security
-
This class contains some configuration tags that can be used to configure various security properties.
- SecurityConstants() - Constructor for class org.apache.cxf.rt.security.SecurityConstants
-
- SecurityUtils - Class in org.apache.cxf.rt.security.utils
-
Some common functionality
- serialize(XMLStreamWriter, String, String) - Method in class org.apache.cxf.rt.security.claims.Claim
-
- serialize(XMLStreamWriter, String, String) - Method in class org.apache.cxf.rt.security.claims.ClaimCollection
-
- setAdditionalData(byte[]) - Method in class org.apache.cxf.rt.security.crypto.KeyProperties
-
- setAlgoSpec(AlgorithmParameterSpec) - Method in class org.apache.cxf.rt.security.crypto.KeyProperties
-
- setBlockSize(int) - Method in class org.apache.cxf.rt.security.crypto.KeyProperties
-
- setClaims(Map<String, List<ClaimBean>>) - Method in class org.apache.cxf.rt.security.claims.interceptor.ClaimsAuthorizingInterceptor
-
- setClaimType(String) - Method in class org.apache.cxf.rt.security.claims.Claim
-
- setClaimType(URI) - Method in class org.apache.cxf.rt.security.claims.Claim
-
- setCompressionSupported(boolean) - Method in class org.apache.cxf.rt.security.crypto.KeyProperties
-
- setDialect(URI) - Method in class org.apache.cxf.rt.security.claims.ClaimCollection
-
- setDialectPrefix(String) - Method in class org.apache.cxf.rt.security.claims.ClaimCollection
-
- setFormatAliases(Map<String, String>) - Method in class org.apache.cxf.rt.security.claims.interceptor.ClaimsAuthorizingInterceptor
-
- setFriendlyName(String) - Method in class org.apache.cxf.rt.security.claims.SAMLClaim
-
- setKeyAlgo(String) - Method in class org.apache.cxf.rt.security.crypto.KeyProperties
-
- setKeySize(int) - Method in class org.apache.cxf.rt.security.crypto.KeyProperties
-
- setName(String) - Method in class org.apache.cxf.rt.security.claims.SAMLClaim
-
- setNameAliases(Map<String, String>) - Method in class org.apache.cxf.rt.security.claims.interceptor.ClaimsAuthorizingInterceptor
-
- setNameFormat(String) - Method in class org.apache.cxf.rt.security.claims.SAMLClaim
-
- setOptional(boolean) - Method in class org.apache.cxf.rt.security.claims.Claim
-
- setSecuredObject(Object) - Method in class org.apache.cxf.rt.security.claims.interceptor.ClaimsAuthorizingInterceptor
-
- setSecureRandom(SecureRandom) - Method in class org.apache.cxf.rt.security.crypto.KeyProperties
-
- setValues(List<Object>) - Method in class org.apache.cxf.rt.security.claims.Claim
-
- SIGNATURE_CRYPTO - Static variable in class org.apache.cxf.rt.security.SecurityConstants
-
A Crypto object to be used for signature.
- SIGNATURE_PASSWORD - Static variable in class org.apache.cxf.rt.security.SecurityConstants
-
The user's password for signature when a CALLBACK_HANDLER is not defined.
- SIGNATURE_PROPERTIES - Static variable in class org.apache.cxf.rt.security.SecurityConstants
-
The Crypto property configuration to use for signature, if SIGNATURE_CRYPTO is not set instead.
- SIGNATURE_USERNAME - Static variable in class org.apache.cxf.rt.security.SecurityConstants
-
The user's name for signature.
- signData(byte[], PrivateKey, String) - Static method in class org.apache.cxf.rt.security.crypto.CryptoUtils
-
- signData(byte[], PrivateKey, String, SecureRandom, AlgorithmParameterSpec) - Static method in class org.apache.cxf.rt.security.crypto.CryptoUtils
-
- STS_APPLIES_TO - Static variable in class org.apache.cxf.rt.security.SecurityConstants
-
The "AppliesTo" address to send to the STS.
- STS_CHECK_FOR_RECURSIVE_CALL - Static variable in class org.apache.cxf.rt.security.SecurityConstants
-
Check that we are not invoking on the STS using its own IssuedToken policy - in which case we
will end up with a recursive loop.
- STS_CLIENT - Static variable in class org.apache.cxf.rt.security.SecurityConstants
-
A reference to the STSClient class used to communicate with the STS.
- STS_CLIENT_SOAP12_BINDING - Static variable in class org.apache.cxf.rt.security.SecurityConstants
-
Switch STS client to send Soap 1.2 messages
- STS_ISSUE_AFTER_FAILED_RENEW - Static variable in class org.apache.cxf.rt.security.SecurityConstants
-
Whether to fall back to calling "issue" after failing to renew an expired token.
- STS_TOKEN_ACT_AS - Static variable in class org.apache.cxf.rt.security.SecurityConstants
-
The token to be sent to the STS in an "ActAs" field.
- STS_TOKEN_CACHER_IMPL - Static variable in class org.apache.cxf.rt.security.SecurityConstants
-
An implementation of the STSTokenCacher interface, if you want to plug in custom caching behaviour for
STS clients.
- STS_TOKEN_CRYPTO - Static variable in class org.apache.cxf.rt.security.SecurityConstants
-
A Crypto object to be used for the STS.
- STS_TOKEN_DO_CANCEL - Static variable in class org.apache.cxf.rt.security.SecurityConstants
-
Whether to cancel a token when using SecureConversation after successful invocation.
- STS_TOKEN_IMMINENT_EXPIRY_VALUE - Static variable in class org.apache.cxf.rt.security.SecurityConstants
-
This is the value in seconds within which a token is considered to be expired by the
client.
- STS_TOKEN_ON_BEHALF_OF - Static variable in class org.apache.cxf.rt.security.SecurityConstants
-
The token to be sent to the STS in an "OnBehalfOf" field.
- STS_TOKEN_PROPERTIES - Static variable in class org.apache.cxf.rt.security.SecurityConstants
-
The Crypto property configuration to use for the STS, if STS_TOKEN_CRYPTO is not
set instead.
- STS_TOKEN_USE_CERT_FOR_KEYINFO - Static variable in class org.apache.cxf.rt.security.SecurityConstants
-
Whether to write out an X509Certificate structure in UseKey/KeyInfo, or whether to write
out a KeyValue structure.
- STS_TOKEN_USERNAME - Static variable in class org.apache.cxf.rt.security.SecurityConstants
-
The alias name in the keystore to get the user's public key to send to the STS for the
PublicKey KeyType case.
- SUBJECT_CERT_CONSTRAINTS - Static variable in class org.apache.cxf.rt.security.SecurityConstants
-
A String of regular expressions (separated by the value specified for CERT_CONSTRAINTS_SEPARATOR)
which will be applied to the subject DN of the certificate used for signature validation, after trust
verification of the certificate chain associated with the certificate.