es.rediris.papi.token.format
Class TokenFormatFactory

java.lang.Object
  extended by es.rediris.papi.token.format.TokenFormatFactory

public class TokenFormatFactory
extends Object


Field Summary
static String STRING_TOKEN_FORMAT
           
 
Constructor Summary
TokenFormatFactory()
           
 
Method Summary
static TokenFormat getDefaultTokenFormat(Config config)
           
static TokenFormat getTokenFormat(String format, Config config)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STRING_TOKEN_FORMAT

public static String STRING_TOKEN_FORMAT
Constructor Detail

TokenFormatFactory

public TokenFormatFactory()
Method Detail

getDefaultTokenFormat

public static TokenFormat getDefaultTokenFormat(Config config)

getTokenFormat

public static TokenFormat getTokenFormat(String format,
                                         Config config)
                                  throws PAPIException
Throws:
PAPIException