Interface AuthConfigProvider
public interface AuthConfigProvider
- 
Method Summary
Modifier and TypeMethodDescriptiongetClientAuthConfig(String layer, String appContext, CallbackHandler handler) getServerAuthConfig(String layer, String appContext, CallbackHandler handler) voidrefresh() 
- 
Method Details
- 
getClientAuthConfig
ClientAuthConfig getClientAuthConfig(String layer, String appContext, CallbackHandler handler) throws AuthException - Throws:
 AuthException
 - 
getServerAuthConfig
ServerAuthConfig getServerAuthConfig(String layer, String appContext, CallbackHandler handler) throws AuthException - Throws:
 AuthException
 - 
refresh
void refresh() 
 -