Uses of Interface
com.bandwidth.AuthManager
-
Uses of AuthManager in com.bandwidth
Classes in com.bandwidth that implement AuthManager Modifier and Type Class Description class
MessagingBasicAuthManager
Utility class for authorization and token management.class
TwoFactorAuthBasicAuthManager
Utility class for authorization and token management.class
VoiceBasicAuthManager
Utility class for authorization and token management.class
WebRtcBasicAuthManager
Utility class for authorization and token management.Methods in com.bandwidth that return types with arguments of type AuthManager Modifier and Type Method Description java.util.Map<java.lang.String,AuthManager>
BandwidthClient. getAuthManagers()
The list of auth managers. -
Uses of AuthManager in com.bandwidth.controllers
Fields in com.bandwidth.controllers with type parameters of type AuthManager Modifier and Type Field Description protected java.util.Map<java.lang.String,AuthManager>
BaseController. authManagers
Constructor parameters in com.bandwidth.controllers with type arguments of type AuthManager Constructor Description BaseController(Configuration config, HttpClient httpClient, java.util.Map<java.lang.String,AuthManager> authManagers)
BaseController(Configuration config, HttpClient httpClient, java.util.Map<java.lang.String,AuthManager> authManagers, HttpCallback httpCallback)
-
Uses of AuthManager in com.bandwidth.messaging.controllers
Constructor parameters in com.bandwidth.messaging.controllers with type arguments of type AuthManager Constructor Description APIController(Configuration config, HttpClient httpClient, java.util.Map<java.lang.String,AuthManager> authManagers)
Initializes the controller.APIController(Configuration config, HttpClient httpClient, java.util.Map<java.lang.String,AuthManager> authManagers, HttpCallback httpCallback)
Initializes the controller with HTTPCallback. -
Uses of AuthManager in com.bandwidth.twofactorauth.controllers
Constructor parameters in com.bandwidth.twofactorauth.controllers with type arguments of type AuthManager Constructor Description MFAController(Configuration config, HttpClient httpClient, java.util.Map<java.lang.String,AuthManager> authManagers)
Initializes the controller.MFAController(Configuration config, HttpClient httpClient, java.util.Map<java.lang.String,AuthManager> authManagers, HttpCallback httpCallback)
Initializes the controller with HTTPCallback. -
Uses of AuthManager in com.bandwidth.voice.controllers
Constructor parameters in com.bandwidth.voice.controllers with type arguments of type AuthManager Constructor Description APIController(Configuration config, HttpClient httpClient, java.util.Map<java.lang.String,AuthManager> authManagers)
Initializes the controller.APIController(Configuration config, HttpClient httpClient, java.util.Map<java.lang.String,AuthManager> authManagers, HttpCallback httpCallback)
Initializes the controller with HTTPCallback. -
Uses of AuthManager in com.bandwidth.webrtc.controllers
Constructor parameters in com.bandwidth.webrtc.controllers with type arguments of type AuthManager Constructor Description APIController(Configuration config, HttpClient httpClient, java.util.Map<java.lang.String,AuthManager> authManagers)
Initializes the controller.APIController(Configuration config, HttpClient httpClient, java.util.Map<java.lang.String,AuthManager> authManagers, HttpCallback httpCallback)
Initializes the controller with HTTPCallback.