A B C D E F G H I K L M N O P Q R S T U V W X

A

AbstractOperation - Class in org.apache.cxf.sts.operation
This abstract class contains some common functionality for different operations.
AbstractOperation() - Constructor for class org.apache.cxf.sts.operation.AbstractOperation
 
ACT_AS - Static variable in class org.apache.cxf.sts.QNameConstants
 
add(SecurityToken) - Method in class org.apache.cxf.sts.cache.HazelCastTokenStore
 
add(String, SecurityToken) - Method in class org.apache.cxf.sts.cache.HazelCastTokenStore
 
ASYMMETRIC_KEY_TYPE - Static variable in class org.apache.cxf.sts.STSConstants
Asymmetric key type (attribute of BinarySecret)
AttributeStatementProvider - Interface in org.apache.cxf.sts.token.provider
An interface that allows a pluggable way of obtaining an AttributeStatementBean.
AuthDecisionStatementProvider - Interface in org.apache.cxf.sts.token.provider
An interface that allows a pluggable way of obtaining an AuthDecisionStatementBean.
AUTHENTICATION_TYPE - Static variable in class org.apache.cxf.sts.QNameConstants
 
AuthenticationStatementProvider - Interface in org.apache.cxf.sts.token.provider
An interface that allows a pluggable way of obtaining an AuthenticationStatementBean.

B

BASE64_ENCODING - Static variable in class org.apache.cxf.sts.token.validator.X509TokenValidator
 
BEARER_KEY_KEYTYPE - Static variable in class org.apache.cxf.sts.STSConstants
Bearer key (KeyType value)
BINARY_SECRET - Static variable in class org.apache.cxf.sts.QNameConstants
 
BINARY_SECURITY_TOKEN - Static variable in class org.apache.cxf.sts.QNameConstants
 
BinarySecret - Class in org.apache.cxf.sts.request
This class contains values that have been extracted from a BinarySecret structure.
BinarySecret() - Constructor for class org.apache.cxf.sts.request.BinarySecret
 

C

C14N_ALGORITHM - Static variable in class org.apache.cxf.sts.QNameConstants
 
cancel(RequestSecurityTokenType, WebServiceContext) - Method in class org.apache.cxf.sts.operation.TokenCancelOperation
 
CANCEL_TARGET - Static variable in class org.apache.cxf.sts.QNameConstants
 
cancelToken(TokenCancellerParameters) - Method in class org.apache.cxf.sts.token.canceller.SCTCanceller
Cancel a Token using the given TokenCancellerParameters.
cancelToken(TokenCancellerParameters) - Method in interface org.apache.cxf.sts.token.canceller.TokenCanceller
Cancel a token given a TokenCancellerParameters
canHandleToken(ReceivedToken) - Method in class org.apache.cxf.sts.token.canceller.SCTCanceller
Return true if this TokenCanceller implementation is capable of cancelling the ReceivedToken argument.
canHandleToken(ReceivedToken) - Method in interface org.apache.cxf.sts.token.canceller.TokenCanceller
Return true if this TokenCanceller implementation is able to cancel a token that corresponds to the given token.
canHandleToken(String) - Method in class org.apache.cxf.sts.token.provider.SAMLTokenProvider
Return true if this TokenProvider implementation is capable of providing a token that corresponds to the given TokenType.
canHandleToken(String, String) - Method in class org.apache.cxf.sts.token.provider.SAMLTokenProvider
Return true if this TokenProvider implementation is capable of providing a token that corresponds to the given TokenType in a given realm.
canHandleToken(String) - Method in class org.apache.cxf.sts.token.provider.SCTProvider
Return true if this TokenProvider implementation is capable of providing a token that corresponds to the given TokenType.
canHandleToken(String, String) - Method in class org.apache.cxf.sts.token.provider.SCTProvider
Return true if this TokenProvider implementation is capable of providing a token that corresponds to the given TokenType in a given realm.
canHandleToken(String) - Method in interface org.apache.cxf.sts.token.provider.TokenProvider
Return true if this TokenProvider implementation is capable of providing a token that corresponds to the given TokenType
canHandleToken(String, String) - Method in interface org.apache.cxf.sts.token.provider.TokenProvider
Return true if this TokenProvider implementation is capable of providing a token that corresponds to the given TokenType in a given realm
canHandleToken(ReceivedToken) - Method in class org.apache.cxf.sts.token.renewer.SAMLTokenRenewer
Return true if this TokenRenewer implementation is able to renew a token.
canHandleToken(ReceivedToken, String) - Method in class org.apache.cxf.sts.token.renewer.SAMLTokenRenewer
Return true if this TokenRenewer implementation is able to renew a token in the given realm.
canHandleToken(ReceivedToken) - Method in interface org.apache.cxf.sts.token.renewer.TokenRenewer
Return true if this TokenRenewer implementation is able to renew a token.
canHandleToken(ReceivedToken, String) - Method in interface org.apache.cxf.sts.token.renewer.TokenRenewer
Return true if this TokenRenewer implementation is able to renew a token in the given realm.
canHandleToken(ReceivedToken) - Method in class org.apache.cxf.sts.token.validator.SAMLTokenValidator
Return true if this TokenValidator implementation is capable of validating the ReceivedToken argument.
canHandleToken(ReceivedToken, String) - Method in class org.apache.cxf.sts.token.validator.SAMLTokenValidator
Return true if this TokenValidator implementation is capable of validating the ReceivedToken argument.
canHandleToken(ReceivedToken) - Method in class org.apache.cxf.sts.token.validator.SCTValidator
Return true if this TokenValidator implementation is capable of validating the ReceivedToken argument.
canHandleToken(ReceivedToken, String) - Method in class org.apache.cxf.sts.token.validator.SCTValidator
Return true if this TokenValidator implementation is capable of validating the ReceivedToken argument.
canHandleToken(ReceivedToken) - Method in interface org.apache.cxf.sts.token.validator.TokenValidator
Return true if this TokenValidator implementation is capable of validating the ReceivedToken argument.
canHandleToken(ReceivedToken, String) - Method in interface org.apache.cxf.sts.token.validator.TokenValidator
Return true if this TokenValidator implementation is capable of validating the ReceivedToken argument in the given realm.
canHandleToken(ReceivedToken) - Method in class org.apache.cxf.sts.token.validator.UsernameTokenValidator
Return true if this TokenValidator implementation is capable of validating the ReceivedToken argument.
canHandleToken(ReceivedToken, String) - Method in class org.apache.cxf.sts.token.validator.UsernameTokenValidator
Return true if this TokenValidator implementation is capable of validating the ReceivedToken argument.
canHandleToken(ReceivedToken) - Method in class org.apache.cxf.sts.token.validator.X509TokenValidator
Return true if this TokenValidator implementation is capable of validating the ReceivedToken argument.
canHandleToken(ReceivedToken, String) - Method in class org.apache.cxf.sts.token.validator.X509TokenValidator
Return true if this TokenValidator implementation is capable of validating the ReceivedToken argument.
CertConstraintsParser - Class in org.apache.cxf.sts.token.realm
This class provides the functionality to match a given X509Certificate against a list of regular expressions.
CertConstraintsParser() - Constructor for class org.apache.cxf.sts.token.realm.CertConstraintsParser
 
checkClaimsSupport(RequestClaimCollection) - Method in class org.apache.cxf.sts.operation.AbstractOperation
 
Claim - Class in org.apache.cxf.sts.claims
This represents a Claim that has been processed by a ClaimsHandler instance.
Claim() - Constructor for class org.apache.cxf.sts.claims.Claim
 
ClaimCollection - Class in org.apache.cxf.sts.claims
This holds a collection of Claims.
ClaimCollection() - Constructor for class org.apache.cxf.sts.claims.ClaimCollection
 
CLAIMS - Static variable in class org.apache.cxf.sts.QNameConstants
 
ClaimsAttributeStatementProvider - Class in org.apache.cxf.sts.claims
Deprecated. 
ClaimsAttributeStatementProvider() - Constructor for class org.apache.cxf.sts.claims.ClaimsAttributeStatementProvider
Deprecated.  
ClaimsHandler - Interface in org.apache.cxf.sts.claims
This interface provides a pluggable way to handle Claims.
ClaimsManager - Class in org.apache.cxf.sts.claims
This class holds various ClaimsHandler implementations.
ClaimsManager() - Constructor for class org.apache.cxf.sts.claims.ClaimsManager
 
claimsManager - Variable in class org.apache.cxf.sts.operation.AbstractOperation
 
ClaimsMapper - Interface in org.apache.cxf.sts.claims
This interface defines a pluggable way of mapping claims from a source realm to a target realm.
ClaimsParameters - Class in org.apache.cxf.sts.claims
This class encapsulates the parameters that will be passed to a ClaimsHandler instance to to retrieve claims.
ClaimsParameters() - Constructor for class org.apache.cxf.sts.claims.ClaimsParameters
 
ClaimsParser - Interface in org.apache.cxf.sts.claims
 
ClaimTypes - Class in org.apache.cxf.sts.claims
 
COMPUTED_KEY_ALGORITHM - Static variable in class org.apache.cxf.sts.QNameConstants
 
COMPUTED_KEY_PSHA1 - Static variable in class org.apache.cxf.sts.STSConstants
ComputedKey P-SHA1 URI
ConditionsProvider - Interface in org.apache.cxf.sts.token.provider
An interface that allows a pluggable way of obtaining a SAML ConditionsBean used to populate the Conditions of a SAML Assertion.
configureProperties() - Method in class org.apache.cxf.sts.StaticSTSProperties
Load the CallbackHandler, Crypto objects, if necessary.
configureProperties() - Method in interface org.apache.cxf.sts.STSPropertiesMBean
Load/process the CallbackHandler, Crypto objects, etc.
CorrectedClaimsAttributeStatementProvider - Class in org.apache.cxf.sts.claims
 
CorrectedClaimsAttributeStatementProvider() - Constructor for class org.apache.cxf.sts.claims.CorrectedClaimsAttributeStatementProvider
 
COUNTRY - Static variable in class org.apache.cxf.sts.claims.ClaimTypes
(c in [RFC 2256]) Country of a Subject.
createCallbackHandler(TokenProviderParameters, byte[], SAMLRealm, Document) - Method in class org.apache.cxf.sts.token.provider.SAMLTokenProvider
 
createLifetime(long) - Static method in class org.apache.cxf.sts.operation.AbstractOperation
Create a LifetimeType object given a lifetime in seconds
createRequestedReference(TokenReference, boolean) - Static method in class org.apache.cxf.sts.operation.AbstractOperation
Create a RequestedReferenceType object using a TokenReference object
createRequestedReference(String, String, boolean) - Static method in class org.apache.cxf.sts.operation.AbstractOperation
Create a RequestedReferenceType object using a token id and tokenType
createSymmetricKey() - Method in class org.apache.cxf.sts.token.provider.SymmetricKeyHandler
Create the Symmetric Key
createToken(TokenProviderParameters) - Method in class org.apache.cxf.sts.token.provider.SAMLTokenProvider
Create a token given a TokenProviderParameters
createToken(TokenProviderParameters) - Method in class org.apache.cxf.sts.token.provider.SCTProvider
Create a token given a TokenProviderParameters
createToken(TokenProviderParameters) - Method in interface org.apache.cxf.sts.token.provider.TokenProvider
Create a token given a TokenProviderParameters
createTokenProviderParameters(RequestParser, WebServiceContext) - Method in class org.apache.cxf.sts.operation.AbstractOperation
Create a TokenProviderParameters object given a RequestParser and WebServiceContext object

D

DATEOFBIRTH - Static variable in class org.apache.cxf.sts.claims.ClaimTypes
The date of birth of a Subject in a form allowed by the xs:date data type.
DEFAULT_MAX_EXPIRY - Static variable in class org.apache.cxf.sts.token.renewer.SAMLTokenRenewer
 
DEFAULT_MAX_LIFETIME - Static variable in class org.apache.cxf.sts.token.provider.DefaultConditionsProvider
 
DEFAULT_TTL - Static variable in class org.apache.cxf.sts.cache.HazelCastTokenStore
 
DefaultAttributeStatementProvider - Class in org.apache.cxf.sts.token.provider
A default AttributeStatementProvider implementation.
DefaultAttributeStatementProvider() - Constructor for class org.apache.cxf.sts.token.provider.DefaultAttributeStatementProvider
 
DefaultConditionsProvider - Class in org.apache.cxf.sts.token.provider
A default implementation of the ConditionsProvider interface.
DefaultConditionsProvider() - Constructor for class org.apache.cxf.sts.token.provider.DefaultConditionsProvider
 
DefaultInMemoryTokenStore - Class in org.apache.cxf.sts.cache
 
DefaultInMemoryTokenStore(Bus) - Constructor for class org.apache.cxf.sts.cache.DefaultInMemoryTokenStore
 
DefaultInMemoryTokenStore() - Constructor for class org.apache.cxf.sts.cache.DefaultInMemoryTokenStore
 
DefaultSecurityTokenServiceProvider - Class in org.apache.cxf.sts.provider
A "default" SecurityTokenServiceProvider implementation that defines the Issue and Validate Operations of the STS and adds support for issuing and validating SAML Assertions, and validating UsernameTokens and X.509 Tokens.
DefaultSecurityTokenServiceProvider() - Constructor for class org.apache.cxf.sts.provider.DefaultSecurityTokenServiceProvider
 
