public class AuthenticationFactory extends Object
| Constructor and Description |
|---|
AuthenticationFactory() |
| Modifier and Type | Method and Description |
|---|---|
static AuthHandler |
getAuthHandler(Profile profile) |
static void |
registerAuthHandler(String authType,
AuthHandler authHandler) |
static void |
unregisterAuthHandler(String authType) |
public static AuthHandler getAuthHandler(Profile profile)
public static void registerAuthHandler(String authType, AuthHandler authHandler)
public static void unregisterAuthHandler(String authType)
Copyright © 2019. All rights reserved.