Interface AuthConfigProvider
public interface AuthConfigProvider
- 
Method SummaryModifier and TypeMethodDescriptiongetClientAuthConfig(String layer, String appContext, CallbackHandler handler) getServerAuthConfig(String layer, String appContext, CallbackHandler handler) voidrefresh()
- 
Method Details- 
getClientAuthConfigClientAuthConfig getClientAuthConfig(String layer, String appContext, CallbackHandler handler) throws AuthException - Throws:
- AuthException
 
- 
getServerAuthConfigServerAuthConfig getServerAuthConfig(String layer, String appContext, CallbackHandler handler) throws AuthException - Throws:
- AuthException
 
- 
refreshvoid refresh()
 
-