public class X509Callback extends PropertyCallback
| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String | DN_MAPPING_ATTRIBUTE_PROPERTYproperty name for determining which part of the DN is used to identify the user. | 
ADD_APPLICATION_ROLE_PROPERTY, ADD_AUTHENTICATED_ROLE_PROPERTY, REMOVE_ANONYMOUS_ROLE_PROPERTY| Constructor and Description | 
|---|
| X509Callback() | 
| Modifier and Type | Method and Description | 
|---|---|
| JpsCallbackType | getCallbackType()Gets the type of this callback. | 
| java.security.cert.X509Certificate | getX509Certificate() | 
| void | setX509Certificate(java.security.cert.X509Certificate x509) | 
getProperties, setPropertiespublic static final java.lang.String DN_MAPPING_ATTRIBUTE_PROPERTY
public void setX509Certificate(java.security.cert.X509Certificate x509)
public java.security.cert.X509Certificate getX509Certificate()
public JpsCallbackType getCallbackType()
PropertyCallbackgetCallbackType in interface JpsCallbackgetCallbackType in class PropertyCallback