Annotation Interface DatabaseIdentityStoreDefinition


@Retention(RUNTIME) @Target(TYPE) public @interface DatabaseIdentityStoreDefinition
Annotation used to define a container-provided IdentityStore that stores caller credentials and identity attributes in a relational database, and make that implementation available as an enabled CDI bean.

The container-provided IdentityStore must support validating UsernamePasswordCredential, and may support validating other credential types.