public class PluginAuthenticatorRetVal extends Object implements IPluginFormAuthenticatorRetVal
IPluginAuthenticatorType
. Contains the client that is used to
authenticate users.Constructor and Description |
---|
PluginAuthenticatorRetVal(org.pac4j.core.client.IndirectClient<? extends org.pac4j.core.credentials.Credentials> client)
Creates a new return value with the given client.
|
Modifier and Type | Method and Description |
---|---|
org.pac4j.core.client.IndirectClient<? extends org.pac4j.core.credentials.Credentials> |
getClient()
The client to be used for authenticating the user.
|
public PluginAuthenticatorRetVal(org.pac4j.core.client.IndirectClient<? extends org.pac4j.core.credentials.Credentials> client)
client
- The client that implements the user authentication.public org.pac4j.core.client.IndirectClient<? extends org.pac4j.core.credentials.Credentials> getClient()
IPluginFormAuthenticatorRetVal
getClient
in interface IPluginFormAuthenticatorRetVal
IndirectClient
created by the plugin.Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.