DefaultSubjectProvider - Class in org.apache.cxf.sts.token.provider
A default implementation of SubjectProvider to create a SAML Assertion.
DefaultSubjectProvider() - Constructor for class org.apache.cxf.sts.token.provider.DefaultSubjectProvider
 

E

EMAILADDRESS - Static variable in class org.apache.cxf.sts.claims.ClaimTypes
(mail in inetOrgPerson) Preferred address for the "To:" field of email to be sent to the Subject, usually of the form @.
ENCRYPT_WITH - Static variable in class org.apache.cxf.sts.QNameConstants
 
ENCRYPTION_ALGORITHM - Static variable in class org.apache.cxf.sts.QNameConstants
 
EncryptionProperties - Class in org.apache.cxf.sts.service
This class contains various configuration properties that can be used to encrypt an issued token.
EncryptionProperties() - Constructor for class org.apache.cxf.sts.service.EncryptionProperties
 
encryptIssuedToken - Variable in class org.apache.cxf.sts.operation.AbstractOperation
 
encryptSecret(byte[], EncryptionProperties, KeyRequirements) - Method in class org.apache.cxf.sts.operation.AbstractOperation
Encrypt a secret using the given arguments producing a DOM EncryptedKey element
encryptToken(Element, String, EncryptionProperties, KeyRequirements, WebServiceContext) - Method in class org.apache.cxf.sts.operation.AbstractOperation
Encrypt a Token element using the given arguments.
ENTROPY - Static variable in class org.apache.cxf.sts.QNameConstants
 
Entropy - Class in org.apache.cxf.sts.request
This class contains values that have been extracted from an Entropy structure.
Entropy() - Constructor for class org.apache.cxf.sts.request.Entropy
 
extractAddressFromAppliesTo(Element) - Static method in class org.apache.cxf.sts.operation.AbstractOperation
Extract an address from an AppliesTo DOM element

F

FED_TYPE_CLAIMS - Static variable in class org.apache.cxf.sts.token.realm.Relationship
 
FED_TYPE_IDENTITY - Static variable in class org.apache.cxf.sts.token.realm.Relationship
 
FIRSTNAME - Static variable in class org.apache.cxf.sts.claims.ClaimTypes
(givenName in [RFC 2256]) Preferred name or first name of a Subject.

G

GENDER - Static variable in class org.apache.cxf.sts.claims.ClaimTypes
Gender of a Subject that can have any of these exact URI values '0' (meaning unspecified), '1' (meaning Male) or '2' (meaning Female)
getAcceptedC14nAlgorithms() - Method in class org.apache.cxf.sts.SignatureProperties
Get the list of accepted c14n algorithms.
getAcceptedEncryptionAlgorithms() - Method in class org.apache.cxf.sts.service.EncryptionProperties
Get the list of accepted encryption algorithms.
getAcceptedKeyWrapAlgorithms() - Method in class org.apache.cxf.sts.service.EncryptionProperties
Get the list of accepted key-wrap algorithms.
getAcceptedSignatureAlgorithms() - Method in class org.apache.cxf.sts.SignatureProperties
Get the list of accepted signature algorithms.
getActAs() - Method in class org.apache.cxf.sts.request.TokenRequirements
 
getAdditionalProperties() - Method in class org.apache.cxf.sts.claims.ClaimsParameters
 
getAdditionalProperties() - Method in class org.apache.cxf.sts.token.provider.TokenProviderParameters
 
getAdditionalProperties() - Method in class org.apache.cxf.sts.token.renewer.TokenRenewerParameters
 
getAdditionalProperties() - Method in class org.apache.cxf.sts.token.validator.TokenValidatorResponse
 
getAppliesTo() - Method in class org.apache.cxf.sts.request.TokenRequirements
 
getAppliesToAddress() - Method in class org.apache.cxf.sts.claims.ClaimsParameters
 
getAppliesToAddress() - Method in class org.apache.cxf.sts.token.provider.TokenProviderParameters
 
getAppliesToAddress() - Method in class org.apache.cxf.sts.token.renewer.TokenRenewerParameters
 
getAttachedReference() - Method in class org.apache.cxf.sts.token.provider.TokenProviderResponse
Get the attached TokenReference
getAttachedReference() - Method in class org.apache.cxf.sts.token.renewer.TokenRenewerResponse
Get the attached TokenReference
getAttributeStatementProviders() - Method in class org.apache.cxf.sts.token.provider.SAMLTokenProvider
Get the List of AttributeStatementProviders.
getAuthDecisionStatementProviders() - Method in class org.apache.cxf.sts.token.provider.SAMLTokenProvider
Get the List of AuthDecisionStatementProviders.
getAuthenticationStatementProviders() - Method in class org.apache.cxf.sts.token.provider.SAMLTokenProvider
Get the List of AuthenticationStatementProviders.
getAuthenticationType() - Method in class org.apache.cxf.sts.request.KeyRequirements
 
getBinarySecret() - Method in class org.apache.cxf.sts.request.Entropy
 
getBinarySecretType() - Method in class org.apache.cxf.sts.request.BinarySecret
 
getBinarySecretValue() - Method in class org.apache.cxf.sts.request.BinarySecret
 
getC14nAlgorithm() - Method in class org.apache.cxf.sts.request.KeyRequirements
This input parameter is ignored for the moment.
getC14nAlgorithm() - Method in class org.apache.cxf.sts.SignatureProperties
Get the c14n algorithm to use
getCallbackHandler() - Method in class org.apache.cxf.sts.StaticSTSProperties
Get the CallbackHandler object.
getCallbackHandler() - Method in interface org.apache.cxf.sts.STSPropertiesMBean
Get the CallbackHandler object.
getCallbackHandler() - Method in class org.apache.cxf.sts.token.realm.SAMLRealm
Get the CallbackHandler object.
getCancelOperation() - Method in class org.apache.cxf.sts.operation.TokenRequestCollectionOperation
 
getCancelTarget() - Method in class org.apache.cxf.sts.request.TokenRequirements
 
getClaimHandlers() - Method in class org.apache.cxf.sts.claims.ClaimsManager
 
getClaimParsers() - Method in class org.apache.cxf.sts.claims.ClaimsManager
 
getClaims() - Method in class org.apache.cxf.sts.request.TokenRequirements
 
getClaimsLdapAttributeMapping() - Method in class org.apache.cxf.sts.claims.LdapClaimsHandler
 
getClaimsManager() - Method in class org.apache.cxf.sts.operation.AbstractOperation
 
getClaimsManager() - Method in class org.apache.cxf.sts.token.provider.TokenProviderParameters
 
getClaimsMapper() - Method in class org.apache.cxf.sts.token.realm.Relationship
 
getClaimType() - Method in class org.apache.cxf.sts.claims.Claim
 
getClaimType() - Method in class org.apache.cxf.sts.claims.RequestClaim
 
getClaimValue() - Method in class org.apache.cxf.sts.claims.RequestClaim
 
getComputedKeyAlgorithm() - Method in class org.apache.cxf.sts.request.KeyRequirements
 
getConditions(TokenProviderParameters) - Method in interface org.apache.cxf.sts.token.provider.ConditionsProvider
Get a ConditionsBean object.
getConditions(String, Lifetime) - Method in interface org.apache.cxf.sts.token.provider.ConditionsProvider
Get a ConditionsBean object.
getConditions(TokenProviderParameters) - Method in class org.apache.cxf.sts.token.provider.DefaultConditionsProvider
Get a ConditionsBean object.
getConditions(String, Lifetime) - Method in class org.apache.cxf.sts.token.provider.DefaultConditionsProvider
Get a ConditionsBean object.
getConditionsProvider() - Method in class org.apache.cxf.sts.token.provider.SAMLTokenProvider
Get the ConditionsProvider
getConditionsProvider() - Method in class org.apache.cxf.sts.token.renewer.SAMLTokenRenewer
Get the ConditionsProvider
getContext() - Method in class org.apache.cxf.sts.request.TokenRequirements
 
getCreated() - Method in class org.apache.cxf.sts.request.Lifetime
 
getDecryptedKey() - Method in class org.apache.cxf.sts.request.Entropy
 
getDelimiter() - Method in class org.apache.cxf.sts.claims.LdapClaimsHandler
 
getDialect() - Method in class org.apache.cxf.sts.claims.RequestClaimCollection
 
getEncryptionAlgorithm() - Method in class org.apache.cxf.sts.request.KeyRequirements
 
getEncryptionAlgorithm() - Method in class org.apache.cxf.sts.service.EncryptionProperties
Get the encryption algorithm to use
getEncryptionCrypto() - Method in class org.apache.cxf.sts.StaticSTSProperties
Get the encryption Crypto object
getEncryptionCrypto() - Method in interface org.apache.cxf.sts.STSPropertiesMBean
Get the encryption Crypto object
getEncryptionName() - Method in class org.apache.cxf.sts.service.EncryptionProperties
Get the alias used to select a certificate for encryption
getEncryptionProperties() - Method in class org.apache.cxf.sts.claims.ClaimsParameters
 
getEncryptionProperties() - Method in interface org.apache.cxf.sts.service.ServiceMBean
Get the EncryptionProperties to be used to encrypt tokens issued for this service
getEncryptionProperties() - Method in class org.apache.cxf.sts.service.StaticService
Get the EncryptionProperties to be used to encrypt tokens issued for this service
getEncryptionProperties() - Method in class org.apache.cxf.sts.StaticSTSProperties
Get the EncryptionProperties to use.
getEncryptionProperties() - Method in interface org.apache.cxf.sts.STSPropertiesMBean
Get the EncryptionProperties to use.
getEncryptionProperties() - Method in class org.apache.cxf.sts.token.provider.TokenProviderParameters
 
getEncryptionProperties() - Method in class org.apache.cxf.sts.token.renewer.TokenRenewerParameters
 
getEncryptionUsername() - Method in class org.apache.cxf.sts.StaticSTSProperties
Get the username/alias to use to encrypt any issued tokens.
getEncryptionUsername() - Method in interface org.apache.cxf.sts.STSPropertiesMBean
Get the username/alias to use to encrypt any issued tokens.
getEncryptWith() - Method in class org.apache.cxf.sts.request.KeyRequirements
 
getEndpointClaims() - Method in class org.apache.cxf.sts.claims.StaticEndpointClaimsHandler
 
getEntropy() - Method in class org.apache.cxf.sts.request.KeyRequirements
 
getEntropy() - Method in class org.apache.cxf.sts.token.provider.TokenProviderResponse
Get the entropy associated with the token.
getEntropyBytes() - Method in class org.apache.cxf.sts.token.provider.SymmetricKeyHandler
Get the Entropy bytes
getExpiredTokens() - Method in class org.apache.cxf.sts.cache.HazelCastTokenStore
 
getExpires() - Method in class org.apache.cxf.sts.request.Lifetime
 
getFutureTimeToLive() - Method in class org.apache.cxf.sts.token.provider.DefaultConditionsProvider
Get how long (in seconds) a client-supplied Created Element is allowed to be in the future.
getGlobalClaims() - Method in class org.apache.cxf.sts.claims.StaticClaimsHandler
 
getIdentifier() - Method in class org.apache.cxf.sts.token.provider.TokenReference
Get the identifier associated with this token
getIdentityMapper() - Method in class org.apache.cxf.sts.StaticSTSProperties
Get the IdentityMapper object to use.
getIdentityMapper() - Method in interface org.apache.cxf.sts.STSPropertiesMBean
Get the IdentityMapper object to use.
getIdentityMapper() - Method in class org.apache.cxf.sts.token.realm.Relationship
 
getIssuer() - Method in class org.apache.cxf.sts.claims.Claim
 
getIssuer() - Method in class org.apache.cxf.sts.StaticSTSProperties
Get the STS issuer name
getIssuer() - Method in interface org.apache.cxf.sts.STSPropertiesMBean
Get the STS issuer name
getIssuer() - Method in class org.apache.cxf.sts.token.realm.SAMLRealm
Get the issuer of this SAML realm
getIssueSingleOperation() - Method in class org.apache.cxf.sts.operation.TokenRequestCollectionOperation
 
getKeyIdentifierType() - Method in class org.apache.cxf.sts.service.EncryptionProperties
Get the (WSS4J) key identifier type used to reference a certificate for encryption
getKeyRequirements() - Method in class org.apache.cxf.sts.claims.ClaimsParameters
 
getKeyRequirements() - Method in class org.apache.cxf.sts.request.RequestParser
 
getKeyRequirements() - Method in class org.apache.cxf.sts.token.canceller.TokenCancellerParameters
 
getKeyRequirements() - Method in class org.apache.cxf.sts.token.provider.TokenProviderParameters
 
getKeyRequirements() - Method in class org.apache.cxf.sts.token.renewer.TokenRenewerParameters
 
getKeyRequirements() - Method in class org.apache.cxf.sts.token.validator.TokenValidatorParameters
 
getKeySize() - Method in class org.apache.cxf.sts.request.KeyRequirements
 
