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

A

AbstractIdentityCache - Class in org.apache.cxf.sts.cache
 
AbstractIdentityCache(Bus, IdentityMapper) - Constructor for class org.apache.cxf.sts.cache.AbstractIdentityCache
 
AbstractIdentityCache(IdentityMapper) - Constructor for class org.apache.cxf.sts.cache.AbstractIdentityCache
 
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
 
AbstractSAMLTokenProvider - Class in org.apache.cxf.sts.token.provider
Some abstract functionality for creating a SAML token
AbstractSAMLTokenProvider() - Constructor for class org.apache.cxf.sts.token.provider.AbstractSAMLTokenProvider
 
AbstractSTSEvent - Class in org.apache.cxf.sts.event
 
AbstractSTSEvent(Object, long) - Constructor for class org.apache.cxf.sts.event.AbstractSTSEvent
 
AbstractSTSFailureEvent - Class in org.apache.cxf.sts.event
 
AbstractSTSFailureEvent(Object, long, Exception) - Constructor for class org.apache.cxf.sts.event.AbstractSTSFailureEvent
 
AbstractSTSSuccessEvent - Class in org.apache.cxf.sts.event
 
AbstractSTSSuccessEvent(Object, long) - Constructor for class org.apache.cxf.sts.event.AbstractSTSSuccessEvent
 
ACT_AS - Static variable in class org.apache.cxf.sts.QNameConstants
 
ACTAS_PRINCIPAL - org.apache.cxf.sts.event.map.KEYS
 
ActAsAttributeStatementProvider - Class in org.apache.cxf.sts.token.provider
An AttributeStatementProvider implementation to handle "ActAs".
ActAsAttributeStatementProvider() - Constructor for class org.apache.cxf.sts.token.provider.ActAsAttributeStatementProvider
 
add(String, String, Map<String, String>) - Method in class org.apache.cxf.sts.cache.EHCacheIdentityCache
 
add(String, String, Map<String, String>) - Method in interface org.apache.cxf.sts.cache.IdentityCache
 
add(String, String, Map<String, String>) - Method in class org.apache.cxf.sts.cache.MemoryIdentityCache
 
add(String, SecurityToken) - Method in class org.apache.cxf.sts.cache.HazelCastTokenStore
 
add(ProcessedClaimCollection, ProcessedClaim...) - Method in class org.apache.cxf.sts.claims.mapper.ClaimUtils
 
add(ProcessedClaimCollection, ProcessedClaimCollection...) - Method in class org.apache.cxf.sts.claims.mapper.ClaimUtils
 
add(SecurityToken) - Method in class org.apache.cxf.sts.cache.HazelCastTokenStore
 
addCustomContent(Object) - Method in class org.apache.cxf.sts.request.TokenRequirements
 
allowCustomContent - Variable in class org.apache.cxf.sts.operation.AbstractOperation
 
APPLIESTO - org.apache.cxf.sts.event.map.KEYS
 
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
 
CacheUtils - Class in org.apache.cxf.sts.cache
 
cancel - org.apache.cxf.sts.rest.RESTSecurityTokenService.Action
 
cancel(RequestSecurityTokenType, Principal, Map<String, Object>) - Method in class org.apache.cxf.sts.operation.TokenCancelOperation
 
CANCEL_PRINCIPAL - org.apache.cxf.sts.event.map.KEYS
 
CANCEL_TARGET - Static variable in class org.apache.cxf.sts.QNameConstants
 
CANCELLED - org.apache.cxf.sts.request.ReceivedToken.STATE
 
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(String) - Method in class org.apache.cxf.sts.token.provider.jwt.JWTTokenProvider
Return true if this TokenProvider implementation is capable of providing a token that corresponds to the given TokenType.
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) - 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) - 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 class org.apache.cxf.sts.token.provider.jwt.JWTTokenProvider
Return true if this TokenProvider implementation is capable of providing a token that corresponds to the given TokenType in a given realm.
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, 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, 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.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(ReceivedToken) - Method in class org.apache.cxf.sts.token.delegation.SAMLDelegationHandler
 
canHandleToken(ReceivedToken) - Method in interface org.apache.cxf.sts.token.delegation.TokenDelegationHandler
Return true if this TokenDelegationHandler implementation is capable of handling the ReceivedToken argument.
canHandleToken(ReceivedToken) - Method in class org.apache.cxf.sts.token.delegation.UsernameTokenDelegationHandler
 
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) - Method in interface org.apache.cxf.sts.token.renewer.TokenRenewer
Return true if this TokenRenewer implementation is able to renew a token.
canHandleToken(ReceivedToken) - Method in class org.apache.cxf.sts.token.validator.jwt.JWTTokenValidator
Return true if this TokenValidator implementation is capable of validating the ReceivedToken argument.
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) - 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) - 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.renewer.SAMLTokenRenewer
Return true if this TokenRenewer implementation is able to renew a token in the given realm.
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, String) - Method in class org.apache.cxf.sts.token.validator.jwt.JWTTokenValidator
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, 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, 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, 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, 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
 
CLAIMS - Static variable in class org.apache.cxf.sts.QNameConstants
 
CLAIMS_PRIMARY - org.apache.cxf.sts.event.map.KEYS
 
CLAIMS_SECONDARY - org.apache.cxf.sts.event.map.KEYS
 
ClaimsAttributeStatementProvider - Class in org.apache.cxf.sts.claims
 
ClaimsAttributeStatementProvider() - Constructor for class org.apache.cxf.sts.claims.ClaimsAttributeStatementProvider
 
ClaimsHandler - Interface in org.apache.cxf.sts.claims
This interface provides a pluggable way to handle Claims.
claimsManager - Variable in class org.apache.cxf.sts.operation.AbstractOperation
 
ClaimsManager - Class in org.apache.cxf.sts.claims
This class holds various ClaimsHandler implementations.
ClaimsManager() - Constructor for class org.apache.cxf.sts.claims.ClaimsManager
 
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
 
ClaimsUtils - Class in org.apache.cxf.sts.claims
Some common utility methods for claims
ClaimTypes - Class in org.apache.cxf.sts.claims
 
ClaimUtils - Class in org.apache.cxf.sts.claims.mapper
This claim util class provides methods to make the handling of claims and claim values easier.
ClaimUtils() - Constructor for class org.apache.cxf.sts.claims.mapper.ClaimUtils
 
clean() - Method in class org.apache.cxf.sts.request.BinarySecret
 
clean() - Method in class org.apache.cxf.sts.request.Entropy
 
cleanRequest(RequestRequirements) - Method in class org.apache.cxf.sts.operation.AbstractOperation
 
clone() - Method in class org.apache.cxf.sts.claims.ProcessedClaim
 
close() - Method in class org.apache.cxf.sts.cache.EHCacheIdentityCache
 
CombinedClaimsAttributeStatementProvider - Class in org.apache.cxf.sts.claims
This class differs from the ClaimsAttributeStatementProvider in that it combines claims that have the same name.
CombinedClaimsAttributeStatementProvider() - Constructor for class org.apache.cxf.sts.claims.CombinedClaimsAttributeStatementProvider
 
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.
COUNTRY - Static variable in class org.apache.cxf.sts.claims.ClaimTypes
(c in [RFC 2256]) Country of a Subject.
create(String, String...) - Method in class org.apache.cxf.sts.claims.mapper.ClaimUtils
 
createAudienceRestrictions(TokenProviderParameters) - Method in class org.apache.cxf.sts.token.provider.DefaultConditionsProvider
Create a list of AudienceRestrictions to be added to the Conditions Element of the issued Assertion.
createCallbackHandler(TokenProviderParameters, byte[], RealmProperties, Document) - Method in class org.apache.cxf.sts.token.provider.SAMLTokenProvider
 
createEncryptedKeyKeyInfo(X509Certificate, byte[], Document, EncryptionProperties, Crypto) - Static method in class org.apache.cxf.sts.token.provider.DefaultSubjectProvider
Create an EncryptedKey KeyInfo.
createKeyInfo(SubjectProviderParameters) - Method in class org.apache.cxf.sts.token.provider.DefaultSubjectProvider
Create and return the KeyInfoBean to be inserted into the SubjectBean
createLifetime(Instant, Instant) - Static method in class org.apache.cxf.sts.operation.AbstractOperation
Create a LifetimeType object given a created + expires Dates
createPublicKeyKeyInfo(X509Certificate, PublicKey) - Static method in class org.apache.cxf.sts.token.provider.DefaultSubjectProvider
Create a KeyInfoBean that contains an X.509 certificate or Public Key
createRequestedReference(String, String, boolean) - Static method in class org.apache.cxf.sts.operation.AbstractOperation
Create a RequestedReferenceType object using a token id and tokenType
createRequestedReference(TokenReference, boolean) - Static method in class org.apache.cxf.sts.operation.AbstractOperation
Create a RequestedReferenceType object using a TokenReference object
createResponse(TokenRequirements) - Method in class org.apache.cxf.sts.operation.TokenCancelOperation
 
createResponse(EncryptionProperties, TokenProviderResponse, TokenRequirements, KeyRequirements) - Method in class org.apache.cxf.sts.operation.TokenIssueOperation
 
createResponse(EncryptionProperties, TokenRenewerResponse, TokenRequirements, KeyRequirements) - Method in class org.apache.cxf.sts.operation.TokenRenewOperation
 
createResponse(TokenValidatorResponse, TokenProviderResponse, TokenRequirements) - Method in class org.apache.cxf.sts.operation.TokenValidateOperation
 
createSecurityTokenForStorage(Element, String, Instant, Principal, String, Renewing) - Static method in class org.apache.cxf.sts.cache.CacheUtils
 
createSubjectBean(Principal, SubjectProviderParameters) - Method in class org.apache.cxf.sts.token.provider.DefaultSubjectProvider
Create the SubjectBean using the specified principal.
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.jwt.JWTTokenProvider
Create a token given a TokenProviderParameters
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(RequestRequirements, Principal, Map<String, Object>) - Method in class org.apache.cxf.sts.operation.AbstractOperation
Create a TokenProviderParameters 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_CLAIM_TYPE_MAP - Static variable in class org.apache.cxf.sts.rest.RESTSecurityTokenServiceImpl
 
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_MAX_LIFETIME - Static variable in class org.apache.cxf.sts.token.provider.jwt.DefaultJWTClaimsProvider
 
DEFAULT_TOKEN_TYPE_MAP - Static variable in class org.apache.cxf.sts.rest.RESTSecurityTokenServiceImpl
 
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() - Constructor for class org.apache.cxf.sts.cache.DefaultInMemoryTokenStore
 
DefaultInMemoryTokenStore(Bus) - Constructor for class org.apache.cxf.sts.cache.DefaultInMemoryTokenStore
 
DefaultJWTClaimsProvider - Class in org.apache.cxf.sts.token.provider.jwt
A default implementation to create a JWTClaims object.
DefaultJWTClaimsProvider() - Constructor for class org.apache.cxf.sts.token.provider.jwt.DefaultJWTClaimsProvider
 
DefaultJWTRoleParser - Class in org.apache.cxf.sts.token.validator.jwt
A default implementation to extract roles from a JWT token
DefaultJWTRoleParser() - Constructor for class org.apache.cxf.sts.token.validator.jwt.DefaultJWTRoleParser
 
DefaultSAMLRoleParser - Class in org.apache.cxf.sts.token.validator
A default implementation to extract roles from a SAML Assertion
DefaultSAMLRoleParser() - Constructor for class org.apache.cxf.sts.token.validator.DefaultSAMLRoleParser
 
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
 
