Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.cxf.sts Classes and Interfaces - 129 results found.
NameDescriptionTypePackageFramework
AbstractOperationThis abstract class contains some common functionality for different operations.Classorg.apache.cxf.sts.operationApache CXF
AbstractSAMLTokenProviderClassorg.apache.cxf.sts.token.providerApache CXF
AbstractSTSEventClassorg.apache.cxf.sts.eventApache CXF
AbstractSTSFailureEventClassorg.apache.cxf.sts.eventApache CXF
AbstractSTSSuccessEventClassorg.apache.cxf.sts.eventApache CXF
AttributeStatementProviderAn interface that allows a pluggable way of obtaining an AttributeStatementBean.Interfaceorg.apache.cxf.sts.token.providerApache CXF
AuthDecisionStatementProviderAn interface that allows a pluggable way of obtaining an AuthDecisionStatementBean.Interfaceorg.apache.cxf.sts.token.providerApache CXF
AuthenticationStatementProviderAn interface that allows a pluggable way of obtaining an AuthenticationStatementBean.Interfaceorg.apache.cxf.sts.token.providerApache CXF
BinarySecretThis class contains values that have been extracted from a BinarySecret structure.Classorg.apache.cxf.sts.requestApache CXF
CacheUtilsClassorg.apache.cxf.sts.cacheApache CXF
CertConstraintsParserThis class provides the functionality to match a given X509Certificate against a list of regular expressions.Classorg.apache.cxf.sts.token.realmApache CXF
ClaimsAttributeStatementProviderClassorg.apache.cxf.sts.claimsApache CXF
ClaimsHandlerThis interface provides a pluggable way to handle Claims.Interfaceorg.apache.cxf.sts.claimsApache CXF
ClaimsManagerThis class holds various ClaimsHandler implementations.Classorg.apache.cxf.sts.claimsApache CXF
ClaimsMapperInterfaceorg.apache.cxf.sts.claimsApache CXF
ClaimsParametersThis class encapsulates the parameters that will be passed to a ClaimsHandler instance to to retrieve claims.Classorg.apache.cxf.sts.claimsApache CXF
ClaimsParserInterfaceorg.apache.cxf.sts.claimsApache CXF
ClaimTypesClassorg.apache.cxf.sts.claimsApache CXF
ClaimUtilsThis claim util class provides methods to make the handling of claims and claim values easier.Classorg.apache.cxf.sts.claims.mapperApache CXF
ConditionsProviderAn interface that allows a pluggable way of obtaining a SAML ConditionsBean used to populate the Conditions of a SAML Assertion.Interfaceorg.apache.cxf.sts.token.providerApache CXF
DefaultAttributeStatementProviderA default AttributeStatementProvider implementation.Classorg.apache.cxf.sts.token.providerApache CXF
DefaultConditionsProviderA default implementation of the ConditionsProvider interface.Classorg.apache.cxf.sts.token.providerApache CXF
DefaultInMemoryTokenStoreClassorg.apache.cxf.sts.cacheApache CXF
DefaultSAMLRoleParserClassorg.apache.cxf.sts.token.validatorApache CXF
DefaultSecurityTokenServiceProviderA default SecurityTokenServiceProvider implementation that defines the Issue and Validate Operations of the STS and adds support for issuing and validating SAML Assertions, andClassorg.apache.cxf.sts.providerApache CXF
DefaultSubjectProviderA default implementation of SubjectProvider to create a SAML Assertion.Classorg.apache.cxf.sts.token.providerApache CXF
DefaultSubjectRoleParserClassorg.apache.cxf.sts.token.validatorApache CXF
EHCacheIdentityCacheA EH-Cache based cache to cache identities in different realms where the relationship is of type FederateIdentity.Classorg.apache.cxf.sts.cacheApache CXF
EncryptionPropertiesThis class contains various configuration properties that can be used to encrypt an issued token.Classorg.apache.cxf.sts.serviceApache CXF
EntropyThis class contains values that have been extracted from an Entropy structure.Classorg.apache.cxf.sts.requestApache CXF
EventMapperClassorg.apache.cxf.sts.event.mapApache CXF
HazelCastTokenStoreClassorg.apache.cxf.sts.cacheApache CXF
HOKDelegationHandlerThis TokenDelegationHandler implementation extends the Default implementation to allow SAML Tokens with HolderOfKey Subject Confirmation.Classorg.apache.cxf.sts.token.delegationApache CXF
IdentityCacheInterfaceorg.apache.cxf.sts.cacheApache CXF
IdentityClaimsParserClassorg.apache.cxf.sts.claimsApache CXF
IdentityMapperInterfaceorg.apache.cxf.stsApache CXF
JexlClaimsMapperClassorg.apache.cxf.sts.claims.mapperApache CXF
KeyRequirementsThis class contains values that have been extracted from a RequestSecurityToken corresponding to various key and encryption requirements.Classorg.apache.cxf.sts.requestApache CXF
KEYSClassorg.apache.cxf.sts.event.mapApache CXF
LdapClaimsHandlerClassorg.apache.cxf.sts.claimsApache CXF
LdapGroupClaimsHandlerClassorg.apache.cxf.sts.claimsApache CXF
LdapUtilsClassorg.apache.cxf.sts.claimsApache CXF
LifetimeThis class contains values that have been extracted from a Lifetime element.Classorg.apache.cxf.sts.requestApache CXF
LoggerPatternLayoutLog4JClassorg.apache.cxf.sts.eventApache CXF
LoggerPatternLayoutLogbackClassorg.apache.cxf.sts.eventApache CXF
MapEventClassorg.apache.cxf.sts.event.mapApache CXF
MapEventListenerInterfaceorg.apache.cxf.sts.event.mapApache CXF
MapEventLoggerClassorg.apache.cxf.sts.event.mapApache CXF
MemoryIdentityCacheA simple in-memory HashMap based cache to cache identities in different realms where the relationship is of type FederateIdentity.Classorg.apache.cxf.sts.cacheApache CXF
MemoryIdentityCacheStatisticsClassorg.apache.cxf.sts.cacheApache CXF
ParticipantsThis class contains values that have been extracted from a Participants element.Classorg.apache.cxf.sts.requestApache CXF
ProcessedClaimThis represents a Claim that has been processed by a ClaimsHandler instance.Classorg.apache.cxf.sts.claimsApache CXF
ProcessedClaimCollectionThis holds a collection of Claims that have been processed by a ClaimsHandler implementationSee Also:Serialized FormClassorg.apache.cxf.sts.claimsApache CXF
QNameConstantsThis class holds a collection of QName constants.Classorg.apache.cxf.stsApache CXF
RealmParserThis interface defines a pluggable way of defining a realm for the current request.Interfaceorg.apache.cxf.stsApache CXF
RealmSupportInterfaceorg.apache.cxf.sts.token.realmApache CXF
ReceivedKeyThis class represents a received Key.Classorg.apache.cxf.sts.requestApache CXF
ReceivedTokenThis class contains values that have been extracted from a received Token.Classorg.apache.cxf.sts.requestApache CXF
ReceivedToken .STATEClassorg.apache.cxf.sts.requestApache CXF
RelationshipThis class holds the parameters that will be required to define a one-way relationship between a source and target realm.Classorg.apache.cxf.sts.token.realmApache CXF
RelationshipResolverClassorg.apache.cxf.sts.token.realmApache CXF
RenewingThis class contains values that have been extracted from an Renewing structure.Classorg.apache.cxf.sts.requestApache CXF
RequestParserThis class parses a RequestSecurityToken object.Classorg.apache.cxf.sts.requestApache CXF
RequestRequirementsClassorg.apache.cxf.sts.requestApache CXF
SamlCallbackHandlerThis 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.Classorg.apache.cxf.sts.token.providerApache CXF
SamlCustomHandler SAMLTokenProvider.Interfaceorg.apache.cxf.sts.token.providerApache CXF
SAMLDelegationHandlerThe SAML TokenDelegationHandler implementation.Classorg.apache.cxf.sts.token.delegationApache CXF
SAMLRealmThis class defines some properties that are associated with a realm for the SAMLTokenProvider and SAMLTokenValidator.Classorg.apache.cxf.sts.token.realmApache CXF
SAMLRealmCodecThis interface defines a pluggable way to return a realm associated with a SAML Assertion.Interfaceorg.apache.cxf.sts.token.realmApache CXF
SAMLRoleParserInterfaceorg.apache.cxf.sts.token.validatorApache CXF
SAMLTokenProviderA TokenProvider implementation that provides a SAML Token.Classorg.apache.cxf.sts.token.providerApache CXF
SAMLTokenRenewerA TokenRenewer implementation that renews a (valid or expired) SAML Token.Classorg.apache.cxf.sts.token.renewerApache CXF
SAMLTokenValidatorValidate a SAML Assertion.Classorg.apache.cxf.sts.token.validatorApache CXF
SCTCancellerThis class cancels a SecurityContextToken.Classorg.apache.cxf.sts.token.cancellerApache CXF
SCTInInterceptorClassorg.apache.cxf.sts.interceptorApache CXF
SCTOutInterceptorClassorg.apache.cxf.sts.interceptorApache CXF
SCTProviderA TokenProvider implementation that provides a SecurityContextToken.Classorg.apache.cxf.sts.token.providerApache CXF
SCTValidatorThis class validates a SecurityContextToken.Classorg.apache.cxf.sts.token.validatorApache CXF
ServiceMBeanThis MBean represents a service.Interfaceorg.apache.cxf.sts.serviceApache CXF
SignaturePropertiesThis class contains various configuration properties that can be used to sign an issued token, or generate a symmetric key in the STS.Classorg.apache.cxf.stsApache CXF
StaticClaimsHandlerClassorg.apache.cxf.sts.claimsApache CXF
StaticEndpointClaimsHandlerClassorg.apache.cxf.sts.claimsApache CXF
StaticServiceThis class represents a (static) service.Classorg.apache.cxf.sts.serviceApache CXF
StaticSTSPropertiesA static implementation of the STSPropertiesMBean.Classorg.apache.cxf.stsApache CXF
STSCancelFailureEventClassorg.apache.cxf.sts.eventApache CXF
STSCancelSuccessEventClassorg.apache.cxf.sts.eventApache CXF
STSConstantsClassorg.apache.cxf.stsApache CXF
STSEventListenerInterfaceorg.apache.cxf.sts.eventApache CXF
STSFailureEventInterfaceorg.apache.cxf.sts.eventApache CXF
STSIssueFailureEventClassorg.apache.cxf.sts.eventApache CXF
STSIssueSuccessEventClassorg.apache.cxf.sts.eventApache CXF
STSPropertiesMBeanThis MBean represents the properties associated with the STS.Interfaceorg.apache.cxf.stsApache CXF
STSRenewFailureEventClassorg.apache.cxf.sts.eventApache CXF
STSRenewSuccessEventClassorg.apache.cxf.sts.eventApache CXF
STSValidateFailureEventClassorg.apache.cxf.sts.eventApache CXF
STSValidateSuccessEventClassorg.apache.cxf.sts.eventApache CXF
SubjectProviderAn interface that allows a pluggable way of obtaining a SAML SubjectBean used to populate the Subject of a SAML Assertion.Interfaceorg.apache.cxf.sts.token.providerApache CXF
SubjectRoleParserInterfaceorg.apache.cxf.sts.token.validatorApache CXF
SymmetricKeyHandlerSome common functionality relating to parsing and generating Symmetric Keys.Classorg.apache.cxf.sts.token.providerApache CXF
TokenCancellerAn interface that can cancel a security token.Interfaceorg.apache.cxf.sts.token.cancellerApache CXF
TokenCancellerParametersThis class encapsulates the parameters that will be passed to a TokenCanceller instance to cancel a token.Classorg.apache.cxf.sts.token.cancellerApache CXF
TokenCancellerParametersSupportInterfaceorg.apache.cxf.sts.eventApache CXF
TokenCancellerResponseThis class encapsulates the response from a TokenCanceller instance after cancelling a token.Classorg.apache.cxf.sts.token.cancellerApache CXF
TokenCancelOperationAn implementation for Cancel operation interface.Classorg.apache.cxf.sts.operationApache CXF
TokenDelegationHandlerThis interface controls whether the STS allows an authenticated user to get a token OnBehalfOf or ActAs another token.Interfaceorg.apache.cxf.sts.token.delegationApache CXF
TokenDelegationParametersThis class encapsulates the parameters that will be passed to a TokenDelegationHandler instance to.Classorg.apache.cxf.sts.token.delegationApache CXF
TokenDelegationResponseThis class encapsulates the response from a TokenDelegationHandler instance.Classorg.apache.cxf.sts.token.delegationApache CXF
TokenIssueOperationAn implementation of the IssueOperation interface.Classorg.apache.cxf.sts.operationApache CXF
TokenProviderAn interface that can provide a security token.Interfaceorg.apache.cxf.sts.token.providerApache CXF
TokenProviderParametersThis class encapsulates the parameters that will be passed to a TokenProvider instance to create a token.Classorg.apache.cxf.sts.token.providerApache CXF
TokenProviderParametersSupportInterfaceorg.apache.cxf.sts.eventApache CXF
TokenProviderResponseThis class encapsulates the response from a TokenProvider instance after creating a token.Classorg.apache.cxf.sts.token.providerApache CXF
TokenReferenceClassorg.apache.cxf.sts.token.providerApache CXF
TokenRenewerAn interface that can renew a security token.Interfaceorg.apache.cxf.sts.token.renewerApache CXF
TokenRenewerParametersThis class encapsulates the parameters that will be passed to a TokenRenewer instance to renew a token.Classorg.apache.cxf.sts.token.renewerApache CXF
TokenRenewerParametersSupportInterfaceorg.apache.cxf.sts.eventApache CXF
TokenRenewerResponseThis class encapsulates the response from a TokenRenewer instance after renewing a token.Classorg.apache.cxf.sts.token.renewerApache CXF
TokenRenewOperationAn implementation of the IssueOperation interface to renew tokens.Classorg.apache.cxf.sts.operationApache CXF
TokenRequestCollectionOperationAn implementation of the RequestCollectionOperation interface.Classorg.apache.cxf.sts.operationApache CXF
TokenRequirementsThis class contains values that have been extracted from a RequestSecurityToken corresponding to various token requirements.Classorg.apache.cxf.sts.requestApache CXF
TokenValidateOperationAn implementation of the ValidateOperation interface.Classorg.apache.cxf.sts.operationApache CXF
TokenValidatorAn interface that can validate a security token.Interfaceorg.apache.cxf.sts.token.validatorApache CXF
TokenValidatorParametersThis class encapsulates the parameters that will be passed to a TokenValidator instance to validate a token.Classorg.apache.cxf.sts.token.validatorApache CXF
TokenValidatorParametersSupportInterfaceorg.apache.cxf.sts.eventApache CXF
TokenValidatorResponseThis class encapsulates the response from a TokenValidator instance after validating a token.Classorg.apache.cxf.sts.token.validatorApache CXF
UsernameTokenDelegationHandlerThis TokenDelegationHandler implementation allows UsernameTokens for OnBehalfOf/ActAs.Classorg.apache.cxf.sts.token.delegationApache CXF
UsernameTokenRealmCodecThis interface defines a pluggable way to return a realm associated with a UsernameToken.Interfaceorg.apache.cxf.sts.token.realmApache CXF
UsernameTokenValidatorThis class validates a wsse UsernameToken.Classorg.apache.cxf.sts.token.validatorApache CXF
X509TokenValidatorThis class validates an X.Classorg.apache.cxf.sts.token.validatorApache CXF