getKeySize() - Method in class org.apache.cxf.sts.SignatureProperties
Get the key size to use when generating a symmetric key.
getKeySize() - Method in class org.apache.cxf.sts.token.provider.SymmetricKeyHandler
Get the KeySize.
getKeySize() - Method in class org.apache.cxf.sts.token.provider.TokenProviderResponse
Get the KeySize that the TokenProvider set
getKeyType() - Method in class org.apache.cxf.sts.request.KeyRequirements
 
getKeyType() - Method in interface org.apache.cxf.sts.service.ServiceMBean
Get the default Key Type to be issued for this Service
getKeyType() - Method in class org.apache.cxf.sts.service.StaticService
Get the default Key Type to be issued for this Service
getKeywrapAlgorithm() - Method in class org.apache.cxf.sts.request.KeyRequirements
 
getKeyWrapAlgorithm() - Method in class org.apache.cxf.sts.service.EncryptionProperties
Get the encryption key-wrap algorithm to use
getLdapTemplate() - Method in class org.apache.cxf.sts.claims.LdapClaimsHandler
 
getLifetime() - Method in class org.apache.cxf.sts.request.TokenRequirements
 
getLifetime() - Method in interface org.apache.cxf.sts.token.provider.ConditionsProvider
Get the lifetime to use (in seconds)
getLifetime() - Method in class org.apache.cxf.sts.token.provider.DefaultConditionsProvider
Get the default lifetime in seconds for issued SAML token where requestor doesn't specify a lifetime element
getLifetime() - Method in class org.apache.cxf.sts.token.provider.SCTProvider
Return the lifetime of the generated SCT
getLifetime() - Method in class org.apache.cxf.sts.token.provider.TokenProviderResponse
Get the lifetime of the Token to be returned in seconds
getLifetime() - Method in class org.apache.cxf.sts.token.renewer.TokenRenewerResponse
Get the lifetime of the Token to be returned in seconds
getMaxExpiry() - Method in class org.apache.cxf.sts.token.renewer.SAMLTokenRenewer
Get how long a token is allowed to be expired for before renewal (in seconds).
getMaximumKeySize() - Method in class org.apache.cxf.sts.SignatureProperties
Get the maximum key size to use when generating a symmetric key to sign an issued token.
getMaxLifetime() - Method in class org.apache.cxf.sts.token.provider.DefaultConditionsProvider
Get the maximum lifetime in seconds for issued SAML token if requestor specifies lifetime element
getMinimumKeySize() - Method in class org.apache.cxf.sts.SignatureProperties
Get the minimum key size to use when generating a symmetric key.
getNameFormat() - Method in class org.apache.cxf.sts.claims.CorrectedClaimsAttributeStatementProvider
 
getNamespace() - Method in class org.apache.cxf.sts.claims.Claim
 
getObjectClass() - Method in class org.apache.cxf.sts.claims.LdapClaimsHandler
 
getOnBehalfOf() - Method in class org.apache.cxf.sts.request.TokenRequirements
 
getOriginalIssuer() - Method in class org.apache.cxf.sts.claims.Claim
 
getPrincipal() - Method in class org.apache.cxf.sts.claims.Claim
 
getPrincipal() - Method in class org.apache.cxf.sts.claims.ClaimsParameters
 
getPrincipal() - Method in class org.apache.cxf.sts.request.ReceivedToken
 
getPrincipal() - Method in class org.apache.cxf.sts.token.canceller.TokenCancellerParameters
 
getPrincipal() - Method in class org.apache.cxf.sts.token.provider.TokenProviderParameters
 
getPrincipal() - Method in class org.apache.cxf.sts.token.renewer.TokenRenewerParameters
 
getPrincipal() - Method in class org.apache.cxf.sts.token.validator.TokenValidatorParameters
 
getPrincipal() - Method in class org.apache.cxf.sts.token.validator.TokenValidatorResponse
 
getPublicKey() - Method in class org.apache.cxf.sts.request.ReceivedKey
 
getRealm() - Method in class org.apache.cxf.sts.claims.ClaimsParameters
 
getRealm() - Method in class org.apache.cxf.sts.token.provider.TokenProviderParameters
 
getRealm() - Method in class org.apache.cxf.sts.token.renewer.TokenRenewerParameters
 
getRealm() - Method in class org.apache.cxf.sts.token.validator.TokenValidatorParameters
 
getRealmFromToken(AssertionWrapper) - Method in interface org.apache.cxf.sts.token.realm.SAMLRealmCodec
Get the realm associated with the AssertionWrapper parameter
getRealmFromToken(UsernameToken) - Method in interface org.apache.cxf.sts.token.realm.UsernameTokenRealmCodec
Get the realm associated with the UsernameToken parameter
getRealmMap() - Method in class org.apache.cxf.sts.token.provider.SAMLTokenProvider
Get the map of realm->SAMLRealm for this token provider
getRealmMap() - Method in class org.apache.cxf.sts.token.renewer.SAMLTokenRenewer
Get the map of realm->SAMLRealm for this token provider
getRealmParser() - Method in class org.apache.cxf.sts.StaticSTSProperties
Get the RealmParser object to use.
getRealmParser() - Method in interface org.apache.cxf.sts.STSPropertiesMBean
Get the RealmParser object to use.
getReceivedKey() - Method in class org.apache.cxf.sts.request.KeyRequirements
 
getRelationshipResolver() - Method in class org.apache.cxf.sts.StaticSTSProperties
 
getRelationshipResolver() - Method in interface org.apache.cxf.sts.STSPropertiesMBean
Get the RelationshipResolver objects to use.
getRelationships() - Method in class org.apache.cxf.sts.StaticSTSProperties
 
getRelationships() - Method in interface org.apache.cxf.sts.STSPropertiesMBean
Get the list of Relationship objects to use.
getRenewing() - Method in class org.apache.cxf.sts.request.TokenRequirements
 
getRenewOperation() - Method in class org.apache.cxf.sts.operation.TokenRequestCollectionOperation
 
getRenewTarget() - Method in class org.apache.cxf.sts.request.TokenRequirements
 
getRequestedClaims() - Method in class org.apache.cxf.sts.token.provider.TokenProviderParameters
 
getSecret() - Method in class org.apache.cxf.sts.token.provider.SymmetricKeyHandler
Get the secret
getSecretKey() - Method in class org.apache.cxf.sts.request.ReceivedKey
 
getSignatureAlgorithm() - Method in class org.apache.cxf.sts.request.KeyRequirements
This input parameter is ignored for the moment.
getSignatureAlgorithm() - Method in class org.apache.cxf.sts.SignatureProperties
Get the signature algorithm to use
getSignatureAlias() - Method in class org.apache.cxf.sts.token.realm.SAMLRealm
Get the signature alias to use for this SAML realm
getSignatureCrypto() - Method in class org.apache.cxf.sts.StaticSTSProperties
Get the signature Crypto object
getSignatureCrypto() - Method in interface org.apache.cxf.sts.STSPropertiesMBean
Get the signature Crypto object
getSignatureCrypto() - Method in class org.apache.cxf.sts.token.realm.SAMLRealm
Get the signature Crypto object
getSignatureProperties() - Method in class org.apache.cxf.sts.StaticSTSProperties
Get the SignatureProperties to use.
getSignatureProperties() - Method in interface org.apache.cxf.sts.STSPropertiesMBean
Get the SignatureProperties to use.
getSignatureProperties() - Method in class org.apache.cxf.sts.token.realm.SAMLRealm
Get the SignatureProperties to use.
getSignatureUsername() - Method in class org.apache.cxf.sts.StaticSTSProperties
Get the username/alias to use to sign any issued tokens
getSignatureUsername() - Method in interface org.apache.cxf.sts.STSPropertiesMBean
Get the username/alias to use to sign any issued tokens
getSignWith() - Method in class org.apache.cxf.sts.request.KeyRequirements
 
getSourceRealm() - Method in class org.apache.cxf.sts.token.realm.Relationship
 
getState() - Method in class org.apache.cxf.sts.request.ReceivedToken
 
getStatement(TokenProviderParameters) - Method in class org.apache.cxf.sts.claims.ClaimsAttributeStatementProvider
Deprecated.  
getStatement(TokenProviderParameters) - Method in class org.apache.cxf.sts.claims.CorrectedClaimsAttributeStatementProvider
 
getStatement(TokenProviderParameters) - Method in interface org.apache.cxf.sts.token.provider.AttributeStatementProvider
Get an AttributeStatementBean using the given parameters.
getStatement(TokenProviderParameters) - Method in interface org.apache.cxf.sts.token.provider.AuthDecisionStatementProvider
Get an AuthDecisionStatementBean using the given parameters.
getStatement(TokenProviderParameters) - Method in interface org.apache.cxf.sts.token.provider.AuthenticationStatementProvider
Get an AuthenticationStatementBean using the given parameters.
getStatement(TokenProviderParameters) - Method in class org.apache.cxf.sts.token.provider.DefaultAttributeStatementProvider
Get an AttributeStatementBean using the given parameters.
getStsProperties() - Method in class org.apache.cxf.sts.claims.ClaimsParameters
 
getStsProperties() - Method in class org.apache.cxf.sts.token.canceller.TokenCancellerParameters
 
getStsProperties() - Method in class org.apache.cxf.sts.token.provider.TokenProviderParameters
 
getStsProperties() - Method in class org.apache.cxf.sts.token.renewer.TokenRenewerParameters
 
getStsProperties() - Method in class org.apache.cxf.sts.token.validator.TokenValidatorParameters
 
getSubject(TokenProviderParameters, Document, byte[]) - Method in class org.apache.cxf.sts.token.provider.DefaultSubjectProvider
Get a SubjectBean object.
getSubject(TokenProviderParameters, Document, byte[]) - Method in interface org.apache.cxf.sts.token.provider.SubjectProvider
Get a SubjectBean object.
getSubjectProvider() - Method in class org.apache.cxf.sts.token.provider.SAMLTokenProvider
Get the SubjectProvider.
getSupportedClaimTypes() - Method in interface org.apache.cxf.sts.claims.ClaimsHandler
 
getSupportedClaimTypes() - Method in class org.apache.cxf.sts.claims.ClaimsManager
 
getSupportedClaimTypes() - Method in class org.apache.cxf.sts.claims.LdapClaimsHandler
 
getSupportedClaimTypes() - Method in class org.apache.cxf.sts.claims.StaticClaimsHandler
 
getSupportedClaimTypes() - Method in class org.apache.cxf.sts.claims.StaticEndpointClaimsHandler
 
getSupportedDialect() - Method in interface org.apache.cxf.sts.claims.ClaimsParser
This method indicates the claims dialect this Parser can handle.
getSupportedDialect() - Method in class org.apache.cxf.sts.claims.IdentityClaimsParser
Return the supported dialect of this class
getTargetRealm() - Method in class org.apache.cxf.sts.token.realm.Relationship
 
getToken(String) - Method in class org.apache.cxf.sts.cache.HazelCastTokenStore
 
getToken() - Method in class org.apache.cxf.sts.request.ReceivedToken
 
getToken() - Method in class org.apache.cxf.sts.token.canceller.TokenCancellerParameters
 
getToken() - Method in class org.apache.cxf.sts.token.canceller.TokenCancellerResponse
 
getToken() - Method in class org.apache.cxf.sts.token.provider.TokenProviderResponse
Get the token
getToken() - Method in class org.apache.cxf.sts.token.renewer.TokenRenewerParameters
 
getToken() - Method in class org.apache.cxf.sts.token.renewer.TokenRenewerResponse
Get the token
getToken() - Method in class org.apache.cxf.sts.token.validator.TokenValidatorParameters
 
getToken() - Method in class org.apache.cxf.sts.token.validator.TokenValidatorResponse
 
getTokenCancellers() - Method in class org.apache.cxf.sts.operation.TokenCancelOperation
 
getTokenContext() - Method in class org.apache.cxf.sts.request.ReceivedToken
 
getTokenId() - Method in class org.apache.cxf.sts.token.provider.TokenProviderResponse
Get the token Id
getTokenId() - Method in class org.apache.cxf.sts.token.renewer.TokenRenewerResponse
Get the token Id
getTokenIdentifiers() - Method in class org.apache.cxf.sts.cache.HazelCastTokenStore
 
getTokenProviders() - Method in class org.apache.cxf.sts.operation.AbstractOperation
 
getTokenRealm() - Method in class org.apache.cxf.sts.token.validator.TokenValidatorResponse
 
getTokenRenewers() - Method in class org.apache.cxf.sts.operation.TokenRenewOperation
 
getTokenRequirements() - Method in class org.apache.cxf.sts.claims.ClaimsParameters
 
getTokenRequirements() - Method in class org.apache.cxf.sts.request.RequestParser
 
getTokenRequirements() - Method in class org.apache.cxf.sts.token.canceller.TokenCancellerParameters
 
getTokenRequirements() - Method in class org.apache.cxf.sts.token.provider.TokenProviderParameters
 
getTokenRequirements() - Method in class org.apache.cxf.sts.token.renewer.TokenRenewerParameters
 
getTokenRequirements() - Method in class org.apache.cxf.sts.token.validator.TokenValidatorParameters
 
getTokenStore() - Method in class org.apache.cxf.sts.claims.ClaimsParameters
 
getTokenStore() - Method in class org.apache.cxf.sts.operation.AbstractOperation
 
