@Target(value={TYPE,METHOD}) @Retention(value=RUNTIME) public @interface FileIdentityStoreDefinition
FileIdentityStoreDefinition annotation defines configuration of
dynamically created File Realm and The value of file & assignGroups parameter
can be overwritten via mp config properties.| Modifier and Type | Fields and Description |
|---|---|
static String |
STORE_MP_FILE
The MicroProfile Config key for the file location is
"payara.security.file" |
static String |
STORE_MP_FILE_GROUPS
The MicroProfile Config key for the assign groups is
"payara.security.file.assignGroups" |
static String |
STORE_MP_FILE_JAAS_CONTEXT
The MicroProfile Config key for the jaas context is
"payara.security.file.jaasContext" |
| Modifier and Type | Optional Element and Description |
|---|---|
String[] |
assignGroups
Optional.
|
String |
file
Optional.
|
String |
jaasContext
Optional.
|
String |
value
Required.
|
public static final String STORE_MP_FILE
"payara.security.file"public static final String STORE_MP_FILE_GROUPS
"payara.security.file.assignGroups"public static final String STORE_MP_FILE_JAAS_CONTEXT
"payara.security.file.jaasContext"public abstract String value
public abstract String file
public abstract String[] assignGroups
public abstract String jaasContext
Copyright © 2020. All rights reserved.