Skip navigation links

Oracle Communications Services Gatekeeper Java API Reference
6.0

E55513-02


oracle.ocsg.oauth2.ext.action
Class OAuth2IssueTokenAction

java.lang.Object
  extended byoracle.ocsg.oauth2.ext.action.OAuth2IssueTokenAction

All Implemented Interfaces:
OAuth2Action

public class OAuth2IssueTokenAction
extends Object
implements OAuth2Action

Issue client's available token.


Constructor Summary
OAuth2IssueTokenAction(ExtendedAccessTokenType tokenType)
           

 

Method Summary
 ExtendedAccessTokenType getType()
          Get the access token type.
 OAuth2IssueTokenAction tokenType(ExtendedAccessTokenType tokenType)
          Set the access token type.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

OAuth2IssueTokenAction

public OAuth2IssueTokenAction(ExtendedAccessTokenType tokenType)

Method Detail

getType

public ExtendedAccessTokenType getType()
Get the access token type.
Returns:
token type

tokenType

public OAuth2IssueTokenAction tokenType(ExtendedAccessTokenType tokenType)
Set the access token type.
Parameters:
tokenType -
Returns:
action

Skip navigation links

Oracle Communications Services Gatekeeper Java API Reference
6.0

E55513-02


Copyright © 2008, 2015, Oracle and/or its affiliates. All rights reserved.