DefaultSubjectRoleParser - Class in org.apache.cxf.sts.token.validator
A default implementation to extract roles from a Subject
DefaultSubjectRoleParser() - Constructor for class org.apache.cxf.sts.token.validator.DefaultSubjectRoleParser
 
DefaultTokenWrapper - Class in org.apache.cxf.sts.operation
The default implementation of TokenWrapper.
DefaultTokenWrapper() - Constructor for class org.apache.cxf.sts.operation.DefaultTokenWrapper
 
delegationHandlers - Variable in class org.apache.cxf.sts.operation.AbstractOperation
 
destroy() - Method in class org.apache.cxf.sts.cache.HazelCastTokenStore
 
distinctValues(ProcessedClaim) - Method in class org.apache.cxf.sts.claims.mapper.ClaimUtils
This function removes duplicated values.
doMapping(String, Principal, String) - Method in class org.apache.cxf.sts.claims.ClaimsManager
 
DURATION - org.apache.cxf.sts.event.map.KEYS
 

E

EHCacheIdentityCache - Class in org.apache.cxf.sts.cache
A EH-Cache based cache to cache identities in different realms where the relationship is of type FederateIdentity.
EHCacheIdentityCache(IdentityMapper, String, Bus, URL) - Constructor for class org.apache.cxf.sts.cache.EHCacheIdentityCache
 
EHCacheIdentityCache(IdentityMapper, Bus) - Constructor for class org.apache.cxf.sts.cache.EHCacheIdentityCache
 
EHCacheIdentityValue - Class in org.apache.cxf.sts.cache
A cache value for EHCache.
EHCacheIdentityValue(Map<String, String>) - Constructor for class org.apache.cxf.sts.cache.EHCacheIdentityValue
 
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 @.
encodeToken(String) - Method in class org.apache.cxf.sts.rest.RESTSecurityTokenServiceImpl
 
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, STSPropertiesMBean, EncryptionProperties, KeyRequirements, Map<String, Object>) - Static method in class org.apache.cxf.sts.token.provider.TokenProviderUtils
Encrypt a Token element using the given arguments.
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
 
ENTROPY - Static variable in class org.apache.cxf.sts.QNameConstants
 
equals(Object) - Method in class org.apache.cxf.sts.claims.ProcessedClaim
 
EventMapper - Class in org.apache.cxf.sts.event.map
 
EventMapper(MapEventListener) - Constructor for class org.apache.cxf.sts.event.map.EventMapper
 
eventPublisher - Variable in class org.apache.cxf.sts.operation.AbstractOperation
 
EXCEPTION - org.apache.cxf.sts.event.map.KEYS
 
EXPIRED - org.apache.cxf.sts.request.ReceivedToken.STATE
 
extractAddressFromAppliesTo(Element) - Method in class org.apache.cxf.sts.operation.AbstractOperation
Extract an address from an AppliesTo DOM element
extractAddressFromParticipantsEPR(Object) - Method in class org.apache.cxf.sts.token.provider.DefaultConditionsProvider
Extract an address from a Participants EPR DOM element
extractAddressFromParticipantsEPR(Object) - Static method in class org.apache.cxf.sts.token.provider.TokenProviderUtils
Extract an address from a Participants EPR 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
 
filterValues(ProcessedClaim, String) - Method in class org.apache.cxf.sts.claims.mapper.ClaimUtils
Filtering all values from the given claim according to the provided regex filter.
findInboundSecurityToken(SecurityEventConstants.Event, Map<String, Object>) - Static method in class org.apache.cxf.sts.operation.AbstractOperation
 
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)
get(String, String) - Method in class org.apache.cxf.sts.cache.EHCacheIdentityCache
 
get(String, String) - Method in interface org.apache.cxf.sts.cache.IdentityCache
 
get(String, String) - Method in class org.apache.cxf.sts.cache.MemoryIdentityCache
 
get(ProcessedClaimCollection, String) - Method in class org.apache.cxf.sts.claims.mapper.ClaimUtils
 
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.delegation.TokenDelegationResponse
 
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.delegation.TokenDelegationParameters
 
getAppliesToAddress() - Method in class org.apache.cxf.sts.token.provider.TokenProviderParameters
 
getAppliesToAddress() - Method in class org.apache.cxf.sts.token.renewer.TokenRenewerParameters
 
getAppliesToScopeMapping() - Method in class org.apache.cxf.sts.claims.LdapGroupClaimsHandler
 
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
getAttrBeanList() - Method in class org.apache.cxf.sts.token.provider.SubjectProviderParameters
 
getAttributeOfEntries(LdapTemplate, String, String, String, String, String) - Static method in class org.apache.cxf.sts.claims.LdapUtils
 
getAttributeOfEntries(LdapTemplate, String, String, List<Filter>, String) - Static method in class org.apache.cxf.sts.claims.LdapUtils
 
getAttributesOfEntry(LdapTemplate, String, String, String, String, String[]) - Static method in class org.apache.cxf.sts.claims.LdapUtils
 
getAttributeStatementProviders() - Method in class org.apache.cxf.sts.token.provider.SAMLTokenProvider
Get the List of AttributeStatementProviders.
getAudienceRestrictions(SamlAssertionWrapper) - Method in class org.apache.cxf.sts.token.delegation.SAMLDelegationHandler
 
getAuthBeanList() - Method in class org.apache.cxf.sts.token.provider.SubjectProviderParameters
 
getAuthDecisionBeanList() - Method in class org.apache.cxf.sts.token.provider.SubjectProviderParameters
 
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
 
getBus() - Method in class org.apache.cxf.sts.cache.AbstractIdentityCache
 
getBus() - Method in class org.apache.cxf.sts.StaticSTSProperties
 
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
getCacheHit() - Method in class org.apache.cxf.sts.cache.MemoryIdentityCacheStatistics
 
getCacheMiss() - Method in class org.apache.cxf.sts.cache.MemoryIdentityCacheStatistics
 
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.RealmProperties
Get the CallbackHandler object.
getCallbackHandlerClass() - Method in class org.apache.cxf.sts.StaticSTSProperties
 
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
 
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
 
getClaimTypeMap() - Method in class org.apache.cxf.sts.rest.RESTSecurityTokenServiceImpl
 
getClaimTypeMap() - Method in class org.apache.cxf.sts.token.provider.jwt.DefaultJWTClaimsProvider
 
getClockOffset() - Method in class org.apache.cxf.sts.token.validator.jwt.JWTTokenValidator
 
getCompiledSubjectContraints() - Method in class org.apache.cxf.sts.token.realm.CertConstraintsParser
 
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(TokenProviderParameters) - 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
getContent() - Method in class org.apache.cxf.sts.cache.EHCacheIdentityCache
 
getContent() - Method in class org.apache.cxf.sts.cache.MemoryIdentityCache
 
getContext() - Method in class org.apache.cxf.sts.request.TokenRequirements
 
getCreated() - Method in class org.apache.cxf.sts.request.Lifetime
 
getCreated() - Method in class org.apache.cxf.sts.token.provider.TokenProviderResponse
Get the Instant that this Token was Created
getCreated() - Method in class org.apache.cxf.sts.token.renewer.TokenRenewerResponse
Get the Instant that this Token was Created
getCustomContent() - Method in class org.apache.cxf.sts.request.TokenRequirements
 
getCustomFilters() - Method in class org.apache.cxf.sts.claims.LdapGroupClaimsHandler
 
getDecryptedKey() - Method in class org.apache.cxf.sts.request.Entropy
 
getDefaultKeyType() - Method in class org.apache.cxf.sts.rest.RESTSecurityTokenServiceImpl
 
getDelegationHandlers() - Method in class org.apache.cxf.sts.operation.AbstractOperation
 
getDelimiter() - Method in class org.apache.cxf.sts.claims.LdapClaimsHandler
 
getDigestAlgorithm() - Method in class org.apache.cxf.sts.SignatureProperties
Get the Digest algorithm to use for Signature
getDnOfEntry(LdapTemplate, String, String, String, String) - Static method in class org.apache.cxf.sts.claims.LdapUtils
 
getDoc() - Method in class org.apache.cxf.sts.token.provider.SubjectProviderParameters
 
getDuration() - Method in class org.apache.cxf.sts.event.AbstractSTSEvent
 
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
getEncryptionCryptoProperties() - Method in class org.apache.cxf.sts.StaticSTSProperties
 
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
getException() - Method in class org.apache.cxf.sts.event.AbstractSTSFailureEvent
 
getExpires() - Method in class org.apache.cxf.sts.request.Lifetime
 
getExpires() - Method in class org.apache.cxf.sts.token.provider.TokenProviderResponse
Get the Instant that this Token expires
getExpires() - Method in class org.apache.cxf.sts.token.renewer.TokenRenewerResponse
Get the Instant that this Token expires
getFieldOrder() - Method in class org.apache.cxf.sts.event.map.MapEventLogger
 
getFileHeader() - Method in class org.apache.cxf.sts.event.LoggerPatternLayoutLogback
 
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.
getFutureTimeToLive() - Method in class org.apache.cxf.sts.token.provider.jwt.DefaultJWTClaimsProvider
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
 
getGroupBaseDN() - Method in class org.apache.cxf.sts.claims.LdapGroupClaimsHandler
 
getGroupMemberAttribute() - Method in class org.apache.cxf.sts.claims.LdapGroupClaimsHandler
 
getGroupNameGlobalFilter() - Method in class org.apache.cxf.sts.claims.LdapGroupClaimsHandler
 
getGroupNameScopedFilter() - Method in class org.apache.cxf.sts.claims.LdapGroupClaimsHandler
 
getGroupObjectClass() - Method in class org.apache.cxf.sts.claims.LdapGroupClaimsHandler
 
getGroupURI() - Method in class org.apache.cxf.sts.claims.LdapGroupClaimsHandler
 
getHandlerRealm() - Method in class org.apache.cxf.sts.claims.LdapClaimsHandler
 
getHandlerRealm() - Method in class org.apache.cxf.sts.claims.LdapGroupClaimsHandler
 
getHandlerRealm() - Method in interface org.apache.cxf.sts.token.realm.RealmSupport
 
getHazelcastInstance() - Method in class org.apache.cxf.sts.cache.HazelCastTokenStore
Get the Hazelcast instance
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.claims.ClaimsManager
 
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.ProcessedClaim
 
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.provider.jwt.JWTClaimsProviderParameters
 
getIssuer() - Method in class org.apache.cxf.sts.token.realm.RealmProperties
Get the issuer of this realm
getIssueSingleOperation() - Method in class org.apache.cxf.sts.operation.TokenRequestCollectionOperation
 
getJexlEngine() - Method in class org.apache.cxf.sts.claims.mapper.JexlClaimsMapper
 
getJSONToken(String, String, List<String>, String) - Method in interface org.apache.cxf.sts.rest.RESTSecurityTokenService
 
getJSONToken(String, String, List<String>, String) - Method in class org.apache.cxf.sts.rest.RESTSecurityTokenServiceImpl
 
getJwtClaims(JWTClaimsProviderParameters) - Method in class org.apache.cxf.sts.token.provider.jwt.DefaultJWTClaimsProvider
Get a JwtClaims object.
getJwtClaims(JWTClaimsProviderParameters) - Method in interface org.apache.cxf.sts.token.provider.jwt.JWTClaimsProvider
Get a JwtClaims object.
getJwtClaimsProvider() - Method in class org.apache.cxf.sts.token.provider.jwt.JWTTokenProvider
 
