Class KerberosChecker
java.lang.Object
org.ametys.runtime.plugin.component.AbstractLogEnabled
org.ametys.plugins.extrausermgt.authentication.kerberos.KerberosChecker
- All Implemented Interfaces:
ItemChecker
,LogEnabled
This checks that the parameters are the one of a Kerberos server
-
Constructor Summary
-
Method Summary
Methods inherited from class org.ametys.runtime.plugin.component.AbstractLogEnabled
getLogger, setLogger
-
Constructor Details
-
KerberosChecker
public KerberosChecker()
-
-
Method Details
-
check
Description copied from interface:ItemChecker
Checks the validity of the parameters.- Specified by:
check
in interfaceItemChecker
- Parameters:
values
- the values to test- Throws:
ItemCheckerTestFailureException
- if the test failed
-