org.apache.oltu.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–2014 The Apache Software Foundation. All rights reserved.