Class KerberosChecker
- java.lang.Object
-
- org.ametys.runtime.plugin.component.AbstractLogEnabled
-
- org.ametys.plugins.extrausermgt.authentication.kerberos.KerberosChecker
-
- All Implemented Interfaces:
ItemChecker
,LogEnabled
,Contextualizable
public class KerberosChecker extends AbstractLogEnabled implements ItemChecker, Contextualizable
This checks that the parameters are the one of a Kerberos server
-
-
Constructor Summary
Constructors Constructor Description KerberosChecker()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
check(List<String> values)
Checks the validity of the parameters.void
contextualize(Context context)
-
Methods inherited from class org.ametys.runtime.plugin.component.AbstractLogEnabled
getLogger, setLogger
-
-
-
-
Constructor Detail
-
KerberosChecker
public KerberosChecker()
-
-
Method Detail
-
contextualize
public void contextualize(Context context) throws ContextException
- Specified by:
contextualize
in interfaceContextualizable
- Throws:
ContextException
-
check
public void check(List<String> values) throws ItemCheckerTestFailureException
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
-
-