net.smartam.leeloo.as.issuer
Interface OAuthIssuer

All Known Implementing Classes:
OAuthIssuerImpl

public interface OAuthIssuer

Author:
Maciej Machulak, Lukasz Moren

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. All Rights Reserved.