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