getTokenStore() - Method in class org.apache.cxf.sts.token.canceller.TokenCancellerParameters
 
getTokenStore() - Method in class org.apache.cxf.sts.token.provider.TokenProviderParameters
 
getTokenStore() - Method in class org.apache.cxf.sts.token.renewer.TokenRenewerParameters
 
getTokenStore() - Method in class org.apache.cxf.sts.token.validator.TokenValidatorParameters
 
getTokenType() - Method in class org.apache.cxf.sts.request.TokenRequirements
 
getTokenType() - Method in interface org.apache.cxf.sts.service.ServiceMBean
Get the default Token Type to be issued for this Service
getTokenType() - Method in class org.apache.cxf.sts.service.StaticService
Get the default Token Type to be issued for this Service
getTokenValidators() - Method in class org.apache.cxf.sts.operation.AbstractOperation
 
getTTL() - Method in class org.apache.cxf.sts.cache.HazelCastTokenStore
Get the (default) TTL value in seconds
getType() - Method in class org.apache.cxf.sts.token.realm.Relationship
 
getUnAttachedReference() - Method in class org.apache.cxf.sts.token.provider.TokenProviderResponse
Get the unattached TokenReference
getUnAttachedReference() - Method in class org.apache.cxf.sts.token.renewer.TokenRenewerResponse
Get the unattached TokenReference
getUserBaseDN() - Method in class org.apache.cxf.sts.claims.LdapClaimsHandler
 
getUserNameAttribute() - Method in class org.apache.cxf.sts.claims.LdapClaimsHandler
 
getValidateOperation() - Method in class org.apache.cxf.sts.operation.TokenRequestCollectionOperation
 
getValidateTarget() - Method in class org.apache.cxf.sts.request.TokenRequirements
 
getValue() - Method in class org.apache.cxf.sts.claims.Claim
 
getWebServiceContext() - Method in class org.apache.cxf.sts.claims.ClaimsParameters
 
getWebServiceContext() - Method in class org.apache.cxf.sts.token.canceller.TokenCancellerParameters
 
getWebServiceContext() - Method in class org.apache.cxf.sts.token.provider.TokenProviderParameters
 
getWebServiceContext() - Method in class org.apache.cxf.sts.token.renewer.TokenRenewerParameters
 
getWebServiceContext() - Method in class org.apache.cxf.sts.token.validator.TokenValidatorParameters
 
getWsse11TokenType() - Method in class org.apache.cxf.sts.token.provider.TokenReference
Get the wsse11 TokenType attribute
getWsseValueType() - Method in class org.apache.cxf.sts.token.provider.TokenReference
Get the wsse ValueType attribute
getX509Cert() - Method in class org.apache.cxf.sts.request.ReceivedKey
 

H

handle(Callback[]) - Method in class org.apache.cxf.sts.token.provider.SamlCallbackHandler
 
handleMessage(SoapMessage) - Method in class org.apache.cxf.sts.interceptor.SCTInInterceptor
 
handleMessage(SoapMessage) - Method in class org.apache.cxf.sts.interceptor.SCTOutInterceptor
 
handleRequest(RequestSecurityTokenType, WebServiceContext, String) - Method in class org.apache.cxf.sts.operation.TokenRequestCollectionOperation
 
HazelCastTokenStore - Class in org.apache.cxf.sts.cache
 
HazelCastTokenStore(String) - Constructor for class org.apache.cxf.sts.cache.HazelCastTokenStore
 
HOMEPHONE - Static variable in class org.apache.cxf.sts.claims.ClaimTypes
(homePhone in inetOrgPerson) Primary or home telephone number of a Subject.

I

IDENTITY_CLAIMS_DIALECT - Static variable in class org.apache.cxf.sts.claims.IdentityClaimsParser
 
IdentityClaimsParser - Class in org.apache.cxf.sts.claims
 
IdentityClaimsParser() - Constructor for class org.apache.cxf.sts.claims.IdentityClaimsParser
 
IdentityMapper - Interface in org.apache.cxf.sts
This interface defines a pluggable way of mapping an identity from a source realm to a target realm.
IDT_NS_05_05 - Static variable in class org.apache.cxf.sts.STSConstants
Identity namespace
INVALID_CODE - Static variable in class org.apache.cxf.sts.STSConstants
Invalid Status Code
INVALID_REASON - Static variable in class org.apache.cxf.sts.STSConstants
Invalid Status Reason
invoke(Source) - Method in class org.apache.cxf.sts.provider.DefaultSecurityTokenServiceProvider
 
isAcceptClientLifetime() - Method in class org.apache.cxf.sts.token.provider.DefaultConditionsProvider
Is client lifetime element accepted Default: false
isAddressInEndpoints(String) - Method in interface org.apache.cxf.sts.service.ServiceMBean
Return true if the supplied address corresponds to a known address for this service
isAddressInEndpoints(String) - Method in class org.apache.cxf.sts.service.StaticService
Return true if the supplied address corresponds to a known address for this service
isAllowRenewalAfterExpiry() - Method in class org.apache.cxf.sts.token.renewer.SAMLTokenRenewer
Get whether we allow renewal after expiry.
isAllowRenewing() - Method in class org.apache.cxf.sts.request.Renewing
 
isAllowRenewingAfterExpiry() - Method in class org.apache.cxf.sts.request.Renewing
 
isBinarySecurityToken() - Method in class org.apache.cxf.sts.request.ReceivedToken
 
isComputedKey() - Method in class org.apache.cxf.sts.token.provider.SymmetricKeyHandler
Get whether this is a computed key or not
isComputedKey() - Method in class org.apache.cxf.sts.token.provider.TokenProviderResponse
Return true if the entropy represents a Computed Key.
isDOMElement() - Method in class org.apache.cxf.sts.request.ReceivedToken
 
isFailLifetimeExceedance() - Method in class org.apache.cxf.sts.token.provider.DefaultConditionsProvider
If requested lifetime exceeds shall it fail (default) or overwrite with maximum lifetime
isOptional() - Method in class org.apache.cxf.sts.claims.RequestClaim
 
isReturnEntropy() - Method in class org.apache.cxf.sts.token.provider.SCTProvider
Get whether Entropy is returned to the client or not
isReturnReferences() - Method in class org.apache.cxf.sts.operation.AbstractOperation
 
isSignToken() - Method in class org.apache.cxf.sts.token.provider.SAMLTokenProvider
Return whether the provided token will be signed or not.
isSignToken() - Method in class org.apache.cxf.sts.token.renewer.SAMLTokenRenewer
Return whether the provided token will be signed or not.
issue(RequestSecurityTokenType, WebServiceContext) - Method in class org.apache.cxf.sts.operation.TokenIssueOperation
 
issue(RequestSecurityTokenCollectionType, WebServiceContext) - Method in class org.apache.cxf.sts.operation.TokenIssueOperation
 
issueSingle(RequestSecurityTokenType, WebServiceContext) - Method in class org.apache.cxf.sts.operation.TokenIssueOperation
 
isUseDirectReference() - Method in class org.apache.cxf.sts.token.provider.TokenReference
Get whether to use direct reference to refer to this token
isUseKeyIdentifier() - Method in class org.apache.cxf.sts.token.provider.TokenReference
Get whether to use a KeyIdentifier to refer to this token
isUseKeyValue() - Method in class org.apache.cxf.sts.SignatureProperties
Get whether a KeyValue is used to refer to a a certificate used to sign an issued token.
isUsernameToken() - Method in class org.apache.cxf.sts.request.ReceivedToken
 
isX500FilterEnabled() - Method in class org.apache.cxf.sts.claims.LdapClaimsHandler
 

K

KEY_SIZE - Static variable in class org.apache.cxf.sts.QNameConstants
 
KEY_TYPE - Static variable in class org.apache.cxf.sts.QNameConstants
 
KeyRequirements - Class in org.apache.cxf.sts.request
This class contains values that have been extracted from a RequestSecurityToken corresponding to various key and encryption requirements.
KeyRequirements() - Constructor for class org.apache.cxf.sts.request.KeyRequirements
 
KEYWRAP_ALGORITHM - Static variable in class org.apache.cxf.sts.QNameConstants
 

L

LASTNAME - Static variable in class org.apache.cxf.sts.claims.ClaimTypes
(sn in [RFC 2256]) Surname or family name of a Subject.
LdapClaimsHandler - Class in org.apache.cxf.sts.claims
 
LdapClaimsHandler() - Constructor for class org.apache.cxf.sts.claims.LdapClaimsHandler
 
LIFETIME - Static variable in class org.apache.cxf.sts.QNameConstants
 
Lifetime - Class in org.apache.cxf.sts.request
This class contains values that have been extracted from a Lifetime element.
Lifetime() - Constructor for class org.apache.cxf.sts.request.Lifetime
 
LOCALITY - Static variable in class org.apache.cxf.sts.claims.ClaimTypes
(/ in [RFC 2256]) Locality component of a Subject's address information.

M

mapClaims(String, ClaimCollection, String, ClaimsParameters) - Method in interface org.apache.cxf.sts.claims.ClaimsMapper
Map a collection of claims in the source realm to the target realm
mapPrincipal(String, Principal, String) - Method in interface org.apache.cxf.sts.IdentityMapper
Map a principal in the source realm to the target realm
matches(X509Certificate) - Method in class org.apache.cxf.sts.token.realm.CertConstraintsParser
 
MAX_TTL - Static variable in class org.apache.cxf.sts.cache.HazelCastTokenStore
 
MOBILEPHONE - Static variable in class org.apache.cxf.sts.claims.ClaimTypes
(mobile in inetOrgPerson) Mobile telephone number of a Subject.

N

NONCE - Static variable in class org.apache.cxf.sts.QNameConstants
 
NONCE_TYPE - Static variable in class org.apache.cxf.sts.STSConstants
Nonce key type (attribute of BinarySecret)

O

ON_BEHALF_OF - Static variable in class org.apache.cxf.sts.QNameConstants
 
org.apache.cxf.sts - package org.apache.cxf.sts
 
org.apache.cxf.sts.cache - package org.apache.cxf.sts.cache
 
org.apache.cxf.sts.claims - package org.apache.cxf.sts.claims
 
org.apache.cxf.sts.interceptor - package org.apache.cxf.sts.interceptor
 
org.apache.cxf.sts.operation - package org.apache.cxf.sts.operation
 
org.apache.cxf.sts.provider - package org.apache.cxf.sts.provider
 
org.apache.cxf.sts.request - package org.apache.cxf.sts.request
 
org.apache.cxf.sts.service - package org.apache.cxf.sts.service
 
org.apache.cxf.sts.token.canceller - package org.apache.cxf.sts.token.canceller
 
org.apache.cxf.sts.token.provider - package org.apache.cxf.sts.token.provider
 
org.apache.cxf.sts.token.realm - package org.apache.cxf.sts.token.realm
 
org.apache.cxf.sts.token.renewer - package org.apache.cxf.sts.token.renewer
 
org.apache.cxf.sts.token.validator - package org.apache.cxf.sts.token.validator
 
OTHERPHONE - Static variable in class org.apache.cxf.sts.claims.ClaimTypes
(telephoneNumber in X.500 Person) Secondary or work telephone number of a Subject.

P

parse(Element) - Method in interface org.apache.cxf.sts.claims.ClaimsParser
 
parse(Element) - Method in class org.apache.cxf.sts.claims.IdentityClaimsParser
 
parseClaimsInAssertion(Assertion) - Method in class org.apache.cxf.sts.claims.ClaimsManager
 
parseClaimsInAssertion(Assertion) - Method in class org.apache.cxf.sts.claims.ClaimsManager
 
parseClaimType(Element) - Static method in class org.apache.cxf.sts.claims.IdentityClaimsParser
 
parseRealm(WebServiceContext) - Method in interface org.apache.cxf.sts.RealmParser
Return the realm of the current request given a WebServiceContext object
parseRequest(RequestSecurityTokenType, WebServiceContext) - Method in class org.apache.cxf.sts.operation.AbstractOperation
Check the arguments from the STSProvider and parse the request.
parseRequest(RequestSecurityTokenType, WebServiceContext, STSPropertiesMBean, List<ClaimsParser>) - Method in class org.apache.cxf.sts.request.RequestParser
 
PASSWORD - Static variable in class org.apache.cxf.sts.QNameConstants
 
POSTALCODE - Static variable in class org.apache.cxf.sts.claims.ClaimTypes
(postalCode in X.500) Postal code or zip code component of a Subject's address information.
PRIVATE_PERSONAL_IDENTIFIER - Static variable in class org.apache.cxf.sts.claims.ClaimTypes
A private personal identifier (PPID) that identifies the Subject to a Relying Party.
processValidToken(TokenProviderParameters, ReceivedToken, TokenValidatorResponse) - Method in class org.apache.cxf.sts.operation.AbstractOperation
 
PUBLIC_KEY_KEYTYPE - Static variable in class org.apache.cxf.sts.STSConstants
Public key (KeyType value)

Q

QNameConstants - Class in org.apache.cxf.sts
This class holds a collection of QName constants.

R

RealmParser - Interface in org.apache.cxf.sts
This interface defines a pluggable way of defining a realm for the current request.
ReceivedKey - Class in org.apache.cxf.sts.request
This class represents a received Key.
ReceivedKey() - Constructor for class org.apache.cxf.sts.request.ReceivedKey
 
