This project has retired. For details please refer to its Attic page.
Uses of Class org.apache.amber.oauth2.common.message.types.TokenType (Apache Oltu: OAuth 2.0 Implementation - Common 0.31-incubating-SNAPSHOT API)

Uses of Class
org.apache.amber.oauth2.common.message.types.TokenType

Packages that use TokenType
org.apache.amber.oauth2.common   
org.apache.amber.oauth2.common.message.types   
 

Uses of TokenType in org.apache.amber.oauth2.common
 

Fields in org.apache.amber.oauth2.common declared as TokenType
static TokenType OAuth.DEFAULT_TOKEN_TYPE
           
 

Uses of TokenType in org.apache.amber.oauth2.common.message.types
 

Methods in org.apache.amber.oauth2.common.message.types that return TokenType
static TokenType TokenType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TokenType[] TokenType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.