org.mule.security.oauth
Interface OnNoTokenPolicyAware

All Known Subinterfaces:
OAuth1Adapter, OAuth2Adapter, OAuth2Manager<C>, OAuthAdapter
All Known Implementing Classes:
BaseOAuth2Manager

public interface OnNoTokenPolicyAware


Method Summary
 OnNoTokenPolicy getOnNoTokenPolicy()
           
 void setOnNoTokenPolicy(OnNoTokenPolicy policy)
           
 

Method Detail

getOnNoTokenPolicy

OnNoTokenPolicy getOnNoTokenPolicy()
Returns:
a non-null instance of OnNoTokenPolicy that specifies the behavior to take when token is not set

setOnNoTokenPolicy

void setOnNoTokenPolicy(OnNoTokenPolicy policy)


Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.