Uses of Interface
org.apache.cxf.sts.token.provider.TokenProvider
Packages that use TokenProvider
Package
Description
-
Uses of TokenProvider in org.apache.cxf.sts.operation
Fields in org.apache.cxf.sts.operation with type parameters of type TokenProviderMethods in org.apache.cxf.sts.operation that return types with arguments of type TokenProviderMethod parameters in org.apache.cxf.sts.operation with type arguments of type TokenProviderModifier and TypeMethodDescriptionvoidAbstractOperation.setTokenProviders(List<TokenProvider> tokenProviders) -
Uses of TokenProvider in org.apache.cxf.sts.token.provider
Classes in org.apache.cxf.sts.token.provider that implement TokenProviderModifier and TypeClassDescriptionclassA TokenProvider implementation that provides a SAML Token.classA TokenProvider implementation that provides a SecurityContextToken. -
Uses of TokenProvider in org.apache.cxf.sts.token.provider.jwt
Classes in org.apache.cxf.sts.token.provider.jwt that implement TokenProviderModifier and TypeClassDescriptionclassA TokenProvider implementation that provides a JWT Token.