Uses of Interface
com.bandwidth.AuthManager
Package | Description |
---|---|
com.bandwidth | |
com.bandwidth.controllers | |
com.bandwidth.messaging.controllers | |
com.bandwidth.voice.controllers |
-
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 managementclass
VoiceBasicAuthManager
Utility class for authorization and token managementMethods 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)
-
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)
-
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)