This means any number of configured realms do not have to support the submitted log-in token, or they may be unable to acquire AuthenticationInfo for the token, but as long as at least one can do both, this Strategy implementation will allow the log-in process to be successful.
Note that this implementation will aggregate the account data from all successfully consulted realms during the authentication attempt. If you want only the account data from the first successfully consulted realm and want to ignore all subsequent realms, use the {@link FirstSuccessfulStrategy FirstSuccessfulAuthenticationStrategy} instead. @see FirstSuccessfulStrategy FirstSuccessfulAuthenticationStrategy @since 0.2
|
|