Annotation Interface JDBCRealmPropertyCheck
@Retention(RUNTIME)
@Target({METHOD,FIELD,TYPE})
@Documented
@Constraint(validatedBy=JDBCRealmPropertyCheckValidator.class)
public @interface JDBCRealmPropertyCheck
-
Optional Element Summary
Optional Elements
-
Element Details
-
message
String message- Default:
- "jaas-context, datasource-jndi, user-table, group-table, user-name-column, password-column, group-name-column and digest-algorithm properties need to be specified. Digest-algorithm needs to be: \'none\' or other JDK supported algorithms such as MD5 or SHA"
-
groups
Class<?>[] groups- Default:
- {}
-
payload
Class<? extends jakarta.validation.Payload>[] payload- Default:
- {}
-