getKeyExchangeToken(RequestSecurityTokenType) - Method in interface org.apache.cxf.sts.rest.RESTSecurityTokenService
 
getKeyExchangeToken(RequestSecurityTokenType) - Method in class org.apache.cxf.sts.rest.RESTSecurityTokenServiceImpl
 
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.RequestRequirements
 
getKeyRequirements() - Method in class org.apache.cxf.sts.token.canceller.TokenCancellerParameters
 
getKeyRequirements() - Method in class org.apache.cxf.sts.token.delegation.TokenDelegationParameters
 
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
 
getLdapTemplate() - Method in class org.apache.cxf.sts.claims.LdapGroupClaimsHandler
 
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.jwt.DefaultJWTClaimsProvider
Get the default lifetime in seconds for issued JWT 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
getLogLevel() - Method in class org.apache.cxf.sts.event.map.MapEventLogger
 
getMaxAddressLength() - Method in class org.apache.cxf.sts.service.StaticService
Get the maximum allowable address length to compare against the addresses set in setEndpoints
getMaxCacheItems() - Method in class org.apache.cxf.sts.cache.MemoryIdentityCache
 
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
getMaxLifetime() - Method in class org.apache.cxf.sts.token.provider.jwt.DefaultJWTClaimsProvider
Get the maximum lifetime in seconds for issued JWT token if requestor specifies lifetime element
getMessageContext() - Method in class org.apache.cxf.sts.claims.ClaimsParameters
 
getMessageContext() - Method in class org.apache.cxf.sts.rest.RESTSecurityTokenServiceImpl
 
getMessageContext() - Method in class org.apache.cxf.sts.token.canceller.TokenCancellerParameters
 
getMessageContext() - Method in class org.apache.cxf.sts.token.delegation.TokenDelegationParameters
 
getMessageContext() - Method in class org.apache.cxf.sts.token.provider.TokenProviderParameters
 
getMessageContext() - Method in class org.apache.cxf.sts.token.renewer.TokenRenewerParameters
 
getMessageContext() - Method in class org.apache.cxf.sts.token.validator.TokenValidatorParameters
 
getMinimumKeySize() - Method in class org.apache.cxf.sts.SignatureProperties
Get the minimum key size to use when generating a symmetric key.
getName() - Method in class org.apache.cxf.sts.token.realm.RealmProperties
Get the name of this realm
getNameFormat() - Method in class org.apache.cxf.sts.claims.ClaimsAttributeStatementProvider
 
getNameFormat() - Method in class org.apache.cxf.sts.claims.CombinedClaimsAttributeStatementProvider
 
getObjectClass() - Method in class org.apache.cxf.sts.claims.LdapClaimsHandler
 
getObjectName() - Method in class org.apache.cxf.sts.cache.EHCacheIdentityCache
 
getObjectName() - Method in class org.apache.cxf.sts.cache.MemoryIdentityCache
 
getObjectName() - Method in class org.apache.cxf.sts.cache.MemoryIdentityCacheStatistics
 
getOnBehalfOf() - Method in class org.apache.cxf.sts.request.TokenRequirements
 
getOperation() - Method in class org.apache.cxf.sts.event.AbstractSTSEvent
 
getOperation() - Method in class org.apache.cxf.sts.event.STSCancelFailureEvent
 
getOperation() - Method in class org.apache.cxf.sts.event.STSCancelSuccessEvent
 
getOperation() - Method in class org.apache.cxf.sts.event.STSIssueFailureEvent
 
getOperation() - Method in class org.apache.cxf.sts.event.STSIssueSuccessEvent
 
getOperation() - Method in class org.apache.cxf.sts.event.STSRenewFailureEvent
 
getOperation() - Method in class org.apache.cxf.sts.event.STSRenewSuccessEvent
 
getOperation() - Method in class org.apache.cxf.sts.event.STSValidateFailureEvent
 
getOperation() - Method in class org.apache.cxf.sts.event.STSValidateSuccessEvent
 
getOriginalIssuer() - Method in class org.apache.cxf.sts.claims.ProcessedClaim
 
getParticipants() - Method in class org.apache.cxf.sts.request.Participants
 
getParticipants() - Method in class org.apache.cxf.sts.request.TokenRequirements
 
getPlainToken(String, String, List<String>, String) - Method in interface org.apache.cxf.sts.rest.RESTSecurityTokenService
 
getPlainToken(String, String, List<String>, String) - Method in class org.apache.cxf.sts.rest.RESTSecurityTokenServiceImpl
 
getPrimaryClaims() - Method in class org.apache.cxf.sts.request.TokenRequirements
 
getPrimaryParticipant() - Method in class org.apache.cxf.sts.request.Participants
 
getPrincipal() - Method in class org.apache.cxf.sts.claims.ClaimsParameters
 
getPrincipal() - Method in class org.apache.cxf.sts.claims.ProcessedClaim
 
getPrincipal() - Method in class org.apache.cxf.sts.request.ReceivedToken
 
getPrincipal() - Method in class org.apache.cxf.sts.rest.RESTSecurityTokenServiceImpl
 
getPrincipal() - Method in class org.apache.cxf.sts.token.canceller.TokenCancellerParameters
 
getPrincipal() - Method in class org.apache.cxf.sts.token.delegation.TokenDelegationParameters
 
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
 
getPrincipal(JWTClaimsProviderParameters) - Method in class org.apache.cxf.sts.token.provider.jwt.DefaultJWTClaimsProvider
Get the Principal (which is used as the Subject).
getPrincipal(SubjectProviderParameters) - Method in class org.apache.cxf.sts.token.provider.DefaultSubjectProvider
Get the Principal (which is used as the Subject).
getProperties() - Method in class org.apache.cxf.sts.event.map.MapEvent
 
getProviderParameters() - Method in class org.apache.cxf.sts.token.provider.jwt.JWTClaimsProviderParameters
 
getProviderParameters() - Method in class org.apache.cxf.sts.token.provider.SubjectProviderParameters
 
getPublicKey() - Method in class org.apache.cxf.sts.request.ReceivedCredential
 
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
 
getRealmCodec() - Method in class org.apache.cxf.sts.token.validator.jwt.JWTTokenValidator
 
getRealmFromToken(JwtToken) - Method in interface org.apache.cxf.sts.token.realm.JWTRealmCodec
Get the realm associated with the JwtToken parameter
getRealmFromToken(SamlAssertionWrapper) - Method in interface org.apache.cxf.sts.token.realm.SAMLRealmCodec
Get the realm associated with the SamlAssertionWrapper 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.jwt.JWTTokenProvider
Get the map of realm->RealmProperties for this token provider
getRealmMap() - Method in class org.apache.cxf.sts.token.provider.SAMLTokenProvider
Get the map of realm->RealmProperties for this token provider
getRealmMap() - Method in class org.apache.cxf.sts.token.renewer.SAMLTokenRenewer
Get the map of realm->RealmProperties 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.
getReceivedCredential() - 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
 
getReqSigCert(Map<String, Object>) - Static method in class org.apache.cxf.sts.token.provider.TokenProviderUtils
Get the X509Certificate associated with the signature that was received.
getRequestedPrimaryClaims() - Method in class org.apache.cxf.sts.token.provider.TokenProviderParameters
 
getRequestedSecondaryClaims() - Method in class org.apache.cxf.sts.token.provider.TokenProviderParameters
 
getRoleAttributeName() - Method in class org.apache.cxf.sts.token.validator.DefaultSAMLRoleParser
 
getRoleClaim() - Method in class org.apache.cxf.sts.token.validator.jwt.DefaultJWTRoleParser
 
getRoleClassifier() - Method in class org.apache.cxf.sts.token.validator.DefaultSubjectRoleParser
 
getRoleClassifierType() - Method in class org.apache.cxf.sts.token.validator.DefaultSubjectRoleParser
 
getRoleParser() - Method in class org.apache.cxf.sts.token.validator.jwt.JWTTokenValidator
 
getRoleParser() - Method in class org.apache.cxf.sts.token.validator.UsernameTokenValidator
 
getRoles() - Method in class org.apache.cxf.sts.claims.ClaimsParameters
 
getRoles() - Method in class org.apache.cxf.sts.request.ReceivedToken
 
getRoles() - Method in class org.apache.cxf.sts.token.validator.TokenValidatorResponse
 
getSamlRealmCodec() - Method in class org.apache.cxf.sts.StaticSTSProperties
 
getSamlRealmCodec() - Method in interface org.apache.cxf.sts.STSPropertiesMBean
Get the SAML Realm Codec object to use.
getSamlRoleParser() - Method in class org.apache.cxf.sts.token.validator.SAMLTokenValidator
 
getScript() - Method in class org.apache.cxf.sts.claims.mapper.JexlClaimsMapper
 
getSecondaryClaims() - Method in class org.apache.cxf.sts.request.TokenRequirements
 
getSecret() - Method in class org.apache.cxf.sts.token.provider.SubjectProviderParameters
 
getSecret() - Method in class org.apache.cxf.sts.token.provider.SymmetricKeyHandler
Get the secret
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.RealmProperties
Get the signature alias to use for this 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.RealmProperties
Get the signature Crypto object
getSignatureCryptoProperties() - Method in class org.apache.cxf.sts.StaticSTSProperties
 
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.RealmProperties
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
 
getSource() - Method in class org.apache.cxf.sts.event.AbstractSTSEvent
 
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
 
getStatement(TokenProviderParameters) - Method in class org.apache.cxf.sts.claims.CombinedClaimsAttributeStatementProvider
 
getStatement(TokenProviderParameters) - Method in class org.apache.cxf.sts.token.provider.ActAsAttributeStatementProvider
Get an AttributeStatementBean using the given parameters.
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.
getStatistics() - Method in class org.apache.cxf.sts.cache.AbstractIdentityCache
 
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.delegation.TokenDelegationParameters
 
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(SubjectProviderParameters) - Method in class org.apache.cxf.sts.token.provider.DefaultSubjectProvider
Get a SubjectBean object.
getSubject(SubjectProviderParameters) - Method in interface org.apache.cxf.sts.token.provider.SubjectProvider
Get a SubjectBean object.
getSubjectConfirmationMethod(String, String) - Method in class org.apache.cxf.sts.token.provider.DefaultSubjectProvider
Get the SubjectConfirmation method given a tokenType and keyType
getSubjectName(JWTClaimsProviderParameters) - Method in class org.apache.cxf.sts.token.provider.jwt.DefaultJWTClaimsProvider
 
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.LdapGroupClaimsHandler
 
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
getSupportedRealms() - Method in class org.apache.cxf.sts.claims.LdapClaimsHandler
 
getSupportedRealms() - Method in class org.apache.cxf.sts.claims.LdapGroupClaimsHandler
 
getSupportedRealms() - Method in interface org.apache.cxf.sts.token.realm.RealmSupport
 
getTargetRealm() - Method in class org.apache.cxf.sts.token.realm.Relationship
 
getTimestamp() - Method in class org.apache.cxf.sts.event.AbstractSTSEvent
 
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.delegation.TokenDelegationParameters
 
getToken() - Method in class org.apache.cxf.sts.token.delegation.TokenDelegationResponse
 
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
 
getToken(String) - Method in class org.apache.cxf.sts.cache.HazelCastTokenStore
 
getToken(RESTSecurityTokenService.Action, RequestSecurityTokenType) - Method in interface org.apache.cxf.sts.rest.RESTSecurityTokenService
 
getToken(RESTSecurityTokenService.Action, RequestSecurityTokenType) - Method in class org.apache.cxf.sts.rest.RESTSecurityTokenServiceImpl
 
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
 
