Modifier and Type | Class and Description |
---|---|
class |
SAML11AssertionTokenProvider
A
SecurityTokenProvider implementation for the SAML11 Specification. |
Modifier and Type | Class and Description |
---|---|
class |
SAML20AssertionTokenProvider
A
SecurityTokenProvider implementation for the SAML2 Specification. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSecurityTokenProvider
Base Class for instances of
SecurityTokenProvider |
Modifier and Type | Method and Description |
---|---|
SecurityTokenProvider |
STSCoreConfig.getProviderForService(String serviceName)
Given the name of a service provider, obtains the provider that must be used when issuing tokens to clients of
that
service.
|
SecurityTokenProvider |
STSCoreConfig.getProviderForTokenElementNS(String family,
QName qname)
Obtains the token provider that can handle tokens that have the specified local name and namespace.
|
SecurityTokenProvider |
STSCoreConfig.getProviderForTokenType(String tokenType)
Given a token type, obtains the token provider that should be used to handle token requests of that type.
|
Modifier and Type | Method and Description |
---|---|
List<SecurityTokenProvider> |
STSCoreConfig.getProvidersByFamily(String familyName)
Get a list of
SecurityTokenProvider that belong to a family |
List<SecurityTokenProvider> |
STSCoreConfig.getTokenProviders()
Get an unmodifiable list of token providers
|
Modifier and Type | Method and Description |
---|---|
void |
STSCoreConfig.addTokenProvider(String key,
SecurityTokenProvider provider)
Allows you to add a token provider to handle a particular namespace
|
Modifier and Type | Method and Description |
---|---|
SecurityTokenProvider |
WSTrustServiceFactory.createTokenProvider(String providerClass,
Map<String,String> properties)
Constructs and returns a
SecurityTokenProvider from the specified class name. |
SecurityTokenProvider |
PicketLinkSTSConfiguration.getProviderForService(String serviceName) |
SecurityTokenProvider |
PicketLinkSTSConfiguration.getProviderForTokenElementNS(String family,
QName tokenQName) |
SecurityTokenProvider |
PicketLinkSTSConfiguration.getProviderForTokenType(String tokenType) |
Modifier and Type | Method and Description |
---|---|
List<SecurityTokenProvider> |
PicketLinkSTSConfiguration.getProvidersByFamily(String familyName) |
List<SecurityTokenProvider> |
PicketLinkSTSConfiguration.getTokenProviders() |
Modifier and Type | Method and Description |
---|---|
void |
PicketLinkSTSConfiguration.addTokenProvider(String key,
SecurityTokenProvider provider) |
Modifier and Type | Class and Description |
---|---|
class |
SAML11TokenProvider |
class |
SAML20TokenProvider
A
SecurityTokenProvider implementation that handles WS-Trust SAML 2.0 token requests. |
Copyright © 2017 JBoss by Red Hat. All rights reserved.