public class PropertyCallback extends java.lang.Object implements JpsCallback
PropertyCallback to the handle method of a CallbackHandler to retrieve recognized login module options.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ADD_APPLICATION_ROLE_PROPERTY
property name for adding application roles to the OPSS subject principal sets.
|
static java.lang.String |
ADD_AUTHENTICATED_ROLE_PROPERTY
property name for adding authenticated role to the OPSS subject principal sets.
|
static java.lang.String |
REMOVE_ANONYMOUS_ROLE_PROPERTY
property name for removing anonymous role from the OPSS subject principal sets.
|
| Constructor and Description |
|---|
PropertyCallback() |
| Modifier and Type | Method and Description |
|---|---|
JpsCallbackType |
getCallbackType()
Gets the type of this callback.
|
java.util.Map<java.lang.String,?> |
getProperties()
Gets the options recognized by a given OPSS Login Module.
|
void |
setProperties(java.util.Map<java.lang.String,?> properties)
Sets the options recognized by a given OPSS Login Module.
|
public static final java.lang.String ADD_AUTHENTICATED_ROLE_PROPERTY
public static final java.lang.String ADD_APPLICATION_ROLE_PROPERTY
public static final java.lang.String REMOVE_ANONYMOUS_ROLE_PROPERTY
public java.util.Map<java.lang.String,?> getProperties()
public void setProperties(java.util.Map<java.lang.String,?> properties)
properties - login module recognized optionspublic JpsCallbackType getCallbackType()
getCallbackType in interface JpsCallback