Modifier and Type | Method and Description |
---|---|
List<UserAccountDefinition> |
UserAccountDefinitionRegistrationBuilder.register()
Perform the registration of all registered definitions within the resources
|
Modifier and Type | Method and Description |
---|---|
List<UserAccountDefinition> |
UserAccountDefinitionQueryImpl.executeList(CommandContext commandContext) |
List<UserAccountDefinition> |
UserAccountDefinitionRegistrationBuilderImpl.register() |
List<UserAccountDefinition> |
UserAccountDefinitionServiceImpl.register(UserAccountDefinitionRegistrationBuilderImpl registrationBuilder) |
Modifier and Type | Method and Description |
---|---|
void |
UserAccountDefinitionModelManager.addUserAccountDefinitionModel(UserAccountDefinition userAccountDefinition,
UserAccountDefinitionModel userAccountDefinitionModel) |
void |
UserAccountDefinitionModelManager.removeUserAccountDefinition(UserAccountDefinition userAccountDefinition) |
Modifier and Type | Method and Description |
---|---|
protected UserAccountDefinition |
AbstractNeedsUserAccountDefinitionCmd.resolveUserAccountDefinition(CommandContext commandContext,
String userAccountDefinitionKey,
String tenantId) |
Modifier and Type | Method and Description |
---|---|
List<UserAccountDefinition> |
RegisterUserAccountDefinitionsCmd.execute(CommandContext commandContext) |
Modifier and Type | Interface and Description |
---|---|
interface |
UserAccountDefinitionEntity |
Modifier and Type | Class and Description |
---|---|
class |
UserAccountDefinitionEntityImpl |
Modifier and Type | Method and Description |
---|---|
List<UserAccountDefinition> |
UserAccountDefinitionEntityManagerImpl.findByCriteria(UserAccountDefinitionQuery query) |
List<UserAccountDefinition> |
UserAccountDefinitionEntityManager.findByCriteria(UserAccountDefinitionQuery query) |
Modifier and Type | Method and Description |
---|---|
List<UserAccountDefinition> |
UserAccountDefinitionDataManager.findByCriteria(UserAccountDefinitionQueryImpl query) |
Modifier and Type | Method and Description |
---|---|
List<UserAccountDefinition> |
MybatisUserAccountDefinitionDataManager.findByCriteria(UserAccountDefinitionQueryImpl query) |
Modifier and Type | Field and Description |
---|---|
protected List<UserAccountDefinition> |
PlatformIdmTestHelper.classUserAccountDefinitions |
protected List<UserAccountDefinition> |
PlatformIdmTestHelper.methodUserAccountDefinitions |
Modifier and Type | Method and Description |
---|---|
List<UserAccountDefinition> |
PlatformIdmTestHelper.getClassUserAccountDefinitions() |
List<UserAccountDefinition> |
PlatformIdmTestHelper.getMethodUserAccountDefinitions() |
protected List<UserAccountDefinition> |
PlatformIdmTestHelper.registerUserAccountDefinitions(String[] resources,
String tenantId) |
Modifier and Type | Method and Description |
---|---|
void |
PlatformIdmTestHelper.setClassUserAccountDefinitions(List<UserAccountDefinition> classUserAccountDefinitions) |
void |
PlatformIdmTestHelper.setMethodUserAccountDefinitions(List<UserAccountDefinition> methodUserAccountDefinitions) |