ReceivedToken - Class in org.apache.cxf.sts.request
This class contains values that have been extracted from a received Token.
ReceivedToken(Object) - Constructor for class org.apache.cxf.sts.request.ReceivedToken
 
ReceivedToken.STATE - Enum in org.apache.cxf.sts.request
 
Relationship - Class in org.apache.cxf.sts.token.realm
This class holds the parameters that will be required to define a one-way relationship between a source and target realm.
Relationship() - Constructor for class org.apache.cxf.sts.token.realm.Relationship
 
RelationshipResolver - Class in org.apache.cxf.sts.token.realm
 
RelationshipResolver(List<Relationship>) - Constructor for class org.apache.cxf.sts.token.realm.RelationshipResolver
 
remove(String) - Method in class org.apache.cxf.sts.cache.HazelCastTokenStore
 
renew(RequestSecurityTokenType, WebServiceContext) - Method in class org.apache.cxf.sts.operation.TokenRenewOperation
 
RENEW_TARGET - Static variable in class org.apache.cxf.sts.QNameConstants
 
RENEWING - Static variable in class org.apache.cxf.sts.QNameConstants
 
Renewing - Class in org.apache.cxf.sts.request
This class contains values that have been extracted from an Renewing structure.
Renewing() - Constructor for class org.apache.cxf.sts.request.Renewing
 
renewToken(TokenRenewerParameters) - Method in class org.apache.cxf.sts.token.renewer.SAMLTokenRenewer
Renew a token given a TokenRenewerParameters
renewToken(TokenRenewerParameters) - Method in interface org.apache.cxf.sts.token.renewer.TokenRenewer
Renew a token given a TokenRenewerParameters
REQUEST_TYPE - Static variable in class org.apache.cxf.sts.QNameConstants
 
RequestClaim - Class in org.apache.cxf.sts.claims
This represents a Claim that has been processed by the RequestParser.
RequestClaim() - Constructor for class org.apache.cxf.sts.claims.RequestClaim
 
RequestClaimCollection - Class in org.apache.cxf.sts.claims
This holds a collection of RequestClaims.
RequestClaimCollection() - Constructor for class org.apache.cxf.sts.claims.RequestClaimCollection
 
requestCollection(RequestSecurityTokenCollectionType, WebServiceContext) - Method in class org.apache.cxf.sts.operation.TokenRequestCollectionOperation
 
RequestParser - Class in org.apache.cxf.sts.request
This class parses a RequestSecurityToken object.
RequestParser() - Constructor for class org.apache.cxf.sts.request.RequestParser
 
resolveRelationship(String, String) - Method in class org.apache.cxf.sts.token.realm.RelationshipResolver
 
retrieveClaimValues(RequestClaimCollection, ClaimsParameters) - Method in interface org.apache.cxf.sts.claims.ClaimsHandler
 
retrieveClaimValues(RequestClaimCollection, ClaimsParameters) - Method in class org.apache.cxf.sts.claims.ClaimsManager
 
retrieveClaimValues(RequestClaimCollection, ClaimsParameters) - Method in class org.apache.cxf.sts.claims.LdapClaimsHandler
 
retrieveClaimValues(RequestClaimCollection, ClaimsParameters) - Method in class org.apache.cxf.sts.claims.StaticClaimsHandler
 
retrieveClaimValues(RequestClaimCollection, ClaimsParameters) - Method in class org.apache.cxf.sts.claims.StaticEndpointClaimsHandler
 
returnReferences - Variable in class org.apache.cxf.sts.operation.AbstractOperation
 

S

SamlCallbackHandler - Class in org.apache.cxf.sts.token.provider
This CallbackHandler implementation is populated with SAML Beans by the SAMLTokenProvider, and is tasked with setting them on a SAMLCallback object, which will be parsed (by WSS4J) into a SAML Assertion.
SamlCallbackHandler() - Constructor for class org.apache.cxf.sts.token.provider.SamlCallbackHandler
 
SAMLRealm - Class in org.apache.cxf.sts.token.realm
This class defines some properties that are associated with a realm for the SAMLTokenProvider and SAMLTokenValidator.
SAMLRealm() - Constructor for class org.apache.cxf.sts.token.realm.SAMLRealm
 
SAMLRealmCodec - Interface in org.apache.cxf.sts.token.realm
This interface defines a pluggable way to return a realm associated with a SAML Assertion.
SAMLTokenProvider - Class in org.apache.cxf.sts.token.provider
A TokenProvider implementation that provides a SAML Token.
SAMLTokenProvider() - Constructor for class org.apache.cxf.sts.token.provider.SAMLTokenProvider
 
SAMLTokenRenewer - Class in org.apache.cxf.sts.token.renewer
A TokenRenewer implementation that renews a (valid or expired) SAML Token.
SAMLTokenRenewer() - Constructor for class org.apache.cxf.sts.token.renewer.SAMLTokenRenewer
 
SAMLTokenValidator - Class in org.apache.cxf.sts.token.validator
Validate a SAML Assertion.
SAMLTokenValidator() - Constructor for class org.apache.cxf.sts.token.validator.SAMLTokenValidator
 
SCT_VALIDATOR_SECRET - Static variable in class org.apache.cxf.sts.token.validator.SCTValidator
This tag refers to the secret key (byte[]) associated with a SecurityContextToken that has been validated.
SCTCanceller - Class in org.apache.cxf.sts.token.canceller
This class cancels a SecurityContextToken.
SCTCanceller() - Constructor for class org.apache.cxf.sts.token.canceller.SCTCanceller
 
SCTInInterceptor - Class in org.apache.cxf.sts.interceptor
 
SCTInInterceptor() - Constructor for class org.apache.cxf.sts.interceptor.SCTInInterceptor
 
SCTOutInterceptor - Class in org.apache.cxf.sts.interceptor
 
SCTOutInterceptor() - Constructor for class org.apache.cxf.sts.interceptor.SCTOutInterceptor
 
SCTProvider - Class in org.apache.cxf.sts.token.provider
A TokenProvider implementation that provides a SecurityContextToken.
SCTProvider() - Constructor for class org.apache.cxf.sts.token.provider.SCTProvider
 
SCTValidator - Class in org.apache.cxf.sts.token.validator
This class validates a SecurityContextToken.
SCTValidator() - Constructor for class org.apache.cxf.sts.token.validator.SCTValidator
 
SECURITY - Static variable in class org.apache.cxf.sts.QNameConstants
 
SECURITY_TOKEN_REFERENCE - Static variable in class org.apache.cxf.sts.QNameConstants
 
ServiceMBean - Interface in org.apache.cxf.sts.service
This MBean represents a service.
services - Variable in class org.apache.cxf.sts.operation.AbstractOperation
 
setAcceptClientLifetime(boolean) - Method in class org.apache.cxf.sts.token.provider.DefaultConditionsProvider
Set whether client lifetime is accepted
setAcceptedC14nAlgorithms(List<String>) - Method in class org.apache.cxf.sts.SignatureProperties
Set the list of accepted c14n algorithms.
setAcceptedEncryptionAlgorithms(List<String>) - Method in class org.apache.cxf.sts.service.EncryptionProperties
Set the list of accepted encryption algorithms.
setAcceptedKeyWrapAlgorithms(List<String>) - Method in class org.apache.cxf.sts.service.EncryptionProperties
Set the list of accepted key-wrap algorithms.
setAcceptedSignatureAlgorithms(List<String>) - Method in class org.apache.cxf.sts.SignatureProperties
Set the list of accepted signature algorithms.
setActAs(ReceivedToken) - Method in class org.apache.cxf.sts.request.TokenRequirements
 
setAdditionalProperties(Map<String, Object>) - Method in class org.apache.cxf.sts.claims.ClaimsParameters
 
setAdditionalProperties(Map<String, Object>) - Method in class org.apache.cxf.sts.token.provider.TokenProviderParameters
 
setAdditionalProperties(Map<String, Object>) - Method in class org.apache.cxf.sts.token.renewer.TokenRenewerParameters
 
setAdditionalProperties(Map<String, Object>) - Method in class org.apache.cxf.sts.token.validator.TokenValidatorResponse
 
setAllowRenewalAfterExpiry(boolean) - Method in class org.apache.cxf.sts.token.renewer.SAMLTokenRenewer
Set whether we allow renewal after expiry.
setAllowRenewalAfterExpiry(boolean) - Method in interface org.apache.cxf.sts.token.renewer.TokenRenewer
boolean for enabling/disabling renewal after expiry.
setAllowRenewing(boolean) - Method in class org.apache.cxf.sts.request.Renewing
 
setAllowRenewingAfterExpiry(boolean) - Method in class org.apache.cxf.sts.request.Renewing
 
setAppliesTo(Element) - Method in class org.apache.cxf.sts.request.TokenRequirements
 
setAppliesToAddress(String) - Method in class org.apache.cxf.sts.claims.ClaimsParameters
 
setAppliesToAddress(String) - Method in class org.apache.cxf.sts.token.provider.TokenProviderParameters
 
setAppliesToAddress(String) - Method in class org.apache.cxf.sts.token.renewer.TokenRenewerParameters
 
setAttachedReference(TokenReference) - Method in class org.apache.cxf.sts.token.provider.TokenProviderResponse
Set the attached TokenReference
setAttachedReference(TokenReference) - Method in class org.apache.cxf.sts.token.renewer.TokenRenewerResponse
Set the attached TokenReference
setAttributeBeans(List<AttributeStatementBean>) - Method in class org.apache.cxf.sts.token.provider.SamlCallbackHandler
Set the list of AttributeStatementBeans.
setAttributeStatementProviders(List<AttributeStatementProvider>) - Method in class org.apache.cxf.sts.token.provider.SAMLTokenProvider
Set the List of AttributeStatementProviders.
setAuthDecisionStatementBeans(List<AuthDecisionStatementBean>) - Method in class org.apache.cxf.sts.token.provider.SamlCallbackHandler
Set the list of AuthDecisionStatementBeans.
setAuthDecisionStatementProviders(List<AuthDecisionStatementProvider>) - Method in class org.apache.cxf.sts.token.provider.SAMLTokenProvider
Set the List of AuthDecisionStatementProviders.
setAuthenticationBeans(List<AuthenticationStatementBean>) - Method in class org.apache.cxf.sts.token.provider.SamlCallbackHandler
Set the list of AuthenticationStatementBeans.
setAuthenticationStatementProviders(List<AuthenticationStatementProvider>) - Method in class org.apache.cxf.sts.token.provider.SAMLTokenProvider
Set the List of AuthenticationStatementProviders.
setAuthenticationType(String) - Method in class org.apache.cxf.sts.request.KeyRequirements
 
setBinarySecret(BinarySecret) - Method in class org.apache.cxf.sts.request.Entropy
 
setBinarySecretType(String) - Method in class org.apache.cxf.sts.request.BinarySecret
 
setBinarySecretValue(byte[]) - Method in class org.apache.cxf.sts.request.BinarySecret
 
setBinarySecurityToken(boolean) - Method in class org.apache.cxf.sts.request.ReceivedToken
 
setC14nAlgorithm(String) - Method in class org.apache.cxf.sts.request.KeyRequirements
This input parameter is ignored for the moment.
setC14nAlgorithm(String) - Method in class org.apache.cxf.sts.SignatureProperties
Set the c14n algorithm to use
setCallbackHandler(CallbackHandler) - Method in class org.apache.cxf.sts.StaticSTSProperties
Set the CallbackHandler object.
setCallbackHandler(CallbackHandler) - Method in interface org.apache.cxf.sts.STSPropertiesMBean
Set the CallbackHandler object.
setCallbackHandler(CallbackHandler) - Method in class org.apache.cxf.sts.token.realm.SAMLRealm
Set the CallbackHandler object.
setCallbackHandlerClass(String) - Method in class org.apache.cxf.sts.StaticSTSProperties
Set the String corresponding to the CallbackHandler class.
setCallbackHandlerClass(String) - Method in class org.apache.cxf.sts.token.realm.SAMLRealm
Set the String corresponding to the CallbackHandler class.
setCancelOperation(CancelOperation) - Method in class org.apache.cxf.sts.operation.TokenRequestCollectionOperation
 
setCancelTarget(ReceivedToken) - Method in class org.apache.cxf.sts.request.TokenRequirements
 
setClaimHandlers(List<ClaimsHandler>) - Method in class org.apache.cxf.sts.claims.ClaimsManager
 
setClaimParsers(List<ClaimsParser>) - Method in class org.apache.cxf.sts.claims.ClaimsManager
 
setClaims(RequestClaimCollection) - Method in class org.apache.cxf.sts.request.TokenRequirements
 
setClaimsLdapAttributeMapping(Map<String, String>) - Method in class org.apache.cxf.sts.claims.LdapClaimsHandler
 
setClaimsManager(ClaimsManager) - Method in class org.apache.cxf.sts.operation.AbstractOperation
 
setClaimsManager(ClaimsManager) - Method in class org.apache.cxf.sts.provider.DefaultSecurityTokenServiceProvider
 
setClaimsManager(ClaimsManager) - Method in class org.apache.cxf.sts.token.provider.TokenProviderParameters
 
setClaimsMapper(ClaimsMapper) - Method in class org.apache.cxf.sts.token.realm.Relationship
 