getTokenParameters() - Method in class org.apache.cxf.sts.event.STSCancelFailureEvent
 
getTokenParameters() - Method in class org.apache.cxf.sts.event.STSCancelSuccessEvent
 
getTokenParameters() - Method in class org.apache.cxf.sts.event.STSIssueFailureEvent
 
getTokenParameters() - Method in class org.apache.cxf.sts.event.STSIssueSuccessEvent
 
getTokenParameters() - Method in class org.apache.cxf.sts.event.STSRenewFailureEvent
 
getTokenParameters() - Method in class org.apache.cxf.sts.event.STSRenewSuccessEvent
 
getTokenParameters() - Method in class org.apache.cxf.sts.event.STSValidateFailureEvent
 
getTokenParameters() - Method in class org.apache.cxf.sts.event.STSValidateSuccessEvent
 
getTokenParameters() - Method in interface org.apache.cxf.sts.event.TokenCancellerParametersSupport
 
getTokenParameters() - Method in interface org.apache.cxf.sts.event.TokenProviderParametersSupport
 
getTokenParameters() - Method in interface org.apache.cxf.sts.event.TokenRenewerParametersSupport
 
getTokenParameters() - Method in interface org.apache.cxf.sts.event.TokenValidatorParametersSupport
 
getTokenPrincipal() - Method in class org.apache.cxf.sts.token.delegation.TokenDelegationParameters
 
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.RequestRequirements
 
getTokenRequirements() - Method in class org.apache.cxf.sts.token.canceller.TokenCancellerParameters
 
getTokenRequirements() - Method in class org.apache.cxf.sts.token.delegation.TokenDelegationParameters
 
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
 
getTokenRoles() - Method in class org.apache.cxf.sts.token.delegation.TokenDelegationParameters
 
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.delegation.TokenDelegationParameters
 
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
getTokenTypeMap() - Method in class org.apache.cxf.sts.rest.RESTSecurityTokenServiceImpl
 
getTokenValidators() - Method in class org.apache.cxf.sts.operation.AbstractOperation
 
getTokenWrapper() - Method in class org.apache.cxf.sts.operation.AbstractOperation
 
getTopic() - Method in class org.apache.cxf.sts.event.map.MapEvent
 
getTtl() - Method in class org.apache.cxf.sts.token.validator.jwt.JWTTokenValidator
 
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
 
getUserBaseDN() - Method in class org.apache.cxf.sts.claims.LdapGroupClaimsHandler
 
getUserBaseDNs() - Method in class org.apache.cxf.sts.claims.LdapClaimsHandler
 
getUserNameAttribute() - Method in class org.apache.cxf.sts.claims.LdapClaimsHandler
 
getUserNameAttribute() - Method in class org.apache.cxf.sts.claims.LdapGroupClaimsHandler
 
getUserObjectClass() - Method in class org.apache.cxf.sts.claims.LdapGroupClaimsHandler
 
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.cache.EHCacheIdentityValue
 
getValue() - Method in enum org.apache.cxf.sts.rest.RESTSecurityTokenService.Action
 
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.ReceivedCredential
 
getXMLToken(String, String, List<String>, String, boolean) - Method in interface org.apache.cxf.sts.rest.RESTSecurityTokenService
 
getXMLToken(String, String, List<String>, String, boolean) - Method in class org.apache.cxf.sts.rest.RESTSecurityTokenServiceImpl
 

H

handle(Callback[]) - Method in class org.apache.cxf.sts.token.provider.SamlCallbackHandler
 
handle(SamlAssertionWrapper, TokenProviderParameters) - Method in interface org.apache.cxf.sts.token.provider.SamlCustomHandler
 
handleActAs(JWTClaimsProviderParameters, JwtClaims) - Method in class org.apache.cxf.sts.token.provider.jwt.DefaultJWTClaimsProvider
 
handleAudienceRestriction(JWTClaimsProviderParameters, JwtClaims) - Method in class org.apache.cxf.sts.token.provider.jwt.DefaultJWTClaimsProvider
Set the audience restriction claim.
handleConditions(JWTClaimsProviderParameters, JwtClaims) - Method in class org.apache.cxf.sts.token.provider.jwt.DefaultJWTClaimsProvider
 
handleEvent(TokenCancellerParametersSupport, Map<String, Object>) - Method in class org.apache.cxf.sts.event.map.EventMapper
 
handleEvent(TokenProviderParametersSupport, Map<String, Object>) - Method in class org.apache.cxf.sts.event.map.EventMapper
 
handleEvent(TokenRenewerParametersSupport, Map<String, Object>) - Method in class org.apache.cxf.sts.event.map.EventMapper
 
handleEvent(TokenValidatorParametersSupport, Map<String, Object>) - Method in class org.apache.cxf.sts.event.map.EventMapper
 
handleMessage(SoapMessage) - Method in class org.apache.cxf.sts.interceptor.SCTInInterceptor
 
handleMessage(SoapMessage) - Method in class org.apache.cxf.sts.interceptor.SCTOutInterceptor
 
handleRequest(RequestSecurityTokenType, Principal, Map<String, Object>, String) - Method in class org.apache.cxf.sts.operation.TokenRequestCollectionOperation
 
handleSTSEvent(AbstractSTSEvent) - Method in class org.apache.cxf.sts.event.map.EventMapper
 
handleSTSEvent(AbstractSTSEvent) - Method in interface org.apache.cxf.sts.event.STSEventListener
 
handleWSTrustClaims(JWTClaimsProviderParameters, JwtClaims) - Method in class org.apache.cxf.sts.token.provider.jwt.DefaultJWTClaimsProvider
 
hashCode() - Method in class org.apache.cxf.sts.claims.ProcessedClaim
 
HazelCastTokenStore - Class in org.apache.cxf.sts.cache
 
HazelCastTokenStore(String) - Constructor for class org.apache.cxf.sts.cache.HazelCastTokenStore
 
HOKDelegationHandler - Class in org.apache.cxf.sts.token.delegation
This TokenDelegationHandler implementation extends the Default implementation to allow SAML Tokens with HolderOfKey Subject Confirmation.
HOKDelegationHandler() - Constructor for class org.apache.cxf.sts.token.delegation.HOKDelegationHandler
 
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
 
IdentityCache - Interface in org.apache.cxf.sts.cache
 
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
includeLifetimeElement - Variable in class org.apache.cxf.sts.operation.AbstractOperation
 
increaseCacheHit() - Method in class org.apache.cxf.sts.cache.MemoryIdentityCacheStatistics
 
increaseCacheMiss() - Method in class org.apache.cxf.sts.cache.MemoryIdentityCacheStatistics
 
initComplete() - Method in class org.apache.cxf.sts.cache.EHCacheIdentityCache
 
INVALID - org.apache.cxf.sts.request.ReceivedToken.STATE
 
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
isAcceptClientLifetime() - Method in class org.apache.cxf.sts.token.provider.jwt.DefaultJWTClaimsProvider
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
isAllowCustomContent() - Method in class org.apache.cxf.sts.operation.AbstractOperation
 
isAllowCustomContent() - Method in class org.apache.cxf.sts.request.RequestParser
 
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
 
isCheckAudienceRestriction() - Method in class org.apache.cxf.sts.token.delegation.SAMLDelegationHandler
 
isCombineClaimAttributes() - Method in class org.apache.cxf.sts.token.provider.SAMLTokenProvider
 
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.
isDelegationAllowed() - Method in class org.apache.cxf.sts.token.delegation.TokenDelegationResponse
 
isDelegationAllowed(ReceivedToken, String) - Method in class org.apache.cxf.sts.token.delegation.HOKDelegationHandler
Is Delegation allowed for a particular token
isDelegationAllowed(ReceivedToken, String) - Method in class org.apache.cxf.sts.token.delegation.SAMLDelegationHandler
Is Delegation allowed for a particular token
isDelegationAllowed(TokenDelegationParameters) - Method in class org.apache.cxf.sts.token.delegation.SAMLDelegationHandler
 
isDelegationAllowed(TokenDelegationParameters) - Method in interface org.apache.cxf.sts.token.delegation.TokenDelegationHandler
See if delegation is allowed for a Token using the given TokenDelegationParameters.
isDelegationAllowed(TokenDelegationParameters) - Method in class org.apache.cxf.sts.token.delegation.UsernameTokenDelegationHandler
 
isDN(String) - Static method in class org.apache.cxf.sts.claims.LdapUtils
 
isDOMElement() - Method in class org.apache.cxf.sts.request.ReceivedToken
 
isEncryptToken() - Method in class org.apache.cxf.sts.token.provider.TokenProviderParameters
 
isFailLifetimeExceedance() - Method in class org.apache.cxf.sts.token.provider.DefaultConditionsProvider
If requested lifetime exceeds shall it fail (default) or overwrite with maximum lifetime
isFailLifetimeExceedance() - Method in class org.apache.cxf.sts.token.provider.jwt.DefaultJWTClaimsProvider
If requested lifetime exceeds shall it fail (default) or overwrite with maximum lifetime
isIncludeLifetimeElement() - Method in class org.apache.cxf.sts.operation.AbstractOperation
 
isLogFieldname() - Method in class org.apache.cxf.sts.event.map.MapEventLogger
 
isLogStacktrace() - Method in class org.apache.cxf.sts.event.map.MapEventLogger
 
isRequestClaimsOptional() - Method in class org.apache.cxf.sts.rest.RESTSecurityTokenServiceImpl
 
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.jwt.JWTTokenProvider
Return whether the provided token will be signed or not.
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.
isStopProcessingOnException() - Method in class org.apache.cxf.sts.claims.ClaimsManager
 
issue - org.apache.cxf.sts.rest.RESTSecurityTokenService.Action
 
issue(RequestSecurityTokenCollectionType, Principal, Map<String, Object>) - Method in class org.apache.cxf.sts.operation.TokenIssueOperation
 
issue(RequestSecurityTokenType, Principal, Map<String, Object>) - Method in class org.apache.cxf.sts.operation.TokenIssueOperation
 
issueSingle(RequestSecurityTokenType, Principal, Map<String, Object>) - 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
isUseFullGroupNameAsValue() - Method in class org.apache.cxf.sts.claims.LdapGroupClaimsHandler
 
isUseJaasSubject() - Method in class org.apache.cxf.sts.token.validator.DefaultSAMLRoleParser
 
isUseJaasSubject() - Method in class org.apache.cxf.sts.token.validator.jwt.DefaultJWTRoleParser
 
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
 
isUseX500CN() - Method in class org.apache.cxf.sts.token.provider.jwt.DefaultJWTClaimsProvider
 
isValidateSignatureAgainstProfile() - Method in class org.apache.cxf.sts.token.validator.SAMLTokenValidator
Whether to validate the signature of the Assertion (if it exists) against the relevant profile.
isValidateUseKey() - Method in class org.apache.cxf.sts.StaticSTSProperties
Get whether to validate a client Public Key or Certificate presented as part of a UseKey element.
isValidateUseKey() - Method in interface org.apache.cxf.sts.STSPropertiesMBean
Get whether to validate a client Public Key or Certificate presented as part of a UseKey element.
isX500FilterEnabled() - Method in class org.apache.cxf.sts.claims.LdapClaimsHandler
 

J

JexlClaimsMapper - Class in org.apache.cxf.sts.claims.mapper
 
JexlClaimsMapper() - Constructor for class org.apache.cxf.sts.claims.mapper.JexlClaimsMapper
 
