public abstract class AuthenticationUtility
extends Object
| Constructor and Description |
|---|
AuthenticationUtility() |
| Modifier and Type | Method and Description |
|---|---|
static AuthenticationUtility |
getInstance() |
abstract AuthenticationPlatform |
lookupByCredentialStoreKey(String credentialStoreKey)
Looks up the authentication platform by credential store key.
|
abstract AuthenticationPlatform |
lookupByFeatureId(String featureId)
Looks up the authentication platform by feature id.
|
public abstract AuthenticationPlatform lookupByCredentialStoreKey(String credentialStoreKey)
credentialStoreKey - the credential store key to look up.public abstract AuthenticationPlatform lookupByFeatureId(String featureId)
featureId - the feature id to look up.public static AuthenticationUtility getInstance()