org.apache.rahas
Class TokenRequestDispatcherConfig
java.lang.Object
org.apache.rahas.TokenRequestDispatcherConfig
- public class TokenRequestDispatcherConfig
- extends 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 String CONFIG_PARAM_KEY
- See Also:
- Constant Field Values
CONFIG_FILE_KEY
public static final 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(String configFilePath)
throws TrustException
- Throws:
TrustException
getDefaultIssuerInstace
public TokenIssuer getDefaultIssuerInstace()
throws TrustException
- Throws:
TrustException
getDefaultCancelerInstance
public TokenCanceler getDefaultCancelerInstance()
throws TrustException
- Throws:
TrustException
getDefaultIssuerName
public String getDefaultIssuerName()
getIssuer
public TokenIssuer getIssuer(String tokenType)
throws TrustException
- Throws:
TrustException