JexlClaimsMapper(String) - Constructor for class org.apache.cxf.sts.claims.mapper.JexlClaimsMapper
 
JWT_TOKEN_TYPE - Static variable in class org.apache.cxf.sts.token.provider.jwt.JWTTokenProvider
 
JWTClaimsProvider - Interface in org.apache.cxf.sts.token.provider.jwt
An interface that allows a pluggable way of creating a JWTClaims object
JWTClaimsProviderParameters - Class in org.apache.cxf.sts.token.provider.jwt
The parameters that are passed through to a JWTClaimsProvider implementation to create a JWTClaims Object.
JWTClaimsProviderParameters() - Constructor for class org.apache.cxf.sts.token.provider.jwt.JWTClaimsProviderParameters
 
JWTRealmCodec - Interface in org.apache.cxf.sts.token.realm
This interface defines a pluggable way to return a realm associated with a JWT Token.
JWTRoleParser - Interface in org.apache.cxf.sts.token.validator.jwt
This interface defines a way to extract roles from a JWT Token
JWTTokenProvider - Class in org.apache.cxf.sts.token.provider.jwt
A TokenProvider implementation that provides a JWT Token.
JWTTokenProvider() - Constructor for class org.apache.cxf.sts.token.provider.jwt.JWTTokenProvider
 
JWTTokenValidator - Class in org.apache.cxf.sts.token.validator.jwt
Validate a SAML Assertion.
JWTTokenValidator() - Constructor for class org.apache.cxf.sts.token.validator.jwt.JWTTokenValidator
 

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
 
KEYS - Enum in org.apache.cxf.sts.event.map
 
KEYTYPE - org.apache.cxf.sts.event.map.KEYS
 
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
 
LdapGroupClaimsHandler - Class in org.apache.cxf.sts.claims
 
LdapGroupClaimsHandler() - Constructor for class org.apache.cxf.sts.claims.LdapGroupClaimsHandler
 
LdapUtils - Class in org.apache.cxf.sts.claims
 
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
 
LIFETIME - Static variable in class org.apache.cxf.sts.QNameConstants
 
LOCALITY - Static variable in class org.apache.cxf.sts.claims.ClaimTypes
(/ in [RFC 2256]) Locality component of a Subject's address information.
LoggerPatternLayoutLogback - Class in org.apache.cxf.sts.event
 
LoggerPatternLayoutLogback() - Constructor for class org.apache.cxf.sts.event.LoggerPatternLayoutLogback
 
lowerCaseValues(ProcessedClaim) - Method in class org.apache.cxf.sts.claims.mapper.ClaimUtils
 

M

mapClaims(String, ProcessedClaimCollection, String, ClaimsParameters) - Method in interface org.apache.cxf.sts.claims.ClaimsMapper
Map a collection of claims in the source realm to the target realm
mapClaims(String, ProcessedClaimCollection, String, ClaimsParameters) - Method in class org.apache.cxf.sts.claims.mapper.JexlClaimsMapper
 
mapClaims(String, ProcessedClaimCollection, String, ClaimsParameters) - Method in class org.apache.cxf.sts.claims.mapper.PassThroughClaimsMapper
 
MapEvent - Class in org.apache.cxf.sts.event.map
 
MapEvent(String, Map<String, ?>) - Constructor for class org.apache.cxf.sts.event.map.MapEvent
 
MapEventListener - Interface in org.apache.cxf.sts.event.map
 
MapEventLogger - Class in org.apache.cxf.sts.event.map
 
MapEventLogger() - Constructor for class org.apache.cxf.sts.event.map.MapEventLogger
 
mapPrincipal(String, Principal, String) - Method in class org.apache.cxf.sts.cache.AbstractIdentityCache
 
mapPrincipal(String, Principal, String) - Method in interface org.apache.cxf.sts.IdentityMapper
Map a principal in the source realm to the target realm
mapType(ProcessedClaimCollection, Map<String, String>, boolean) - Method in class org.apache.cxf.sts.claims.mapper.ClaimUtils
 
mapValues(ProcessedClaim, Map<Object, Object>, boolean) - Method in class org.apache.cxf.sts.claims.mapper.ClaimUtils
Mapping all values from the given claim according to the provided map.
matches(X509Certificate) - Method in class org.apache.cxf.sts.token.realm.CertConstraintsParser
 
MAX_TTL - Static variable in class org.apache.cxf.sts.cache.HazelCastTokenStore
 
MemoryIdentityCache - Class in org.apache.cxf.sts.cache
A simple in-memory HashMap based cache to cache identities in different realms where the relationship is of type FederateIdentity.
MemoryIdentityCache() - Constructor for class org.apache.cxf.sts.cache.MemoryIdentityCache
 
MemoryIdentityCache(Bus, IdentityMapper) - Constructor for class org.apache.cxf.sts.cache.MemoryIdentityCache
 
MemoryIdentityCache(IdentityMapper) - Constructor for class org.apache.cxf.sts.cache.MemoryIdentityCache
 
MemoryIdentityCacheStatistics - Class in org.apache.cxf.sts.cache
 
MemoryIdentityCacheStatistics() - Constructor for class org.apache.cxf.sts.cache.MemoryIdentityCacheStatistics
 
MemoryIdentityCacheStatistics(Bus, ManagedComponent) - Constructor for class org.apache.cxf.sts.cache.MemoryIdentityCacheStatistics
 
merge(ProcessedClaimCollection, String, String, String...) - Method in class org.apache.cxf.sts.claims.mapper.ClaimUtils
Merges the first value (only) from different claim types in a collection to a new claim type separated by the provided delimiter.
MOBILEPHONE - Static variable in class org.apache.cxf.sts.claims.ClaimTypes
(mobile in inetOrgPerson) Mobile telephone number of a Subject.
multiToSingleValue(ProcessedClaim, String) - Method in class org.apache.cxf.sts.claims.mapper.ClaimUtils
This function is especially useful if values from multiple claim values need to be condensed into a single value element.

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)
NONE - org.apache.cxf.sts.request.ReceivedToken.STATE
 

O

ON_BEHALF_OF - Static variable in class org.apache.cxf.sts.QNameConstants
 
ONBEHALFOF_PRINCIPAL - org.apache.cxf.sts.event.map.KEYS
 
onEvent(MapEvent) - Method in interface org.apache.cxf.sts.event.map.MapEventListener
 
onEvent(MapEvent) - Method in class org.apache.cxf.sts.event.map.MapEventLogger
 
OPERATION - org.apache.cxf.sts.event.map.KEYS
 
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.claims.mapper - package org.apache.cxf.sts.claims.mapper
 
org.apache.cxf.sts.event - package org.apache.cxf.sts.event
 
org.apache.cxf.sts.event.map - package org.apache.cxf.sts.event.map
 
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.rest - package org.apache.cxf.sts.rest
 
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.delegation - package org.apache.cxf.sts.token.delegation
 
org.apache.cxf.sts.token.provider - package org.apache.cxf.sts.token.provider
 
org.apache.cxf.sts.token.provider.jwt - package org.apache.cxf.sts.token.provider.jwt
 
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
 
org.apache.cxf.sts.token.validator.jwt - package org.apache.cxf.sts.token.validator.jwt
 
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(Map<String, Object>) - Method in interface org.apache.cxf.sts.RealmParser
Return the realm of the current request given a message context map
parseRequest(RequestSecurityTokenType, Map<String, Object>) - Method in class org.apache.cxf.sts.operation.AbstractOperation
Check the arguments from the STSProvider and parse the request.
parseRequest(RequestSecurityTokenType, Map<String, Object>, STSPropertiesMBean, List<ClaimsParser>) - Method in class org.apache.cxf.sts.request.RequestParser
 
parseRolesFromAssertion(Principal, Subject, SamlAssertionWrapper) - Method in class org.apache.cxf.sts.token.validator.DefaultSAMLRoleParser
Return the set of User/Principal roles from the Assertion.
parseRolesFromAssertion(Principal, Subject, SamlAssertionWrapper) - Method in interface org.apache.cxf.sts.token.validator.SAMLRoleParser
Return the set of User/Principal roles from the Assertion.
parseRolesFromSubject(Principal, Subject) - Method in class org.apache.cxf.sts.token.validator.DefaultSubjectRoleParser
Return the set of User/Principal roles from the Subject.
parseRolesFromSubject(Principal, Subject) - Method in interface org.apache.cxf.sts.token.validator.SubjectRoleParser
Return the set of User/Principal roles from the Subject.
parseRolesFromToken(Principal, Subject, JwtToken) - Method in class org.apache.cxf.sts.token.validator.jwt.DefaultJWTRoleParser
Return the set of User/Principal roles from the token.
parseRolesFromToken(Principal, Subject, JwtToken) - Method in interface org.apache.cxf.sts.token.validator.jwt.JWTRoleParser
Return the set of User/Principal roles from the token.
Participants - Class in org.apache.cxf.sts.request
This class contains values that have been extracted from a Participants element.
Participants() - Constructor for class org.apache.cxf.sts.request.Participants
 
PARTICIPANTS - Static variable in class org.apache.cxf.sts.QNameConstants
 
PassThroughClaimsMapper - Class in org.apache.cxf.sts.claims.mapper
A test implementation of IdentityMapper.
PassThroughClaimsMapper() - Constructor for class org.apache.cxf.sts.claims.mapper.PassThroughClaimsMapper
 
PASSWORD - Static variable in class org.apache.cxf.sts.QNameConstants
 
performDelegationHandling(RequestRequirements, Principal, Map<String, Object>, ReceivedToken, Principal, Set<Principal>) - Method in class org.apache.cxf.sts.operation.AbstractOperation
 
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.
postShutdown() - Method in class org.apache.cxf.sts.cache.EHCacheIdentityCache
 
preShutdown() - Method in class org.apache.cxf.sts.cache.EHCacheIdentityCache
 
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.
processClaim(Claim, Map<String, Attribute>, Principal) - Method in class org.apache.cxf.sts.claims.LdapClaimsHandler
 
processClaims(TokenProviderParameters) - Static method in class org.apache.cxf.sts.claims.ClaimsUtils
 
ProcessedClaim - Class in org.apache.cxf.sts.claims
This represents a Claim that has been processed by a ClaimsHandler instance.
ProcessedClaim() - Constructor for class org.apache.cxf.sts.claims.ProcessedClaim
 
ProcessedClaim(ProcessedClaim) - Constructor for class org.apache.cxf.sts.claims.ProcessedClaim
 
ProcessedClaimCollection - Class in org.apache.cxf.sts.claims
This holds a collection of Claims that have been processed by a ClaimsHandler implementation
ProcessedClaimCollection() - Constructor for class org.apache.cxf.sts.claims.ProcessedClaimCollection
 
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)
publishEvent(AbstractSTSEvent) - Method in class org.apache.cxf.sts.operation.AbstractOperation
 

Q

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

R

REALM - org.apache.cxf.sts.event.map.KEYS
 
RealmParser - Interface in org.apache.cxf.sts
This interface defines a pluggable way of defining a realm for the current request.
RealmProperties - Class in org.apache.cxf.sts.token.realm
This class defines some properties that are associated with a realm for issuing or validating a particular token.
RealmProperties() - Constructor for class org.apache.cxf.sts.token.realm.RealmProperties
 
RealmSupport - Interface in org.apache.cxf.sts.token.realm
 
ReceivedCredential - Class in org.apache.cxf.sts.request
This class represents a received credential.
ReceivedCredential() - Constructor for class org.apache.cxf.sts.request.ReceivedCredential
 
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
 
