Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Access Management Mobile and Social


Uses of Class
oracle.security.idaas.rest.common.Token.Type

Packages that use Token.Type
oracle.security.idaas.rest.common   

 

Uses of Token.Type in oracle.security.idaas.rest.common

 

Methods in oracle.security.idaas.rest.common that return Token.Type
 Token.Type Token.getTokenType()
          getTokenType returns TokenType from Token.
static Token.Type Token.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Token.Type[] Token.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 

Methods in oracle.security.idaas.rest.common with parameters of type Token.Type
 void Token.setTokenType(Token.Type type)
          setTokenType sets TokenType into Token TokenType is one of followings : - userToken, clientToken, serviceToken

 


Skip navigation links

Copyright (c) 2012,
Oracle All Rights Reserved.
Built 06/05/2012 17:18:07 PDT