Package org.h2.security.auth
Interface Configurable
-
- All Known Subinterfaces:
CredentialsValidator,UserToRolesMapper
- All Known Implementing Classes:
AssignRealmNameRole,JaasCredentialsValidator,LdapCredentialsValidator,StaticRolesMapper,StaticUserCredentialsValidator
public interface Configurabledescribe how to perform objects runtime configuration
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidconfigure(ConfigProperties configProperties)configure the component
-
-
-
Method Detail
-
configure
void configure(ConfigProperties configProperties)
configure the component- Parameters:
configProperties- = configuration properties
-
-