AuthenticatingRealm.assertCredentialsMatch

Asserts that the submitted {@code AuthenticationToken}'s credentials match the stored account {@code AuthenticationInfo}'s credentials, and if not,{@link AuthenticationException}.

@param token the submitted authentication token @param info the AuthenticationInfo corresponding to the given {@code token} @throws AuthenticationException if the token's credentials do not match the stored account credentials.

class AuthenticatingRealm
protected
void
assertCredentialsMatch

Meta