public interface AuthenticationHandler
| Modifier and Type | Method and Description |
|---|---|
boolean |
doAuthentication(String principalName,
byte[] authData)
This method authenticates the given principal using the specified
authentication data and the Principal's Credentials.
|
Realm |
getRealm()
Returns the Realm that this Authentication Handler is authenticating
in.
|
Realm getRealm()
boolean doAuthentication(String principalName, byte[] authData)
The - principal (user) being authenticated.The - data needed for authentication.Copyright © 2017. All rights reserved.