|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UserConfigurationType | |
|---|---|
| com.atlassian.crowd.integration.atlassianuser | |
| Uses of UserConfigurationType in com.atlassian.crowd.integration.atlassianuser |
|---|
| Methods in com.atlassian.crowd.integration.atlassianuser that return UserConfigurationType | |
|---|---|
UserConfigurationType |
UserConfigurationPersisterImpl.getConfigurationType()
|
UserConfigurationType |
UserConfigurationPersister.getConfigurationType()
Returns the current configuration type |
UserConfigurationType |
UserConfigurationServiceImpl.getUserConfigurationType()
|
UserConfigurationType |
UserConfigurationService.getUserConfigurationType()
Returns Atlassian User configuration type that is currently active. |
static UserConfigurationType |
UserConfigurationType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static UserConfigurationType[] |
UserConfigurationType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.atlassian.crowd.integration.atlassianuser with parameters of type UserConfigurationType | |
|---|---|
void |
UserConfigurationServiceImpl.changeUserConfigurationType(UserConfigurationType configurationType,
java.util.Properties crowdProperties)
|
void |
UserConfigurationService.changeUserConfigurationType(UserConfigurationType configurationType,
java.util.Properties crowdProperties)
Changes the application to use a new configuration at runtime. |
void |
UserConfigurationPersisterImpl.updateConfiguration(UserConfigurationType configurationType)
|
void |
UserConfigurationPersister.updateConfiguration(UserConfigurationType newConfigurationType)
Updates configuration to the given configuration type. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||