Uses of Interface
org.apache.cxf.sts.token.provider.TokenProvider
-
Packages that use TokenProvider Package Description org.apache.cxf.sts.operation org.apache.cxf.sts.token.provider org.apache.cxf.sts.token.provider.jwt -
-
Uses of TokenProvider in org.apache.cxf.sts.operation
Fields in org.apache.cxf.sts.operation with type parameters of type TokenProvider Modifier and Type Field Description protected List<TokenProvider>AbstractOperation. tokenProvidersMethods in org.apache.cxf.sts.operation that return types with arguments of type TokenProvider Modifier and Type Method Description List<TokenProvider>AbstractOperation. getTokenProviders()Method parameters in org.apache.cxf.sts.operation with type arguments of type TokenProvider Modifier and Type Method Description voidAbstractOperation. setTokenProviders(List<TokenProvider> tokenProviders) -
Uses of TokenProvider in org.apache.cxf.sts.token.provider
Classes in org.apache.cxf.sts.token.provider that implement TokenProvider Modifier and Type Class Description classSAMLTokenProviderA TokenProvider implementation that provides a SAML Token.classSCTProviderA 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 TokenProvider Modifier and Type Class Description classJWTTokenProviderA TokenProvider implementation that provides a JWT Token.
-