public final class SimpleServerAuthenticationProvider extends Object implements ServerAuthenticationProvider
Constructor and Description |
---|
SimpleServerAuthenticationProvider() |
Modifier and Type | Method and Description |
---|---|
void |
addUser(String userName,
String userRealm,
char[] password,
KeyPair... keyPairs)
Add a user to the authentication table.
|
AuthorizingCallbackHandler |
getCallbackHandler(String mechanismName)
Get a callback handler for the given mechanism name.
|
public AuthorizingCallbackHandler getCallbackHandler(String mechanismName)
getCallbackHandler
in interface ServerAuthenticationProvider
mechanismName
- null
if the mechanism is not supportedCopyright © 2018 JBoss by Red Hat. All rights reserved.