org.apache.oltu.oauth2.rsfilter
Interface OAuthDecision


public interface OAuthDecision


Method Summary
 OAuthClient getOAuthClient()
           
 Principal getPrincipal()
           
 boolean isAuthorized()
           
 

Method Detail

isAuthorized

boolean isAuthorized()

getPrincipal

Principal getPrincipal()

getOAuthClient

OAuthClient getOAuthClient()


Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.