setClaimType(URI) - Method in class org.apache.cxf.sts.claims.Claim
 
setClaimType(URI) - Method in class org.apache.cxf.sts.claims.RequestClaim
 
setClaimValue(String) - Method in class org.apache.cxf.sts.claims.RequestClaim
 
setComputedKey(boolean) - Method in class org.apache.cxf.sts.token.provider.TokenProviderResponse
Set whether the entropy represents a Computed Key or not
setComputedKeyAlgorithm(String) - Method in class org.apache.cxf.sts.request.KeyRequirements
 
setConditionsBean(ConditionsBean) - Method in class org.apache.cxf.sts.token.provider.SamlCallbackHandler
Set the ConditionsBean
setConditionsProvider(ConditionsProvider) - Method in class org.apache.cxf.sts.token.provider.SAMLTokenProvider
Set the ConditionsProvider
setConditionsProvider(ConditionsProvider) - Method in class org.apache.cxf.sts.token.renewer.SAMLTokenRenewer
Set the ConditionsProvider
setContext(String) - Method in class org.apache.cxf.sts.request.TokenRequirements
 
setCreated(String) - Method in class org.apache.cxf.sts.request.Lifetime
 
setDecryptedKey(byte[]) - Method in class org.apache.cxf.sts.request.Entropy
 
setDelimiter(String) - Method in class org.apache.cxf.sts.claims.LdapClaimsHandler
 
setDialect(URI) - Method in class org.apache.cxf.sts.claims.RequestClaimCollection
 
setDOMElement(boolean) - Method in class org.apache.cxf.sts.request.ReceivedToken
 
setEncryptionAlgorithm(String) - Method in class org.apache.cxf.sts.request.KeyRequirements
 
setEncryptionAlgorithm(String) - Method in class org.apache.cxf.sts.service.EncryptionProperties
Set the encryption algorithm to use
setEncryptionCrypto(Crypto) - Method in class org.apache.cxf.sts.StaticSTSProperties
Set the encryption Crypto object
setEncryptionCrypto(Crypto) - Method in interface org.apache.cxf.sts.STSPropertiesMBean
Set the encryption Crypto object
setEncryptionName(String) - Method in class org.apache.cxf.sts.service.EncryptionProperties
Set the alias used to select a certificate for encryption
setEncryptionProperties(EncryptionProperties) - Method in class org.apache.cxf.sts.claims.ClaimsParameters
 
setEncryptionProperties(EncryptionProperties) - Method in interface org.apache.cxf.sts.service.ServiceMBean
Set the EncryptionProperties to be used to encrypt tokens issued for this service
setEncryptionProperties(EncryptionProperties) - Method in class org.apache.cxf.sts.service.StaticService
Set the EncryptionProperties to be used to encrypt tokens issued for this service
setEncryptionProperties(EncryptionProperties) - Method in class org.apache.cxf.sts.StaticSTSProperties
Set the EncryptionProperties to use.
setEncryptionProperties(EncryptionProperties) - Method in interface org.apache.cxf.sts.STSPropertiesMBean
Set the EncryptionProperties to use.
setEncryptionProperties(EncryptionProperties) - Method in class org.apache.cxf.sts.token.provider.TokenProviderParameters
 
setEncryptionProperties(EncryptionProperties) - Method in class org.apache.cxf.sts.token.renewer.TokenRenewerParameters
 
setEncryptionPropertiesFile(String) - Method in class org.apache.cxf.sts.StaticSTSProperties
Set the String corresponding to the encryption Properties class
setEncryptionUsername(String) - Method in class org.apache.cxf.sts.StaticSTSProperties
Set the username/alias to use to encrypt any issued tokens.
setEncryptionUsername(String) - Method in interface org.apache.cxf.sts.STSPropertiesMBean
Set the username/alias to use to encrypt any issued tokens.
setEncryptIssuedToken(boolean) - Method in class org.apache.cxf.sts.operation.AbstractOperation
 
setEncryptIssuedToken(boolean) - Method in class org.apache.cxf.sts.provider.DefaultSecurityTokenServiceProvider
 
setEncryptWith(String) - Method in class org.apache.cxf.sts.request.KeyRequirements
 
setEndpointClaims(Map<String, Map<String, String>>) - Method in class org.apache.cxf.sts.claims.StaticEndpointClaimsHandler
 
setEndpoints(List<String>) - Method in interface org.apache.cxf.sts.service.ServiceMBean
Set the list of endpoint addresses that correspond to this service
setEndpoints(List<String>) - Method in class org.apache.cxf.sts.service.StaticService
Set the list of endpoint addresses that correspond to this service
setEntropy(Entropy) - Method in class org.apache.cxf.sts.request.KeyRequirements
 
setEntropy(byte[]) - Method in class org.apache.cxf.sts.token.provider.TokenProviderResponse
Set the entropy associated with the token.
setExpires(String) - Method in class org.apache.cxf.sts.request.Lifetime
 
setFailLifetimeExceedance(boolean) - Method in class org.apache.cxf.sts.token.provider.DefaultConditionsProvider
If requested lifetime exceeds shall it fail (default) or overwrite with maximum lifetime
setFutureTimeToLive(long) - Method in class org.apache.cxf.sts.token.provider.DefaultConditionsProvider
Set how long (in seconds) a client-supplied Created Element is allowed to be in the future.
setGlobalClaims(Map<String, String>) - Method in class org.apache.cxf.sts.claims.StaticClaimsHandler
 
setIdentifier(String) - Method in class org.apache.cxf.sts.token.provider.TokenReference
Set the identifier associated with this token
setIdentityMapper(IdentityMapper) - Method in class org.apache.cxf.sts.StaticSTSProperties
Set the IdentityMapper object to use.
setIdentityMapper(IdentityMapper) - Method in interface org.apache.cxf.sts.STSPropertiesMBean
Set the IdentityMapper object to use.
setIdentityMapper(IdentityMapper) - Method in class org.apache.cxf.sts.token.realm.Relationship
 
setIssuer(String) - Method in class org.apache.cxf.sts.claims.Claim
 
setIssuer(String) - Method in class org.apache.cxf.sts.StaticSTSProperties
Set the STS issuer name
setIssuer(String) - Method in interface org.apache.cxf.sts.STSPropertiesMBean
Set the STS issuer name
setIssuer(String) - Method in class org.apache.cxf.sts.token.provider.SamlCallbackHandler
Set the issuer name
setIssuer(String) - Method in class org.apache.cxf.sts.token.realm.SAMLRealm
Set the issuer of this SAML realm
setIssueSingleOperation(IssueSingleOperation) - Method in class org.apache.cxf.sts.operation.TokenRequestCollectionOperation
 
setKeyIdentifierType(int) - Method in class org.apache.cxf.sts.service.EncryptionProperties
Set the (WSS4J) key identifier type used to reference a certificate for encryption
setKeyRequirements(KeyRequirements) - Method in class org.apache.cxf.sts.claims.ClaimsParameters
 
setKeyRequirements(KeyRequirements) - Method in class org.apache.cxf.sts.token.canceller.TokenCancellerParameters
 
setKeyRequirements(KeyRequirements) - Method in class org.apache.cxf.sts.token.provider.TokenProviderParameters
 
setKeyRequirements(KeyRequirements) - Method in class org.apache.cxf.sts.token.renewer.TokenRenewerParameters
 
setKeyRequirements(KeyRequirements) - Method in class org.apache.cxf.sts.token.validator.TokenValidatorParameters
 
setKeySize(long) - Method in class org.apache.cxf.sts.request.KeyRequirements
 
setKeySize(long) - Method in class org.apache.cxf.sts.SignatureProperties
Set the key size to use when generating a symmetric key.
setKeySize(long) - Method in class org.apache.cxf.sts.token.provider.TokenProviderResponse
Set the KeySize
setKeyType(String) - Method in class org.apache.cxf.sts.request.KeyRequirements
 
setKeyType(String) - Method in interface org.apache.cxf.sts.service.ServiceMBean
Set the default Key Type to be issued for this Service
setKeyType(String) - Method in class org.apache.cxf.sts.service.StaticService
Set the default Key Type to be issued for this Service
setKeywrapAlgorithm(String) - Method in class org.apache.cxf.sts.request.KeyRequirements
 
setKeyWrapAlgorithm(String) - Method in class org.apache.cxf.sts.service.EncryptionProperties
Set the encryption key-wrap algorithm to use
setLdapTemplate(LdapTemplate) - Method in class org.apache.cxf.sts.claims.LdapClaimsHandler
 
setLifetime(Lifetime) - Method in class org.apache.cxf.sts.request.TokenRequirements
 
setLifetime(long) - Method in class org.apache.cxf.sts.token.provider.DefaultConditionsProvider
Set the default lifetime in seconds for issued SAML tokens
setLifetime(long) - Method in class org.apache.cxf.sts.token.provider.SCTProvider
Set the lifetime of the generated SCT
setLifetime(long) - Method in class org.apache.cxf.sts.token.provider.TokenProviderResponse
Set the lifetime of the Token to be returned in seconds
setLifetime(long) - Method in class org.apache.cxf.sts.token.renewer.TokenRenewerResponse
Set the lifetime of the Token to be returned in seconds
setMaxExpiry(long) - Method in class org.apache.cxf.sts.token.renewer.SAMLTokenRenewer
Set a new value (in seconds) for how long a token is allowed to be expired for before renewal.
setMaximumKeySize(long) - Method in class org.apache.cxf.sts.SignatureProperties
Set the maximum key size to use when generating a symmetric key to sign an issued token.
setMaxLifetime(long) - Method in class org.apache.cxf.sts.token.provider.DefaultConditionsProvider
Set the maximum lifetime in seconds for issued SAML tokens
setMinimumKeySize(long) - Method in class org.apache.cxf.sts.SignatureProperties
Set the minimum key size to use when generating a symmetric key.
setNameFormat(String) - Method in class org.apache.cxf.sts.claims.CorrectedClaimsAttributeStatementProvider
 
setNamespace(URI) - Method in class org.apache.cxf.sts.claims.Claim
 
setObjectClass(String) - Method in class org.apache.cxf.sts.claims.LdapClaimsHandler
 
setOnBehalfOf(ReceivedToken) - Method in class org.apache.cxf.sts.request.TokenRequirements
 
setOptional(boolean) - Method in class org.apache.cxf.sts.claims.RequestClaim
 
setOriginalIssuer(String) - Method in class org.apache.cxf.sts.claims.Claim
 
setPrincipal(Principal) - Method in class org.apache.cxf.sts.claims.Claim
 
setPrincipal(Principal) - Method in class org.apache.cxf.sts.claims.ClaimsParameters
 
setPrincipal(Principal) - Method in class org.apache.cxf.sts.request.ReceivedToken
 
setPrincipal(Principal) - Method in class org.apache.cxf.sts.token.canceller.TokenCancellerParameters
 
setPrincipal(Principal) - Method in class org.apache.cxf.sts.token.provider.TokenProviderParameters
 
setPrincipal(Principal) - Method in class org.apache.cxf.sts.token.renewer.TokenRenewerParameters
 
setPrincipal(Principal) - Method in class org.apache.cxf.sts.token.validator.TokenValidatorParameters
 
setPrincipal(Principal) - Method in class org.apache.cxf.sts.token.validator.TokenValidatorResponse
 
setPublicKey(PublicKey) - Method in class org.apache.cxf.sts.request.ReceivedKey
 
setRealm(String) - Method in class org.apache.cxf.sts.claims.ClaimsParameters
 
setRealm(String) - Method in class org.apache.cxf.sts.token.provider.TokenProviderParameters
 
setRealm(String) - Method in class org.apache.cxf.sts.token.renewer.TokenRenewerParameters
 
setRealm(String) - Method in class org.apache.cxf.sts.token.validator.TokenValidatorParameters
 
setRealmMap(Map<String, SAMLRealm>) - Method in class org.apache.cxf.sts.token.provider.SAMLTokenProvider
Set the map of realm->SAMLRealm for this token provider
setRealmMap(Map<String, SAMLRealm>) - Method in class org.apache.cxf.sts.token.renewer.SAMLTokenRenewer
Set the map of realm->SAMLRealm for this token provider
setRealmParser(RealmParser) - Method in class org.apache.cxf.sts.StaticSTSProperties
Set the RealmParser object to use.
setRealmParser(RealmParser) - Method in interface org.apache.cxf.sts.STSPropertiesMBean
Set the RealmParser object to use.
setReceivedKey(ReceivedKey) - Method in class org.apache.cxf.sts.request.KeyRequirements
 
setRelationships(List<Relationship>) - Method in class org.apache.cxf.sts.StaticSTSProperties
 
setRelationships(List<Relationship>) - Method in interface org.apache.cxf.sts.STSPropertiesMBean
Set the list of Relationship objects to use.
setRenewing(Renewing) - Method in class org.apache.cxf.sts.request.TokenRequirements
 
setRenewOperation(RenewOperation) - Method in class org.apache.cxf.sts.operation.TokenRequestCollectionOperation
 
setRenewTarget(ReceivedToken) - Method in class org.apache.cxf.sts.request.TokenRequirements
 
setRequestedClaims(RequestClaimCollection) - Method in class org.apache.cxf.sts.token.provider.TokenProviderParameters
 
