public interface IdentityProviderManager
| Modifier and Type | Method and Description |
|---|---|
CompletionStage<SecurityIdentity> |
authenticate(AuthenticationRequest request)
Attempts to create an authenticated identity for the provided
AuthenticationRequest. |
SecurityIdentity |
authenticateBlocking(AuthenticationRequest request)
Attempts to create an authenticated identity for the provided
AuthenticationRequest in a blocking manner |
CompletionStage<SecurityIdentity> authenticate(AuthenticationRequest request)
AuthenticationRequest.
If authentication succeeds the resulting identity will be augmented with any configured SecurityIdentityAugmentor
instances that have been registered.
request - The authentication requestSecurityIdentity authenticateBlocking(AuthenticationRequest request)
AuthenticationRequest in a blocking manner
If authentication succeeds the resulting identity will be augmented with any configured SecurityIdentityAugmentor
instances that have been registered.
request - The authentication requestCopyright © 2019 JBoss by Red Hat. All rights reserved.