public interface AuthenticationRequest
Different IdentityProvider implementations will be able to handle different
types of request.
This approach of using a marker interface allows for maximum flexibility for the
providers, while still allowing for a single API to get an authenticated
SecurityIdentity.
Note that identity providers can only handle a single request type, and when a
request type is registered with the IdentityProviderManager inheritance
is not taken into account.
Copyright © 2020 JBoss by Red Hat. All rights reserved.