setReturnEntropy(boolean) - Method in class org.apache.cxf.sts.token.provider.SCTProvider
Set whether Entropy is returned to the client or not
setReturnReferences(boolean) - Method in class org.apache.cxf.sts.operation.AbstractOperation
 
setReturnReferences(boolean) - Method in class org.apache.cxf.sts.provider.DefaultSecurityTokenServiceProvider
 
setSamlRealmCodec(SAMLRealmCodec) - Method in class org.apache.cxf.sts.token.validator.SAMLTokenValidator
Set the SAMLRealmCodec instance to use to return a realm from a validated token
setSecretKey(SecretKey) - Method in class org.apache.cxf.sts.request.ReceivedKey
 
setServices(List<ServiceMBean>) - Method in class org.apache.cxf.sts.operation.AbstractOperation
 
setServices(List<ServiceMBean>) - Method in class org.apache.cxf.sts.provider.DefaultSecurityTokenServiceProvider
 
setSignatureAlgorithm(String) - Method in class org.apache.cxf.sts.request.KeyRequirements
This input parameter is ignored for the moment.
setSignatureAlgorithm(String) - Method in class org.apache.cxf.sts.SignatureProperties
Set the signature algorithm to use
setSignatureAlias(String) - Method in class org.apache.cxf.sts.token.realm.SAMLRealm
Set the signature alias to use for this SAML realm
setSignatureCrypto(Crypto) - Method in class org.apache.cxf.sts.StaticSTSProperties
Set the signature Crypto object
setSignatureCrypto(Crypto) - Method in interface org.apache.cxf.sts.STSPropertiesMBean
Set the signature Crypto object
setSignatureCrypto(Crypto) - Method in class org.apache.cxf.sts.token.realm.SAMLRealm
Set the signature Crypto object
setSignatureProperties(SignatureProperties) - Method in class org.apache.cxf.sts.StaticSTSProperties
Set the SignatureProperties to use.
setSignatureProperties(SignatureProperties) - Method in interface org.apache.cxf.sts.STSPropertiesMBean
Set the SignatureProperties to use.
setSignatureProperties(SignatureProperties) - Method in class org.apache.cxf.sts.token.realm.SAMLRealm
Set the SignatureProperties to use.
setSignaturePropertiesFile(String) - Method in class org.apache.cxf.sts.StaticSTSProperties
Set the String corresponding to the signature Properties class
setSignaturePropertiesFile(String) - Method in class org.apache.cxf.sts.token.realm.SAMLRealm
Set the String corresponding to the signature Properties class
setSignatureUsername(String) - Method in class org.apache.cxf.sts.StaticSTSProperties
Set the username/alias to use to sign any issued tokens
setSignatureUsername(String) - Method in interface org.apache.cxf.sts.STSPropertiesMBean
Set the username/alias to use to sign any issued tokens
setSignToken(boolean) - Method in class org.apache.cxf.sts.token.provider.SAMLTokenProvider
Set whether the provided token will be signed or not.
setSignToken(boolean) - Method in class org.apache.cxf.sts.token.renewer.SAMLTokenRenewer
Set whether the provided token will be signed or not.
setSignWith(String) - Method in class org.apache.cxf.sts.request.KeyRequirements
 
setSourceRealm(String) - Method in class org.apache.cxf.sts.token.realm.Relationship
 
setState(ReceivedToken.STATE) - Method in class org.apache.cxf.sts.request.ReceivedToken
 
setStsProperties(STSPropertiesMBean) - Method in class org.apache.cxf.sts.claims.ClaimsParameters
 
setStsProperties(STSPropertiesMBean) - Method in class org.apache.cxf.sts.operation.AbstractOperation
 
setStsProperties(STSPropertiesMBean) - Method in class org.apache.cxf.sts.provider.DefaultSecurityTokenServiceProvider
 
setStsProperties(STSPropertiesMBean) - Method in class org.apache.cxf.sts.token.canceller.TokenCancellerParameters
 
setStsProperties(STSPropertiesMBean) - Method in class org.apache.cxf.sts.token.provider.TokenProviderParameters
 
setStsProperties(STSPropertiesMBean) - Method in class org.apache.cxf.sts.token.renewer.TokenRenewerParameters
 
setStsProperties(STSPropertiesMBean) - Method in class org.apache.cxf.sts.token.validator.TokenValidatorParameters
 
setSubjectBean(SubjectBean) - Method in class org.apache.cxf.sts.token.provider.SamlCallbackHandler
Set the SubjectBean
setSubjectConstraints(List<String>) - Method in class org.apache.cxf.sts.token.realm.CertConstraintsParser
Set a list of Strings corresponding to regular expression constraints on the subject DN of a certificate
setSubjectConstraints(List<String>) - Method in class org.apache.cxf.sts.token.validator.SAMLTokenValidator
Set a list of Strings corresponding to regular expression constraints on the subject DN of a certificate that was used to sign a received Assertion
setSubjectNameIDFormat(String) - Method in class org.apache.cxf.sts.token.provider.DefaultSubjectProvider
Set the SubjectNameIDFormat.
setSubjectNameQualifier(String) - Method in class org.apache.cxf.sts.token.provider.DefaultSubjectProvider
Set the SubjectNameQualifier.
setSubjectProvider(SubjectProvider) - Method in class org.apache.cxf.sts.token.provider.SAMLTokenProvider
Set the SubjectProvider.
setSupportedClaims(List<URI>) - Method in class org.apache.cxf.sts.claims.StaticEndpointClaimsHandler
 
setTargetRealm(String) - Method in class org.apache.cxf.sts.token.realm.Relationship
 
setToken(Object) - Method in class org.apache.cxf.sts.request.ReceivedToken
 
setToken(ReceivedToken) - Method in class org.apache.cxf.sts.token.canceller.TokenCancellerParameters
 
setToken(ReceivedToken) - Method in class org.apache.cxf.sts.token.canceller.TokenCancellerResponse
 
setToken(Element) - Method in class org.apache.cxf.sts.token.provider.TokenProviderResponse
Set the token
setToken(ReceivedToken) - Method in class org.apache.cxf.sts.token.renewer.TokenRenewerParameters
 
setToken(Element) - Method in class org.apache.cxf.sts.token.renewer.TokenRenewerResponse
Set the token
setToken(ReceivedToken) - Method in class org.apache.cxf.sts.token.validator.TokenValidatorParameters
 
setToken(ReceivedToken) - Method in class org.apache.cxf.sts.token.validator.TokenValidatorResponse
 
setTokenCancellers(List<TokenCanceller>) - Method in class org.apache.cxf.sts.operation.TokenCancelOperation
 
setTokenContext(String) - Method in class org.apache.cxf.sts.request.ReceivedToken
 
setTokenId(String) - Method in class org.apache.cxf.sts.token.provider.TokenProviderResponse
Set the token Id
setTokenId(String) - Method in class org.apache.cxf.sts.token.renewer.TokenRenewerResponse
Set the token Id
setTokenProviderParameters(TokenProviderParameters) - Method in class org.apache.cxf.sts.token.provider.SamlCallbackHandler
Set the TokenProviderParameters.
setTokenProviders(List<TokenProvider>) - Method in class org.apache.cxf.sts.operation.AbstractOperation
 
setTokenRealm(String) - Method in class org.apache.cxf.sts.token.validator.TokenValidatorResponse
 
setTokenRenewers(List<TokenRenewer>) - Method in class org.apache.cxf.sts.operation.TokenRenewOperation
 
setTokenRequirements(TokenRequirements) - Method in class org.apache.cxf.sts.claims.ClaimsParameters
 
setTokenRequirements(TokenRequirements) - Method in class org.apache.cxf.sts.token.canceller.TokenCancellerParameters
 
setTokenRequirements(TokenRequirements) - Method in class org.apache.cxf.sts.token.provider.TokenProviderParameters
 
setTokenRequirements(TokenRequirements) - Method in class org.apache.cxf.sts.token.renewer.TokenRenewerParameters
 
setTokenRequirements(TokenRequirements) - Method in class org.apache.cxf.sts.token.validator.TokenValidatorParameters
 
setTokenStore(TokenStore) - Method in class org.apache.cxf.sts.claims.ClaimsParameters
 
setTokenStore(TokenStore) - Method in class org.apache.cxf.sts.operation.AbstractOperation
 
setTokenStore(TokenStore) - Method in class org.apache.cxf.sts.provider.DefaultSecurityTokenServiceProvider
 
setTokenStore(TokenStore) - Method in class org.apache.cxf.sts.token.canceller.TokenCancellerParameters
 
setTokenStore(TokenStore) - Method in class org.apache.cxf.sts.token.provider.TokenProviderParameters
 
setTokenStore(TokenStore) - Method in class org.apache.cxf.sts.token.renewer.TokenRenewerParameters
 
setTokenStore(TokenStore) - Method in class org.apache.cxf.sts.token.validator.TokenValidatorParameters
 
setTokenType(String) - Method in class org.apache.cxf.sts.request.TokenRequirements
 
setTokenType(String) - Method in interface org.apache.cxf.sts.service.ServiceMBean
Set the default Token Type to be issued for this Service
setTokenType(String) - Method in class org.apache.cxf.sts.service.StaticService
Set the default Token Type to be issued for this Service
setTokenValidators(List<TokenValidator>) - Method in class org.apache.cxf.sts.operation.AbstractOperation
 
setTTL(long) - Method in class org.apache.cxf.sts.cache.HazelCastTokenStore
Set a new (default) TTL value in seconds
setType(String) - Method in class org.apache.cxf.sts.token.realm.Relationship
 
setUnattachedReference(TokenReference) - Method in class org.apache.cxf.sts.token.provider.TokenProviderResponse
Set the unattached TokenReference
setUnattachedReference(TokenReference) - Method in class org.apache.cxf.sts.token.renewer.TokenRenewerResponse
Set the unattached TokenReference
setUseDirectReference(boolean) - Method in class org.apache.cxf.sts.token.provider.TokenReference
Set whether to use direct reference to refer to this token
setUseKeyIdentifier(boolean) - Method in class org.apache.cxf.sts.token.provider.TokenReference
Set whether to use a KeyIdentifier to refer to this token
setUseKeyValue(boolean) - Method in class org.apache.cxf.sts.SignatureProperties
Set whether a KeyValue is used to refer to a a certificate used to sign an issued token.
setUserBaseDN(String) - Method in class org.apache.cxf.sts.claims.LdapClaimsHandler
 
setUserNameAttribute(String) - Method in class org.apache.cxf.sts.claims.LdapClaimsHandler
 
setUsernameToken(boolean) - Method in class org.apache.cxf.sts.request.ReceivedToken
 
setUsernameTokenRealmCodec(UsernameTokenRealmCodec) - Method in class org.apache.cxf.sts.token.validator.UsernameTokenValidator
Set the UsernameTokenRealmCodec instance to use to return a realm from a validated token
setValidateOperation(ValidateOperation) - Method in class org.apache.cxf.sts.operation.TokenRequestCollectionOperation
 
setValidateTarget(ReceivedToken) - Method in class org.apache.cxf.sts.request.TokenRequirements
 
setValidator(Validator) - Method in class org.apache.cxf.sts.token.validator.SAMLTokenValidator
Set the WSS4J Validator instance to use to validate the token.
setValidator(Validator) - Method in class org.apache.cxf.sts.token.validator.UsernameTokenValidator
Set the WSS4J Validator instance to use to validate the token.
setValidator(Validator) - Method in class org.apache.cxf.sts.token.validator.X509TokenValidator
Set the WSS4J Validator instance to use to validate the token.
setValue(String) - Method in class org.apache.cxf.sts.claims.Claim
 
setVerifyProofOfPossession(boolean) - Method in class org.apache.cxf.sts.token.canceller.SCTCanceller
Set whether proof of possession is required or not to cancel a token
setVerifyProofOfPossession(boolean) - Method in interface org.apache.cxf.sts.token.canceller.TokenCanceller
boolean for enabling/disabling verification of proof of possession.
setVerifyProofOfPossession(boolean) - Method in class org.apache.cxf.sts.token.renewer.SAMLTokenRenewer
Set whether proof of possession is required or not to renew a token
setVerifyProofOfPossession(boolean) - Method in interface org.apache.cxf.sts.token.renewer.TokenRenewer
boolean for enabling/disabling verification of proof of possession.
setWebServiceContext(WebServiceContext) - Method in class org.apache.cxf.sts.claims.ClaimsParameters
 
setWebServiceContext(WebServiceContext) - Method in class org.apache.cxf.sts.token.canceller.TokenCancellerParameters
 
setWebServiceContext(WebServiceContext) - Method in class org.apache.cxf.sts.token.provider.TokenProviderParameters
 
setWebServiceContext(WebServiceContext) - Method in class org.apache.cxf.sts.token.renewer.TokenRenewerParameters
 
setWebServiceContext(WebServiceContext) - Method in class org.apache.cxf.sts.token.validator.TokenValidatorParameters
 
setWsse11TokenType(String) - Method in class org.apache.cxf.sts.token.provider.TokenReference
Set the wsse11 TokenType attribute
setWsseValueType(String) - Method in class org.apache.cxf.sts.token.provider.TokenReference
Set the wsse ValueType attribute
setX500FilterEnabled(boolean) - Method in class org.apache.cxf.sts.claims.LdapClaimsHandler
 
