Class IdRepoImplementationType
- java.lang.Object
-
- org.apache.syncope.common.lib.types.IdRepoImplementationType
-
public final class IdRepoImplementationType extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
ACCOUNT_RULE
static String
AUDIT_APPENDER
static String
COMMAND
static String
ITEM_TRANSFORMER
static String
JWT_SSO_PROVIDER
static String
LOGIC_ACTIONS
static String
PASSWORD_RULE
static String
RECIPIENTS_PROVIDER
static String
REPORT_DELEGATE
static String
TASKJOB_DELEGATE
static String
VALIDATOR
-
-
-
Field Detail
-
JWT_SSO_PROVIDER
public static final String JWT_SSO_PROVIDER
- See Also:
- Constant Field Values
-
ACCOUNT_RULE
public static final String ACCOUNT_RULE
- See Also:
- Constant Field Values
-
PASSWORD_RULE
public static final String PASSWORD_RULE
- See Also:
- Constant Field Values
-
TASKJOB_DELEGATE
public static final String TASKJOB_DELEGATE
- See Also:
- Constant Field Values
-
REPORT_DELEGATE
public static final String REPORT_DELEGATE
- See Also:
- Constant Field Values
-
LOGIC_ACTIONS
public static final String LOGIC_ACTIONS
- See Also:
- Constant Field Values
-
VALIDATOR
public static final String VALIDATOR
- See Also:
- Constant Field Values
-
COMMAND
public static final String COMMAND
- See Also:
- Constant Field Values
-
RECIPIENTS_PROVIDER
public static final String RECIPIENTS_PROVIDER
- See Also:
- Constant Field Values
-
AUDIT_APPENDER
public static final String AUDIT_APPENDER
- See Also:
- Constant Field Values
-
ITEM_TRANSFORMER
public static final String ITEM_TRANSFORMER
- See Also:
- Constant Field Values
-
-