public class AnywhereProviderAPI
extends java.lang.Object
See the method AnywhereAPI.getProviderAPI() to obtain an instance of the
AnywhereProviderAPI.
| Modifier | Constructor and Description |
|---|---|
protected |
AnywhereProviderAPI(AnywhereConnector connector) |
| Modifier and Type | Method and Description |
|---|---|
AuthConfigListing |
listAuthConfig()
List the authentication configurations.
|
ProviderListing |
listProviders()
Lists the authentication providers.
|
protected AnywhereProviderAPI(AnywhereConnector connector)
public ProviderListing listProviders() throws AwUnsupportedApiVersionException, java.io.IOException, AnywhereException
AwUnsupportedApiVersionException - if this method is not supported by the server due to the server's supported API
versionsjava.io.IOExceptionAnywhereExceptionpublic AuthConfigListing listAuthConfig() throws AwUnsupportedApiVersionException, java.io.IOException, AnywhereException
AwUnsupportedApiVersionException - if this method is not supported by the server due to the server's supported API
versionsjava.io.IOExceptionAnywhereException