public class TokenRequestDispatcherConfig extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CONFIG_FILE_KEY |
static String |
CONFIG_PARAM_KEY |
Constructor and Description |
---|
TokenRequestDispatcherConfig() |
Modifier and Type | Method and Description |
---|---|
TokenCanceler |
getDefaultCancelerInstance() |
TokenIssuer |
getDefaultIssuerInstace() |
String |
getDefaultIssuerName() |
TokenRenewer |
getDefaultRenewerInstance() |
TokenValidator |
getDefaultValidatorInstance() |
TokenIssuer |
getIssuer(String tokenType) |
TokenRenewer |
getRenewer(String tokenType) |
TokenValidator |
getValidator(String tokenType) |
static TokenRequestDispatcherConfig |
load(org.apache.axiom.om.OMElement configElem) |
static TokenRequestDispatcherConfig |
load(String configFilePath) |
public static final String CONFIG_PARAM_KEY
public static final String CONFIG_FILE_KEY
public static TokenRequestDispatcherConfig load(org.apache.axiom.om.OMElement configElem) throws TrustException
TrustException
public static TokenRequestDispatcherConfig load(String configFilePath) throws TrustException
TrustException
public TokenIssuer getDefaultIssuerInstace() throws TrustException
TrustException
public TokenCanceler getDefaultCancelerInstance() throws TrustException
TrustException
public TokenValidator getDefaultValidatorInstance() throws TrustException
TrustException
public TokenRenewer getDefaultRenewerInstance() throws TrustException
TrustException
public String getDefaultIssuerName()
public TokenIssuer getIssuer(String tokenType) throws TrustException
TrustException
public TokenValidator getValidator(String tokenType) throws TrustException
TrustException
public TokenRenewer getRenewer(String tokenType) throws TrustException
TrustException
Copyright © Apache Software Foundation. All Rights Reserved.