Annotation Interface InMemoryIdentityStoreDefinition.Credentials
- Enclosing class:
 - InMemoryIdentityStoreDefinition
 
@Retention(RUNTIME)
@Target({TYPE,METHOD,FIELD,PARAMETER})
public static @interface InMemoryIdentityStoreDefinition.Credentials
Credentials define a single caller identity for
 use with the InMemoryIdentityStoreDefinition annotation.- 
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionName of caller.A text-based password used by the caller to authenticate. - 
Optional Element Summary
Optional Elements 
- 
Element Details
 - 
- 
groups
String[] groupsThe optional list of groups that the specified caller is in.- Returns:
 - optional list of groups
 
- Default:
 - {}
 
 
 -