This project has retired. For details please refer to its Attic page.
OAuthIssuer (Apache Oltu: OAuth 2.0 Implementation - Authorization Server 0.31-incubating-SNAPSHOT API)

org.apache.amber.oauth2.as.issuer
Interface OAuthIssuer

All Known Implementing Classes:
OAuthIssuerImpl

public interface OAuthIssuer


Method Summary
 String accessToken()
           
 String authorizationCode()
           
 String refreshToken()
           
 

Method Detail

accessToken

String accessToken()
                   throws OAuthSystemException
Throws:
OAuthSystemException

authorizationCode

String authorizationCode()
                         throws OAuthSystemException
Throws:
OAuthSystemException

refreshToken

String refreshToken()
                    throws OAuthSystemException
Throws:
OAuthSystemException


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