org.apache.rahas
Class TokenRequestDispatcherConfig

java.lang.Object
  extended byorg.apache.rahas.TokenRequestDispatcherConfig

public class TokenRequestDispatcherConfig
extends java.lang.Object


Field Summary
static java.lang.String CONFIG_FILE_KEY
           
static java.lang.String CONFIG_PARAM_KEY
           
 
Constructor Summary
TokenRequestDispatcherConfig()
           
 
Method Summary
 TokenCanceler getDefaultCancelerInstance()
           
 TokenIssuer getDefaultIssuerInstace()
           
 java.lang.String getDefaultIssuerName()
           
 TokenIssuer getIssuer(java.lang.String tokenType)
           
static TokenRequestDispatcherConfig load(org.apache.axiom.om.OMElement configElem)
           
static TokenRequestDispatcherConfig load(java.lang.String configFilePath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

TokenRequestDispatcherConfig

public TokenRequestDispatcherConfig()
Method Detail

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

getDefaultIssuerName

public java.lang.String getDefaultIssuerName()

getIssuer

public TokenIssuer getIssuer(java.lang.String tokenType)
                      throws TrustException
Throws:
TrustException


Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.