REMOTE_HOST - org.apache.cxf.sts.event.map.KEYS
 
REMOTE_PORT - org.apache.cxf.sts.event.map.KEYS
 
remove(String) - Method in class org.apache.cxf.sts.cache.HazelCastTokenStore
 
remove(String, String) - Method in class org.apache.cxf.sts.cache.EHCacheIdentityCache
 
remove(String, String) - Method in interface org.apache.cxf.sts.cache.IdentityCache
 
remove(String, String) - Method in class org.apache.cxf.sts.cache.MemoryIdentityCache
 
removeEmptyClaims(ProcessedClaimCollection) - Method in class org.apache.cxf.sts.claims.mapper.ClaimUtils
Removes Claims without values.
removeToken(RequestSecurityTokenType) - Method in interface org.apache.cxf.sts.rest.RESTSecurityTokenService
removeToken(RequestSecurityTokenType) - Method in class org.apache.cxf.sts.rest.RESTSecurityTokenServiceImpl
 
renew - org.apache.cxf.sts.rest.RESTSecurityTokenService.Action
 
renew(RequestSecurityTokenType, Principal, Map<String, Object>) - Method in class org.apache.cxf.sts.operation.TokenRenewOperation
 
RENEW_PRINCIPAL - org.apache.cxf.sts.event.map.KEYS
 
RENEW_TARGET - 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
 
RENEWING - Static variable in class org.apache.cxf.sts.QNameConstants
 
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
 
requestCollection(RequestSecurityTokenCollectionType, Principal, Map<String, Object>) - 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
 
RequestRequirements - Class in org.apache.cxf.sts.request
This class contains values that have been extracted from the request
RequestRequirements() - Constructor for class org.apache.cxf.sts.request.RequestRequirements
 
resolveRelationship(String, String) - Method in class org.apache.cxf.sts.token.realm.RelationshipResolver
 
RESTSecurityTokenService - Interface in org.apache.cxf.sts.rest
 
RESTSecurityTokenService.Action - Enum in org.apache.cxf.sts.rest
 
RESTSecurityTokenServiceImpl - Class in org.apache.cxf.sts.rest
 
RESTSecurityTokenServiceImpl() - Constructor for class org.apache.cxf.sts.rest.RESTSecurityTokenServiceImpl
 
retrieveClaimValues(ClaimCollection, ClaimCollection, ClaimsParameters) - Method in class org.apache.cxf.sts.claims.ClaimsManager
 
retrieveClaimValues(ClaimCollection, ClaimsParameters) - Method in interface org.apache.cxf.sts.claims.ClaimsHandler
 
retrieveClaimValues(ClaimCollection, ClaimsParameters) - Method in class org.apache.cxf.sts.claims.ClaimsManager
 
retrieveClaimValues(ClaimCollection, ClaimsParameters) - Method in class org.apache.cxf.sts.claims.LdapClaimsHandler
 
retrieveClaimValues(ClaimCollection, ClaimsParameters) - Method in class org.apache.cxf.sts.claims.LdapGroupClaimsHandler
 
retrieveClaimValues(ClaimCollection, ClaimsParameters) - Method in class org.apache.cxf.sts.claims.StaticClaimsHandler
 
retrieveClaimValues(ClaimCollection, ClaimsParameters) - Method in class org.apache.cxf.sts.claims.StaticEndpointClaimsHandler
 
returnReferences - Variable in class org.apache.cxf.sts.operation.AbstractOperation
 

S

SAML_ROLE_ATTRIBUTENAME_DEFAULT - Static variable in class org.apache.cxf.sts.token.validator.DefaultSAMLRoleParser
This configuration tag specifies the default attribute name where the roles are present The default is "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/role".
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
 
SamlCustomHandler - Interface in org.apache.cxf.sts.token.provider
Implementation of this interface updates SAML tokens in any custom way before it will be signed by SAMLTokenProvider.
SAMLDelegationHandler - Class in org.apache.cxf.sts.token.delegation
The SAML TokenDelegationHandler implementation.
SAMLDelegationHandler() - Constructor for class org.apache.cxf.sts.token.delegation.SAMLDelegationHandler
 
SAMLRealmCodec - Interface in org.apache.cxf.sts.token.realm
This interface defines a pluggable way to return a realm associated with a SAML Assertion.
SAMLRoleParser - Interface in org.apache.cxf.sts.token.validator
This interface defines a way to extract roles from 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
setAcceptClientLifetime(boolean) - Method in class org.apache.cxf.sts.token.provider.jwt.DefaultJWTClaimsProvider
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.delegation.TokenDelegationResponse
 
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
 
setAllowCustomContent(boolean) - Method in class org.apache.cxf.sts.operation.AbstractOperation
 
setAllowCustomContent(boolean) - Method in class org.apache.cxf.sts.request.RequestParser
 
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.delegation.TokenDelegationParameters
 
setAppliesToAddress(String) - Method in class org.apache.cxf.sts.token.provider.TokenProviderParameters
 
setAppliesToAddress(String) - Method in class org.apache.cxf.sts.token.renewer.TokenRenewerParameters
 
setAppliesToScopeMapping(Map<String, String>) - Method in class org.apache.cxf.sts.claims.LdapGroupClaimsHandler
 
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
setAttrBeanList(List<AttributeStatementBean>) - Method in class org.apache.cxf.sts.token.provider.SubjectProviderParameters
 
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.
setAuthBeanList(List<AuthenticationStatementBean>) - Method in class org.apache.cxf.sts.token.provider.SubjectProviderParameters
 
setAuthDecisionBeanList(List<AuthDecisionStatementBean>) - Method in class org.apache.cxf.sts.token.provider.SubjectProviderParameters
 
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
 
setBus(Bus) - Method in class org.apache.cxf.sts.StaticSTSProperties
 
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.RealmProperties
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.RealmProperties
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
 
setCheckAudienceRestriction(boolean) - Method in class org.apache.cxf.sts.token.delegation.SAMLDelegationHandler
Set whether to perform a check that the received AppliesTo address is contained in the token as one of the AudienceRestriction URIs.
setClaimHandlers(List<ClaimsHandler>) - Method in class org.apache.cxf.sts.claims.ClaimsManager
 
setClaimParsers(List<ClaimsParser>) - Method in class org.apache.cxf.sts.claims.ClaimsManager
 
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
 
setClaimTypeMap(Map<String, String>) - Method in class org.apache.cxf.sts.rest.RESTSecurityTokenServiceImpl
 
setClaimTypeMap(Map<String, String>) - Method in class org.apache.cxf.sts.token.provider.jwt.DefaultJWTClaimsProvider
Specify a way to map ClaimType URIs to custom ClaimTypes
setClockOffset(int) - Method in class org.apache.cxf.sts.token.validator.jwt.JWTTokenValidator
 
setCombineClaimAttributes(boolean) - Method in class org.apache.cxf.sts.token.provider.SAMLTokenProvider
 
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
 
setCreated(Instant) - Method in class org.apache.cxf.sts.token.provider.TokenProviderResponse
Set the Instant that this Token was Created
setCreated(Instant) - Method in class org.apache.cxf.sts.token.renewer.TokenRenewerResponse
Set the Instant that this Token was Created
setCustomFilters(List<Filter>) - Method in class org.apache.cxf.sts.claims.LdapGroupClaimsHandler
Define some custom filters to use in retrieving group membership information.
setDateFormat(String) - Method in class org.apache.cxf.sts.event.map.MapEventLogger
 
setDecryptedKey(byte[]) - Method in class org.apache.cxf.sts.request.Entropy
 
setDefaultKeyType(String) - Method in class org.apache.cxf.sts.rest.RESTSecurityTokenServiceImpl
 
setDelegationAllowed(boolean) - Method in class org.apache.cxf.sts.token.delegation.TokenDelegationResponse
 
setDelegationHandlers(List<TokenDelegationHandler>) - Method in class org.apache.cxf.sts.operation.AbstractOperation
 
setDelimiter(String) - Method in class org.apache.cxf.sts.claims.LdapClaimsHandler
 
setDigestAlgorithm(String) - Method in class org.apache.cxf.sts.SignatureProperties
Set the Digest algorithm to use for Signature
setDoc(Document) - Method in class org.apache.cxf.sts.token.provider.SubjectProviderParameters
 
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
setEncryptionCryptoProperties(Object) - Method in class org.apache.cxf.sts.StaticSTSProperties
Set the Object corresponding to the encryption Properties class.
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
 
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
 
setEncryptToken(boolean) - Method in class org.apache.cxf.sts.token.provider.TokenProviderParameters
 
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(byte[]) - Method in class org.apache.cxf.sts.token.provider.TokenProviderResponse
Set the entropy associated with the token.
setEntropy(Entropy) - Method in class org.apache.cxf.sts.request.KeyRequirements
 
setEventListener(STSEventListener) - Method in class org.apache.cxf.sts.operation.AbstractOperation
 
setEventListener(STSEventListener) - Method in class org.apache.cxf.sts.provider.DefaultSecurityTokenServiceProvider
 
setExpires(String) - Method in class org.apache.cxf.sts.request.Lifetime
 
setExpires(Instant) - Method in class org.apache.cxf.sts.token.provider.TokenProviderResponse
Set the Instant that this Token expires
setExpires(Instant) - Method in class org.apache.cxf.sts.token.renewer.TokenRenewerResponse
Set the Instant that this Token expires
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
setFailLifetimeExceedance(boolean) - Method in class org.apache.cxf.sts.token.provider.jwt.DefaultJWTClaimsProvider
If requested lifetime exceeds shall it fail (default) or overwrite with maximum lifetime
setFieldOrder(List<String>) - Method in class org.apache.cxf.sts.event.map.MapEventLogger
 
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.
setFutureTimeToLive(long) - Method in class org.apache.cxf.sts.token.provider.jwt.DefaultJWTClaimsProvider
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
 
setGroupBaseDN(String) - Method in class org.apache.cxf.sts.claims.LdapGroupClaimsHandler
 
setGroupMemberAttribute(String) - Method in class org.apache.cxf.sts.claims.LdapGroupClaimsHandler
 
setGroupNameGlobalFilter(String) - Method in class org.apache.cxf.sts.claims.LdapGroupClaimsHandler
 
setGroupNameScopedFilter(String) - Method in class org.apache.cxf.sts.claims.LdapGroupClaimsHandler
 
setGroupObjectClass(String) - Method in class org.apache.cxf.sts.claims.LdapGroupClaimsHandler
 
setGroupURI(String) - Method in class org.apache.cxf.sts.claims.LdapGroupClaimsHandler
 
setHazelcastInstance(HazelcastInstance) - Method in class org.apache.cxf.sts.cache.HazelCastTokenStore
Set the Hazelcast instance, otherwise default instance used If you configure Hazelcast instance in spring, you must inject the instance here.
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.claims.ClaimsManager
 
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
 
setIncludeLifetimeElement(boolean) - Method in class org.apache.cxf.sts.operation.AbstractOperation
 
setIssuer(String) - Method in class org.apache.cxf.sts.claims.ProcessedClaim
 
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.jwt.JWTClaimsProviderParameters
 
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.RealmProperties
Set the issuer of this realm
setIssueSingleOperation(IssueSingleOperation) - Method in class org.apache.cxf.sts.operation.TokenRequestCollectionOperation
 
setJexlEngine(JexlEngine) - Method in class org.apache.cxf.sts.claims.mapper.JexlClaimsMapper
 
setJwtClaimsProvider(JWTClaimsProvider) - Method in class org.apache.cxf.sts.token.provider.jwt.JWTTokenProvider
 
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.request.RequestRequirements
 
