public interface AuthenticationToken
| Modifier and Type | Method and Description |
|---|---|
String |
getPrincipal() |
boolean |
match(AuthenticationToken trustedAuthenticationToken)
Checks if this User-submitted AuthenticationToken matches the realm trustedAuthenticationToken.
|
String getPrincipal()
boolean match(AuthenticationToken trustedAuthenticationToken)
trustedAuthenticationToken - realm trustedAuthenticationTokenCopyright © 2017. All Rights Reserved.