Annotation Interface LdapIdentityStoreDefinition


@Retention(RUNTIME) @Target(TYPE) public @interface LdapIdentityStoreDefinition
Annotation used to define a container-provided IdentityStore that stores caller credentials and identity attributes (together caller identities) in an LDAP store, 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.