public interface ICredentialValidatorFactory
ICredentialValidator
.
For example reference to a connection pool used for validation should be kept
in implementors of ICredentialValidatorFactory
.Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
eg.
|
int |
getPriority()
Defines execution order when several factories are in use.
|
ICredentialValidator |
getValidator() |
void |
init(YSNPConfiguration conf)
Initializes the factory parameters with the shared configuration values
|
ICredentialValidator getValidator()
java.lang.String getName()
int getPriority()
0
means : Top Priority, runs first.
Integer.MAX_VALUE
means : low priority, run last.void init(YSNPConfiguration conf)
conf
- Copyright © 2021. All Rights Reserved.