setX509Cert(X509Certificate) - Method in class org.apache.cxf.sts.request.ReceivedKey
 
SIGN_WITH - Static variable in class org.apache.cxf.sts.QNameConstants
 
SIGNATURE_ALGORITHM - Static variable in class org.apache.cxf.sts.QNameConstants
 
SignatureProperties - Class in org.apache.cxf.sts
This class contains various configuration properties that can be used to sign an issued token, or generate a symmetric key in the STS.
SignatureProperties() - Constructor for class org.apache.cxf.sts.SignatureProperties
 
STATE_PROVINCE - Static variable in class org.apache.cxf.sts.claims.ClaimTypes
(st in [RFC 2256]) Abbreviation for state or province name of a Subject's address information.
StaticClaimsHandler - Class in org.apache.cxf.sts.claims
 
StaticClaimsHandler() - Constructor for class org.apache.cxf.sts.claims.StaticClaimsHandler
 
StaticEndpointClaimsHandler - Class in org.apache.cxf.sts.claims
 
StaticEndpointClaimsHandler() - Constructor for class org.apache.cxf.sts.claims.StaticEndpointClaimsHandler
 
StaticService - Class in org.apache.cxf.sts.service
This class represents a (static) service.
StaticService() - Constructor for class org.apache.cxf.sts.service.StaticService
 
StaticSTSProperties - Class in org.apache.cxf.sts
A static implementation of the STSPropertiesMBean.
StaticSTSProperties() - Constructor for class org.apache.cxf.sts.StaticSTSProperties
 
STATUS - Static variable in class org.apache.cxf.sts.STSConstants
Status TokenType
STREETADDRESS - Static variable in class org.apache.cxf.sts.claims.ClaimTypes
(street in [RFC 2256]) Street address component of a Subject‟s address information.
STSConstants - Class in org.apache.cxf.sts
 
stsProperties - Variable in class org.apache.cxf.sts.operation.AbstractOperation
 
STSPropertiesMBean - Interface in org.apache.cxf.sts
This MBean represents the properties associated with the STS.
SubjectProvider - Interface in org.apache.cxf.sts.token.provider
An interface that allows a pluggable way of obtaining a SAML SubjectBean used to populate the Subject of a SAML Assertion.
SYMMETRIC_KEY_KEYTYPE - Static variable in class org.apache.cxf.sts.STSConstants
Symmetric key (KeyType value)
SYMMETRIC_KEY_TYPE - Static variable in class org.apache.cxf.sts.STSConstants
Symmetric key type (attribute of BinarySecret)
SymmetricKeyHandler - Class in org.apache.cxf.sts.token.provider
Some common functionality relating to parsing and generating Symmetric Keys.
SymmetricKeyHandler(TokenProviderParameters) - Constructor for class org.apache.cxf.sts.token.provider.SymmetricKeyHandler
 

T

TOKEN_REALM - Static variable in class org.apache.cxf.sts.STSConstants
Constant to store the realms in cached Security Token properties.
TOKEN_RENEWING_ALLOW - Static variable in class org.apache.cxf.sts.STSConstants
Constant to store whether the token is allowed to be renewed or not in the cached Security Token properties.
TOKEN_RENEWING_ALLOW_AFTER_EXPIRY - Static variable in class org.apache.cxf.sts.STSConstants
Constant to store whether the token is allowed to be renewed after it has expired or not in the cached Security Token properties.
TOKEN_TYPE - Static variable in class org.apache.cxf.sts.operation.AbstractOperation
 
TOKEN_TYPE - Static variable in class org.apache.cxf.sts.QNameConstants
 
TokenCanceller - Interface in org.apache.cxf.sts.token.canceller
An interface that can cancel a security token.
TokenCancellerParameters - Class in org.apache.cxf.sts.token.canceller
This class encapsulates the parameters that will be passed to a TokenCanceller instance to cancel a token.
TokenCancellerParameters() - Constructor for class org.apache.cxf.sts.token.canceller.TokenCancellerParameters
 
TokenCancellerResponse - Class in org.apache.cxf.sts.token.canceller
This class encapsulates the response from a TokenCanceller instance after cancelling a token.
TokenCancellerResponse() - Constructor for class org.apache.cxf.sts.token.canceller.TokenCancellerResponse
 
TokenCancelOperation - Class in org.apache.cxf.sts.operation
An implementation for Cancel operation interface.
TokenCancelOperation() - Constructor for class org.apache.cxf.sts.operation.TokenCancelOperation
 
TokenIssueOperation - Class in org.apache.cxf.sts.operation
An implementation of the IssueOperation interface.
TokenIssueOperation() - Constructor for class org.apache.cxf.sts.operation.TokenIssueOperation
 
TokenProvider - Interface in org.apache.cxf.sts.token.provider
An interface that can provide a security token.
TokenProviderParameters - Class in org.apache.cxf.sts.token.provider
This class encapsulates the parameters that will be passed to a TokenProvider instance to create a token.
TokenProviderParameters() - Constructor for class org.apache.cxf.sts.token.provider.TokenProviderParameters
 
TokenProviderResponse - Class in org.apache.cxf.sts.token.provider
This class encapsulates the response from a TokenProvider instance after creating a token.
TokenProviderResponse() - Constructor for class org.apache.cxf.sts.token.provider.TokenProviderResponse
 
tokenProviders - Variable in class org.apache.cxf.sts.operation.AbstractOperation
 
TokenReference - Class in org.apache.cxf.sts.token.provider
A class that encapsulates how a token should be referenced
TokenReference() - Constructor for class org.apache.cxf.sts.token.provider.TokenReference
 
TokenRenewer - Interface in org.apache.cxf.sts.token.renewer
An interface that can renew a security token.
TokenRenewerParameters - Class in org.apache.cxf.sts.token.renewer
This class encapsulates the parameters that will be passed to a TokenRenewer instance to renew a token.
TokenRenewerParameters() - Constructor for class org.apache.cxf.sts.token.renewer.TokenRenewerParameters
 
TokenRenewerResponse - Class in org.apache.cxf.sts.token.renewer
This class encapsulates the response from a TokenRenewer instance after renewing a token.
TokenRenewerResponse() - Constructor for class org.apache.cxf.sts.token.renewer.TokenRenewerResponse
 
TokenRenewOperation - Class in org.apache.cxf.sts.operation
An implementation of the IssueOperation interface to renew tokens.
TokenRenewOperation() - Constructor for class org.apache.cxf.sts.operation.TokenRenewOperation
 
TokenRequestCollectionOperation - Class in org.apache.cxf.sts.operation
An implementation of the RequestCollectionOperation interface.
TokenRequestCollectionOperation() - Constructor for class org.apache.cxf.sts.operation.TokenRequestCollectionOperation
 
TokenRequirements - Class in org.apache.cxf.sts.request
This class contains values that have been extracted from a RequestSecurityToken corresponding to various token requirements.
TokenRequirements() - Constructor for class org.apache.cxf.sts.request.TokenRequirements
 
tokenStore - Variable in class org.apache.cxf.sts.operation.AbstractOperation
 
TokenValidateOperation - Class in org.apache.cxf.sts.operation
An implementation of the ValidateOperation interface.
TokenValidateOperation() - Constructor for class org.apache.cxf.sts.operation.TokenValidateOperation
 
TokenValidator - Interface in org.apache.cxf.sts.token.validator
An interface that can validate a security token.
TokenValidatorParameters - Class in org.apache.cxf.sts.token.validator
This class encapsulates the parameters that will be passed to a TokenValidator instance to validate a token.
TokenValidatorParameters() - Constructor for class org.apache.cxf.sts.token.validator.TokenValidatorParameters
 
TokenValidatorResponse - Class in org.apache.cxf.sts.token.validator
This class encapsulates the response from a TokenValidator instance after validating a token.
TokenValidatorResponse() - Constructor for class org.apache.cxf.sts.token.validator.TokenValidatorResponse
 
tokenValidators - Variable in class org.apache.cxf.sts.operation.AbstractOperation
 

U

URI_BASE - Static variable in class org.apache.cxf.sts.claims.ClaimTypes
The base XML namespace URI that is used by the claim types http://docs.oasis-open.org/imi/identity/v1.0/os/identity-1.0-spec-os.pdf
USE_KEY - Static variable in class org.apache.cxf.sts.QNameConstants
 
USERNAME_TOKEN - Static variable in class org.apache.cxf.sts.QNameConstants
 
UsernameTokenRealmCodec - Interface in org.apache.cxf.sts.token.realm
This interface defines a pluggable way to return a realm associated with a UsernameToken.
UsernameTokenValidator - Class in org.apache.cxf.sts.token.validator
This class validates a wsse UsernameToken.
UsernameTokenValidator() - Constructor for class org.apache.cxf.sts.token.validator.UsernameTokenValidator
 
UTIL_FACTORY - Static variable in class org.apache.cxf.sts.QNameConstants
 

V

VALID_CODE - Static variable in class org.apache.cxf.sts.STSConstants
Valid Status Code
VALID_REASON - Static variable in class org.apache.cxf.sts.STSConstants
Valid Status Reason
validate(RequestSecurityTokenType, WebServiceContext) - Method in class org.apache.cxf.sts.operation.TokenValidateOperation
 
VALIDATE_TARGET - Static variable in class org.apache.cxf.sts.QNameConstants
 
validateAssertion(AssertionWrapper) - Method in class org.apache.cxf.sts.token.validator.SAMLTokenValidator
Validate the assertion against schemas/profiles
validateConditions(AssertionWrapper, ReceivedToken) - Method in class org.apache.cxf.sts.token.validator.SAMLTokenValidator
 
validateReceivedToken(WebServiceContext, String, TokenRequirements, ReceivedToken) - Method in class org.apache.cxf.sts.operation.AbstractOperation
 
validateToken(TokenValidatorParameters) - Method in class org.apache.cxf.sts.token.validator.SAMLTokenValidator
Validate a Token using the given TokenValidatorParameters.
validateToken(TokenValidatorParameters) - Method in class org.apache.cxf.sts.token.validator.SCTValidator
Validate a Token using the given TokenValidatorParameters.
validateToken(TokenValidatorParameters) - Method in interface org.apache.cxf.sts.token.validator.TokenValidator
Validate a Token using the given TokenValidatorParameters.
validateToken(TokenValidatorParameters) - Method in class org.apache.cxf.sts.token.validator.UsernameTokenValidator
Validate a Token using the given TokenValidatorParameters.
validateToken(TokenValidatorParameters) - Method in class org.apache.cxf.sts.token.validator.X509TokenValidator
Validate a Token using the given TokenValidatorParameters.
valueOf(String) - Static method in enum org.apache.cxf.sts.request.ReceivedToken.STATE
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.cxf.sts.request.ReceivedToken.STATE
Returns an array containing the constants of this enum type, in the order they're declared.

W

WEB_PAGE - Static variable in class org.apache.cxf.sts.claims.ClaimTypes
The Web page of a Subject expressed as a URL.
WS_TRUST14_FACTORY - Static variable in class org.apache.cxf.sts.QNameConstants
 
WS_TRUST_FACTORY - Static variable in class org.apache.cxf.sts.QNameConstants
 
WS_UTIL_03_06 - Static variable in class org.apache.cxf.sts.STSConstants
WS-Security utility namespace
WSA_NS_05 - Static variable in class org.apache.cxf.sts.STSConstants
WS-Addressing 2005 namespace
WSP_NS - Static variable in class org.apache.cxf.sts.STSConstants
WS-Policy namespace
WSP_NS_04 - Static variable in class org.apache.cxf.sts.STSConstants
WS-Policy 2004 namespace
WSSE_EXT_04_01 - Static variable in class org.apache.cxf.sts.STSConstants
WS-Security extension namespace
WSSE_FACTORY - Static variable in class org.apache.cxf.sts.QNameConstants
 
WST_NS_05_12 - Static variable in class org.apache.cxf.sts.STSConstants
WS-Trust 1.3 namespace
WST_NS_08_02 - Static variable in class org.apache.cxf.sts.STSConstants
WS-Trust 1.4 namespace
WSTRUST_REQUESTTYPE_BATCH_CANCEL - Static variable in class org.apache.cxf.sts.operation.TokenRequestCollectionOperation
 
WSTRUST_REQUESTTYPE_BATCH_ISSUE - Static variable in class org.apache.cxf.sts.operation.TokenRequestCollectionOperation
 
WSTRUST_REQUESTTYPE_BATCH_RENEW - Static variable in class org.apache.cxf.sts.operation.TokenRequestCollectionOperation
 
WSTRUST_REQUESTTYPE_BATCH_VALIDATE - Static variable in class org.apache.cxf.sts.operation.TokenRequestCollectionOperation
 

X

X509_V3_TYPE - Static variable in class org.apache.cxf.sts.token.validator.X509TokenValidator
 
X509TokenValidator - Class in org.apache.cxf.sts.token.validator
This class validates an X.509 V.3 certificate (received as a BinarySecurityToken).
X509TokenValidator() - Constructor for class org.apache.cxf.sts.token.validator.X509TokenValidator
 

A B C D E F G H I K L M N O P Q R S T U V W X

Apache CXF