setKeyRequirements(KeyRequirements) - Method in class org.apache.cxf.sts.token.canceller.TokenCancellerParameters
 
setKeyRequirements(KeyRequirements) - Method in class org.apache.cxf.sts.token.delegation.TokenDelegationParameters
 
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
 
setLdapTemplate(LdapTemplate) - Method in class org.apache.cxf.sts.claims.LdapGroupClaimsHandler
 
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.jwt.DefaultJWTClaimsProvider
Set the default lifetime in seconds for issued JWT tokens
setLifetime(long) - Method in class org.apache.cxf.sts.token.provider.SCTProvider
Set the lifetime of the generated SCT
setLifetime(Lifetime) - Method in class org.apache.cxf.sts.request.TokenRequirements
 
setLogFieldname(boolean) - Method in class org.apache.cxf.sts.event.map.MapEventLogger
 
setLogLevel(String) - Method in class org.apache.cxf.sts.event.map.MapEventLogger
 
setLogStacktrace(boolean) - Method in class org.apache.cxf.sts.event.map.MapEventLogger
 
setMaxAddressLength(int) - Method in class org.apache.cxf.sts.service.StaticService
Set the maximum allowable address length to compare against the addresses set in setEndpoints
setMaxCacheItems(long) - Method in class org.apache.cxf.sts.cache.MemoryIdentityCache
 
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
setMaxLifetime(long) - Method in class org.apache.cxf.sts.token.provider.jwt.DefaultJWTClaimsProvider
Set the maximum lifetime in seconds for issued JWT tokens
setMessageContext(Map<String, Object>) - Method in class org.apache.cxf.sts.claims.ClaimsParameters
 
setMessageContext(Map<String, Object>) - Method in class org.apache.cxf.sts.token.canceller.TokenCancellerParameters
 
setMessageContext(Map<String, Object>) - Method in class org.apache.cxf.sts.token.delegation.TokenDelegationParameters
 
setMessageContext(Map<String, Object>) - Method in class org.apache.cxf.sts.token.provider.TokenProviderParameters
 
setMessageContext(Map<String, Object>) - Method in class org.apache.cxf.sts.token.renewer.TokenRenewerParameters
 
setMessageContext(Map<String, Object>) - Method in class org.apache.cxf.sts.token.validator.TokenValidatorParameters
 
setMinimumKeySize(long) - Method in class org.apache.cxf.sts.SignatureProperties
Set the minimum key size to use when generating a symmetric key.
setName(String) - Method in class org.apache.cxf.sts.token.realm.RealmProperties
Set the name of this realm
setNameFormat(String) - Method in class org.apache.cxf.sts.claims.ClaimsAttributeStatementProvider
 
setNameFormat(String) - Method in class org.apache.cxf.sts.claims.CombinedClaimsAttributeStatementProvider
 
setObjectClass(String) - Method in class org.apache.cxf.sts.claims.LdapClaimsHandler
 
setOnBehalfOf(ReceivedToken) - Method in class org.apache.cxf.sts.request.TokenRequirements
 
setOriginalIssuer(String) - Method in class org.apache.cxf.sts.claims.ProcessedClaim
 
setParticipants(List<Object>) - Method in class org.apache.cxf.sts.request.Participants
 
setParticipants(Participants) - Method in class org.apache.cxf.sts.request.TokenRequirements
 
setPrimaryClaims(ClaimCollection) - Method in class org.apache.cxf.sts.request.TokenRequirements
 
setPrimaryParticipant(Object) - Method in class org.apache.cxf.sts.request.Participants
 
setPrincipal(Principal) - Method in class org.apache.cxf.sts.claims.ClaimsParameters
 
setPrincipal(Principal) - Method in class org.apache.cxf.sts.claims.ProcessedClaim
 
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.delegation.TokenDelegationParameters
 
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
 
setProviderParameters(TokenProviderParameters) - Method in class org.apache.cxf.sts.token.provider.jwt.JWTClaimsProviderParameters
 
setProviderParameters(TokenProviderParameters) - Method in class org.apache.cxf.sts.token.provider.SubjectProviderParameters
 
setPublicKey(PublicKey) - Method in class org.apache.cxf.sts.request.ReceivedCredential
 
setRealm(String) - Method in class org.apache.cxf.sts.claims.ClaimsParameters
 
setRealm(String) - Method in class org.apache.cxf.sts.claims.LdapClaimsHandler
 
setRealm(String) - Method in class org.apache.cxf.sts.claims.LdapGroupClaimsHandler
 
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
 
setRealmCodec(JWTRealmCodec) - Method in class org.apache.cxf.sts.token.validator.jwt.JWTTokenValidator
 
setRealmMap(Map<String, ? extends RealmProperties>) - Method in class org.apache.cxf.sts.token.provider.jwt.JWTTokenProvider
Set the map of realm->RealmProperties for this token provider
setRealmMap(Map<String, ? extends RealmProperties>) - Method in class org.apache.cxf.sts.token.provider.SAMLTokenProvider
Set the map of realm->RealmProperties for this token provider
setRealmMap(Map<String, ? extends RealmProperties>) - Method in class org.apache.cxf.sts.token.renewer.SAMLTokenRenewer
Set the map of realm->RealmProperties 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.
setReceivedCredential(ReceivedCredential) - 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
 
setRequestClaimsOptional(boolean) - Method in class org.apache.cxf.sts.rest.RESTSecurityTokenServiceImpl
 
setRequestedPrimaryClaims(ClaimCollection) - Method in class org.apache.cxf.sts.token.provider.TokenProviderParameters
 
setRequestedSecondaryClaims(ClaimCollection) - 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
 
setRoleAttributeName(String) - Method in class org.apache.cxf.sts.token.validator.DefaultSAMLRoleParser
Set the attribute URI of the SAML AttributeStatement where the role information is stored.
setRoleClaim(String) - Method in class org.apache.cxf.sts.token.validator.jwt.DefaultJWTRoleParser
 
setRoleClassifier(String) - Method in class org.apache.cxf.sts.token.validator.DefaultSubjectRoleParser
Set the Subject Role Classifier to use.
setRoleClassifierType(String) - Method in class org.apache.cxf.sts.token.validator.DefaultSubjectRoleParser
Set the Subject Role Classifier Type to use.
setRoleParser(JWTRoleParser) - Method in class org.apache.cxf.sts.token.validator.jwt.JWTTokenValidator
 
setRoleParser(SubjectRoleParser) - Method in class org.apache.cxf.sts.token.validator.UsernameTokenValidator
 
setRoles(Set<Principal>) - Method in class org.apache.cxf.sts.claims.ClaimsParameters
 
setRoles(Set<Principal>) - Method in class org.apache.cxf.sts.request.ReceivedToken
 
setRoles(Set<Principal>) - Method in class org.apache.cxf.sts.token.validator.TokenValidatorResponse
 
setSamlCustomHandler(SamlCustomHandler) - Method in class org.apache.cxf.sts.token.provider.SAMLTokenProvider
 
setSamlRealmCodec(SAMLRealmCodec) - Method in class org.apache.cxf.sts.StaticSTSProperties
 
setSamlRealmCodec(SAMLRealmCodec) - Method in interface org.apache.cxf.sts.STSPropertiesMBean
Set the SAML Realm Codec object to use.
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
setSamlRoleParser(SAMLRoleParser) - Method in class org.apache.cxf.sts.token.validator.SAMLTokenValidator
 
setScript(String) - Method in class org.apache.cxf.sts.claims.mapper.JexlClaimsMapper
 
setScript(JexlScript) - Method in class org.apache.cxf.sts.claims.mapper.JexlClaimsMapper
 
setSecondaryClaims(ClaimCollection) - Method in class org.apache.cxf.sts.request.TokenRequirements
 
setSecret(byte[]) - Method in class org.apache.cxf.sts.token.provider.SubjectProviderParameters
 
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.RealmProperties
Set the signature alias to use for this 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.RealmProperties
Set the signature Crypto object
setSignatureCryptoProperties(Object) - Method in class org.apache.cxf.sts.StaticSTSProperties
Set the Object corresponding to the signature Properties class.
setSignatureCryptoProperties(Object) - Method in class org.apache.cxf.sts.token.realm.RealmProperties
Set the Object corresponding to the signature Properties class.
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.RealmProperties
Set the SignatureProperties to use.
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.jwt.JWTTokenProvider
Set whether the provided token will be signed or not.
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
 
setStatistics(MemoryIdentityCacheStatistics) - Method in class org.apache.cxf.sts.cache.AbstractIdentityCache
 
setStopProcessingOnException(boolean) - Method in class org.apache.cxf.sts.claims.ClaimsManager
 
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.delegation.TokenDelegationParameters
 
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
setSubjectConstraints(List<String>) - Method in class org.apache.cxf.sts.token.validator.X509TokenValidator
Set a list of Strings corresponding to regular expression constraints on the subject DN of a certificate
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<String>) - Method in class org.apache.cxf.sts.claims.StaticEndpointClaimsHandler
 
setSupportedRealms(List<String>) - Method in class org.apache.cxf.sts.claims.LdapClaimsHandler
 
setSupportedRealms(List<String>) - Method in class org.apache.cxf.sts.claims.LdapGroupClaimsHandler
 
setTargetRealm(String) - Method in class org.apache.cxf.sts.token.realm.Relationship
 
setToken(Object) - Method in class org.apache.cxf.sts.request.ReceivedToken
 
setToken(Object) - Method in class org.apache.cxf.sts.token.provider.TokenProviderResponse
Set the token
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(ReceivedToken) - Method in class org.apache.cxf.sts.token.delegation.TokenDelegationParameters
 
setToken(ReceivedToken) - Method in class org.apache.cxf.sts.token.delegation.TokenDelegationResponse
 
setToken(ReceivedToken) - Method in class org.apache.cxf.sts.token.renewer.TokenRenewerParameters
 
setToken(ReceivedToken) - Method in class org.apache.cxf.sts.token.validator.TokenValidatorParameters
 
setToken(ReceivedToken) - Method in class org.apache.cxf.sts.token.validator.TokenValidatorResponse
 
setToken(Element) - Method in class org.apache.cxf.sts.token.renewer.TokenRenewerResponse
Set the token
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
setTokenPrincipal(Principal) - Method in class org.apache.cxf.sts.token.delegation.TokenDelegationParameters
 
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.request.RequestRequirements
 
setTokenRequirements(TokenRequirements) - Method in class org.apache.cxf.sts.token.canceller.TokenCancellerParameters
 
setTokenRequirements(TokenRequirements) - Method in class org.apache.cxf.sts.token.delegation.TokenDelegationParameters
 
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
 
setTokenRoles(Set<Principal>) - Method in class org.apache.cxf.sts.token.delegation.TokenDelegationParameters
 
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.delegation.TokenDelegationParameters
 
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
setTokenTypeMap(Map<String, String>) - Method in class org.apache.cxf.sts.rest.RESTSecurityTokenServiceImpl
 
setTokenValidators(List<TokenValidator>) - Method in class org.apache.cxf.sts.operation.AbstractOperation
 
setTokenWrapper(TokenWrapper) - Method in class org.apache.cxf.sts.operation.AbstractOperation
 
setTtl(int) - Method in class org.apache.cxf.sts.token.validator.jwt.JWTTokenValidator
 
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
 
setType(ProcessedClaim, String) - Method in class org.apache.cxf.sts.claims.mapper.ClaimUtils
 
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
setUseDeflateEncoding(boolean) - Method in class org.apache.cxf.sts.rest.RESTSecurityTokenServiceImpl
 
