Class ClientHelper
java.lang.Object
de.xima.fc.security.pac4j.client.ClientHelper
Helper class for creating pac4j
clients.- Since:
- 8.0.0
- Author:
- XIMA Media GmbH
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisAuthenticationTargetSupported(IClientDescriptor client, String target) Checks if the given authentication target is supported by the given client.
-
Method Details
-
isAuthenticationTargetSupported
Checks if the given authentication target is supported by the given client.- Parameters:
client- descriptor of the authentication client to checktarget- authentication target to check- Returns:
- true if the target is supported, false otherwise
-