Class AuthWrapperHelper
java.lang.Object
de.xima.fc.web.common.auth.wrapper.AuthWrapperHelper
Deprecated.
functionality has been moved to package fc-security.
Helper class for working with authenticator wrappers and creating clients for them.
- Since:
- 7.0.16
- Author:
- XIMA Media GmbH
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.pac4j.core.http.callback.CallbackUrlResolver
getCallbackUrlResolver
(IAuthenticator<?> auth) Deprecated.UsePac4jHelper.getCallbackUrlResolver(IAuthenticator)
instead.
-
Constructor Details
-
AuthWrapperHelper
public AuthWrapperHelper()Deprecated.
-
-
Method Details
-
getCallbackUrlResolver
@Deprecated public static org.pac4j.core.http.callback.CallbackUrlResolver getCallbackUrlResolver(IAuthenticator<?> auth) Deprecated.UsePac4jHelper.getCallbackUrlResolver(IAuthenticator)
instead.
-