setUseDirectReference(boolean) - Method in class org.apache.cxf.sts.token.provider.TokenReference
Set whether to use direct reference to refer to this token
setUseFullGroupNameAsValue(boolean) - Method in class org.apache.cxf.sts.claims.LdapGroupClaimsHandler
 
setUseJaasSubject(boolean) - Method in class org.apache.cxf.sts.token.validator.DefaultSAMLRoleParser
Whether to get roles from the JAAS Subject (if not null) returned from SAML Assertion Validation or not.
setUseJaasSubject(boolean) - Method in class org.apache.cxf.sts.token.validator.jwt.DefaultJWTRoleParser
Whether to get roles from the JAAS Subject (if not null) returned from SAML Assertion Validation or not.
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
 
setUserBaseDN(String) - Method in class org.apache.cxf.sts.claims.LdapGroupClaimsHandler
 
setUserBaseDNs(List<String>) - Method in class org.apache.cxf.sts.claims.LdapClaimsHandler
 
setUserNameAttribute(String) - Method in class org.apache.cxf.sts.claims.LdapClaimsHandler
 
setUserNameAttribute(String) - Method in class org.apache.cxf.sts.claims.LdapGroupClaimsHandler
 
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
setUserObjectClass(String) - Method in class org.apache.cxf.sts.claims.LdapGroupClaimsHandler
 
setUseX500CN(boolean) - Method in class org.apache.cxf.sts.token.provider.jwt.DefaultJWTClaimsProvider
 
setValidateOperation(ValidateOperation) - Method in class org.apache.cxf.sts.operation.TokenRequestCollectionOperation
 
setValidateSignatureAgainstProfile(boolean) - Method in class org.apache.cxf.sts.token.validator.SAMLTokenValidator
Whether to validate the signature of the Assertion (if it exists) against the relevant profile.
setValidateTarget(ReceivedToken) - Method in class org.apache.cxf.sts.request.TokenRequirements
 
setValidateUseKey(boolean) - Method in class org.apache.cxf.sts.StaticSTSProperties
Set whether to validate a client Public Key or Certificate presented as part of a UseKey element.
setValidateUseKey(boolean) - Method in interface org.apache.cxf.sts.STSPropertiesMBean
Set whether to validate a client Public Key or Certificate presented as part of a UseKey element.
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.
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.
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.ReceivedCredential
 
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
 
signToken(SamlAssertionWrapper, RealmProperties, STSPropertiesMBean, KeyRequirements) - Method in class org.apache.cxf.sts.token.provider.AbstractSAMLTokenProvider
 
singleToMultiValue(ProcessedClaim, String) - Method in class org.apache.cxf.sts.claims.mapper.ClaimUtils
This function is especially useful if multi values from a claim are stored within a single value entry.
STACKTRACE - org.apache.cxf.sts.event.map.KEYS
 
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 - org.apache.cxf.sts.event.map.KEYS
 
STATUS - Static variable in class org.apache.cxf.sts.STSConstants
Status TokenType
storeTokenInCache(SecurityToken, TokenStore, byte[]) - Static method in class org.apache.cxf.sts.cache.CacheUtils
 
STREETADDRESS - Static variable in class org.apache.cxf.sts.claims.ClaimTypes
(street in [RFC 2256]) Street address component of a Subject‟s address information.
STSCancelFailureEvent - Class in org.apache.cxf.sts.event
 
STSCancelFailureEvent(TokenCancellerParameters, long, Exception) - Constructor for class org.apache.cxf.sts.event.STSCancelFailureEvent
 
STSCancelSuccessEvent - Class in org.apache.cxf.sts.event
 
STSCancelSuccessEvent(TokenCancellerParameters, long) - Constructor for class org.apache.cxf.sts.event.STSCancelSuccessEvent
 
STSConstants - Class in org.apache.cxf.sts
 
STSEventListener - Interface in org.apache.cxf.sts.event
 
STSIssueFailureEvent - Class in org.apache.cxf.sts.event
 
STSIssueFailureEvent(TokenProviderParameters, long, Exception) - Constructor for class org.apache.cxf.sts.event.STSIssueFailureEvent
 
STSIssueSuccessEvent - Class in org.apache.cxf.sts.event
 
STSIssueSuccessEvent(TokenProviderParameters, long) - Constructor for class org.apache.cxf.sts.event.STSIssueSuccessEvent
 
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.
STSRenewFailureEvent - Class in org.apache.cxf.sts.event
 
STSRenewFailureEvent(TokenRenewerParameters, long, Exception) - Constructor for class org.apache.cxf.sts.event.STSRenewFailureEvent
 
STSRenewSuccessEvent - Class in org.apache.cxf.sts.event
 
STSRenewSuccessEvent(TokenRenewerParameters, long) - Constructor for class org.apache.cxf.sts.event.STSRenewSuccessEvent
 
STSValidateFailureEvent - Class in org.apache.cxf.sts.event
 
STSValidateFailureEvent(TokenValidatorParameters, long, Exception) - Constructor for class org.apache.cxf.sts.event.STSValidateFailureEvent
 
STSValidateSuccessEvent - Class in org.apache.cxf.sts.event
 
STSValidateSuccessEvent(TokenValidatorParameters, long) - Constructor for class org.apache.cxf.sts.event.STSValidateSuccessEvent
 
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.
SubjectProviderParameters - Class in org.apache.cxf.sts.token.provider
The parameters that are passed through to a SubjectProvider implementation to create a Subject(Bean).
SubjectProviderParameters() - Constructor for class org.apache.cxf.sts.token.provider.SubjectProviderParameters
 
SubjectRoleParser - Interface in org.apache.cxf.sts.token.validator
This interface defines a way to extract roles from a JAAS Subject
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

TIME - org.apache.cxf.sts.event.map.KEYS
 
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
 
TokenCancellerParametersSupport - Interface in org.apache.cxf.sts.event
 
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
 
TokenDelegationHandler - Interface in org.apache.cxf.sts.token.delegation
This interface controls whether the STS allows an authenticated user to get a token OnBehalfOf or ActAs another token.
TokenDelegationParameters - Class in org.apache.cxf.sts.token.delegation
This class encapsulates the parameters that will be passed to a TokenDelegationHandler instance to.
TokenDelegationParameters() - Constructor for class org.apache.cxf.sts.token.delegation.TokenDelegationParameters
 
TokenDelegationResponse - Class in org.apache.cxf.sts.token.delegation
This class encapsulates the response from a TokenDelegationHandler instance.
TokenDelegationResponse() - Constructor for class org.apache.cxf.sts.token.delegation.TokenDelegationResponse
 
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
 
TokenProviderParametersSupport - Interface in org.apache.cxf.sts.event
 
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
 
TokenProviderUtils - Class in org.apache.cxf.sts.token.provider
 
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
 
TokenRenewerParametersSupport - Interface in org.apache.cxf.sts.event
 
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
 
TOKENTYPE - org.apache.cxf.sts.event.map.KEYS
 
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
 
TokenValidatorParametersSupport - Interface in org.apache.cxf.sts.event
 
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
 
tokenWrapper - Variable in class org.apache.cxf.sts.operation.AbstractOperation
 
TokenWrapper - Interface in org.apache.cxf.sts.operation
This interface defines a pluggable way of "wrapping" tokens that are issued by the STS.
toString() - Method in class org.apache.cxf.sts.claims.ProcessedClaim
 

U

updateIssuer(ProcessedClaimCollection, String) - Method in class org.apache.cxf.sts.claims.mapper.ClaimUtils
All claims within the provided collection will be updated in the following manner: If no original issuer is set, the issuer in the provided claims will be set as original issuer.
upperCaseValues(ProcessedClaim) - Method in class org.apache.cxf.sts.claims.mapper.ClaimUtils
 
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
URL - org.apache.cxf.sts.event.map.KEYS
 
USE_ENDPOINT_AS_CERT_ALIAS - Static variable in class org.apache.cxf.sts.STSConstants
Constant to specify service endpoint as certificate alias for encryption.
USE_KEY - Static variable in class org.apache.cxf.sts.QNameConstants
 
USERNAME_TOKEN - Static variable in class org.apache.cxf.sts.QNameConstants
 
UsernameTokenDelegationHandler - Class in org.apache.cxf.sts.token.delegation
This TokenDelegationHandler implementation allows UsernameTokens for OnBehalfOf/ActAs.
UsernameTokenDelegationHandler() - Constructor for class org.apache.cxf.sts.token.delegation.UsernameTokenDelegationHandler
 
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 - org.apache.cxf.sts.request.ReceivedToken.STATE
 
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 - org.apache.cxf.sts.rest.RESTSecurityTokenService.Action
 
validate(RequestSecurityTokenType, Principal, Map<String, Object>) - Method in class org.apache.cxf.sts.operation.TokenValidateOperation
 
VALIDATE_PRINCIPAL - org.apache.cxf.sts.event.map.KEYS
 
VALIDATE_TARGET - Static variable in class org.apache.cxf.sts.QNameConstants
 
validateAssertion(SamlAssertionWrapper) - Method in class org.apache.cxf.sts.token.validator.SAMLTokenValidator
Validate the assertion against schemas/profiles
validateConditions(SamlAssertionWrapper, ReceivedToken) - Method in class org.apache.cxf.sts.token.validator.SAMLTokenValidator
 
validateReceivedToken(Principal, Map<String, Object>, String, TokenRequirements, ReceivedToken) - Method in class org.apache.cxf.sts.operation.AbstractOperation
 
validateToken(JwtToken) - Method in class org.apache.cxf.sts.token.validator.jwt.JWTTokenValidator
 
validateToken(TokenValidatorParameters) - Method in class org.apache.cxf.sts.token.validator.jwt.JWTTokenValidator
Validate a Token using the given TokenValidatorParameters.
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.event.map.KEYS
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cxf.sts.request.ReceivedToken.STATE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cxf.sts.rest.RESTSecurityTokenService.Action
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.cxf.sts.event.map.KEYS
Returns an array containing the constants of this enum type, in the order they are declared.
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 are declared.
values() - Static method in enum org.apache.cxf.sts.rest.RESTSecurityTokenService.Action
Returns an array containing the constants of this enum type, in the order they are declared.

W

WEB_PAGE - Static variable in class org.apache.cxf.sts.claims.ClaimTypes
The Web page of a Subject expressed as a URL.
wrapToken(Object, RequestedSecurityTokenType) - Method in class org.apache.cxf.sts.operation.DefaultTokenWrapper
Wrap the Token parameter and set it on the RequestedSecurityTokenType parameter
wrapToken(Object, RequestedSecurityTokenType) - Method in interface org.apache.cxf.sts.operation.TokenWrapper
Wrap the Token parameter and set it on the RequestedSecurityTokenType parameter
wrapValues(ProcessedClaim, String, String) - Method in class org.apache.cxf.sts.claims.mapper.ClaimUtils
 
WS_SEC_PRINCIPAL - org.apache.cxf.sts.event.map.KEYS
 
WS_TRUST_FACTORY - Static variable in class org.apache.cxf.sts.QNameConstants
 
WS_TRUST14_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
WSP_NS_06 - Static variable in class org.apache.cxf.sts.STSConstants
WS-Policy 2006 namespace (deprecated)
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 or an X509Data DOM Element).
X509TokenValidator() - Constructor for class org.apache.cxf.sts.token.validator.X509TokenValidator
 
A B C D E F G H I J K L M N O P Q R S T U V W X 
All Classes All Packages