Class PluginAuthenticatorRetVal
- java.lang.Object
-
- de.xima.fc.plugin.models.retval.auth.PluginAuthenticatorRetVal
-
- All Implemented Interfaces:
IPluginFormAuthenticatorRetVal
public class PluginAuthenticatorRetVal extends Object implements IPluginFormAuthenticatorRetVal
Implementation for the return value of aIPluginAuthenticatorType
. Contains the client that is used to authenticate users.- Author:
- XIMA MEDIA GmbH
-
-
Constructor Summary
Constructors Constructor Description PluginAuthenticatorRetVal(org.pac4j.core.client.IndirectClient client)
Creates a new return value with the given client.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.pac4j.core.client.IndirectClient
getClient()
The client to be used for authenticating the user.
-
-
-
Method Detail
-
getClient
public org.pac4j.core.client.IndirectClient getClient()
Description copied from interface:IPluginFormAuthenticatorRetVal
The client to be used for authenticating the user.- Specified by:
getClient
in interfaceIPluginFormAuthenticatorRetVal
- Returns:
- The
IndirectClient
created by the plugin.
-
-