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 - the realm trustedAuthenticationTokenCopyright © 2019. All Rights Reserved.