@Target(value=TYPE) @Retention(value=RUNTIME) public @interface SiteAuthenticator
SiteAuthenticatorInterceptor. This annotation must be applied to make the
SiteAuthenticatorInterceptor available in PingAccess.| Modifier and Type | Required Element and Description |
|---|---|
String |
label
The Label displayed in the UI, allowing the user to differentiate between SiteAuthenticators.
|
String |
type
An alphanumeric string used within the REST interface to designate a type of SiteAuthenticator.
|
| Modifier and Type | Optional Element and Description |
|---|---|
Class<? extends PluginConfiguration> |
expectedConfiguration
Describes an implementation of
SimplePluginConfiguration expected by
the ConfigurablePlugin.configure(com.pingidentity.pa.sdk.policy.PluginConfiguration)
method. |
public abstract String label
public abstract String type
public abstract Class<? extends PluginConfiguration> expectedConfiguration
SimplePluginConfiguration expected by
the ConfigurablePlugin.configure(com.pingidentity.pa.sdk.policy.PluginConfiguration)
method.Copyright 2023 Ping Identity Corp. All rights reserved.