org.apache.rahas
Class TokenRequestDispatcherConfig
java.lang.Object
org.apache.rahas.TokenRequestDispatcherConfig
public class TokenRequestDispatcherConfig
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CONFIG_PARAM_KEY
public static final java.lang.String CONFIG_PARAM_KEY
- See Also:
- Constant Field Values
CONFIG_FILE_KEY
public static final java.lang.String CONFIG_FILE_KEY
- See Also:
- Constant Field Values
TokenRequestDispatcherConfig
public TokenRequestDispatcherConfig()
load
public static TokenRequestDispatcherConfig load(org.apache.axiom.om.OMElement configElem)
throws TrustException
- Throws:
TrustException
load
public static TokenRequestDispatcherConfig load(java.lang.String configFilePath)
throws TrustException
- Throws:
TrustException
getDefaultIssuerInstace
public TokenIssuer getDefaultIssuerInstace()
throws TrustException
- Throws:
TrustException
getDefaultCancelerInstance
public TokenCanceler getDefaultCancelerInstance()
throws TrustException
- Throws:
TrustException
getDefaultValidatorInstance
public TokenValidator getDefaultValidatorInstance()
throws TrustException
- Throws:
TrustException
getDefaultRenewerInstance
public TokenRenewer getDefaultRenewerInstance()
throws TrustException
- Throws:
TrustException
getDefaultIssuerName
public java.lang.String getDefaultIssuerName()
getIssuer
public TokenIssuer getIssuer(java.lang.String tokenType)
throws TrustException
- Throws:
TrustException
getValidator
public TokenValidator getValidator(java.lang.String tokenType)
throws TrustException
- Throws:
TrustException
getRenewer
public TokenRenewer getRenewer(java.lang.String tokenType)
throws TrustException
- Throws:
TrustException