|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of DirectoryType in com.atlassian.crowd.embedded.api |
|---|
| Methods in com.atlassian.crowd.embedded.api that return DirectoryType | |
|---|---|
DirectoryType |
Directory.getType()
Returns the type of the directory. |
static DirectoryType |
DirectoryType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static DirectoryType[] |
DirectoryType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Uses of DirectoryType in com.atlassian.crowd.embedded.impl |
|---|
| Methods in com.atlassian.crowd.embedded.impl that return DirectoryType | |
|---|---|
DirectoryType |
ImmutableDirectory.getType()
|
| Methods in com.atlassian.crowd.embedded.impl with parameters of type DirectoryType | |
|---|---|
void |
ImmutableDirectory.Builder.setType(DirectoryType type)
|
| Constructors in com.atlassian.crowd.embedded.impl with parameters of type DirectoryType | |
|---|---|
ImmutableDirectory(java.lang.Long id,
java.lang.String name,
boolean active,
java.lang.String description,
java.lang.String encryptionType,
DirectoryType type,
java.lang.String implementationClass,
java.util.Date createdDate,
java.util.Date updatedDate,
java.util.Set<OperationType> allowedOperations,
java.util.Map<java.lang.String,java.lang.String> attributes)
|
|
| Uses of DirectoryType in com.atlassian.crowd.migration |
|---|
| Methods in com.atlassian.crowd.migration that return DirectoryType | |
|---|---|
protected DirectoryType |
GenericMapper.getDirectoryTypeFromLegacyCode(int code)
|
| Uses of DirectoryType in com.atlassian.crowd.migration.legacy |
|---|
| Fields in com.atlassian.crowd.migration.legacy with type parameters of type DirectoryType | |
|---|---|
protected static java.util.Set<DirectoryType> |
XmlMapper.FULL_BACKUP_DIRECTORY_TYPES
Types of directories for which users, groups and memberships will need to be backed up |
| Uses of DirectoryType in com.atlassian.crowd.model.directory |
|---|
| Methods in com.atlassian.crowd.model.directory that return DirectoryType | |
|---|---|
DirectoryType |
DirectoryImpl.getType()
|
| Methods in com.atlassian.crowd.model.directory with parameters of type DirectoryType | |
|---|---|
void |
DirectoryImpl.setType(DirectoryType type)
|
| Constructors in com.atlassian.crowd.model.directory with parameters of type DirectoryType | |
|---|---|
DirectoryImpl(java.lang.String name,
DirectoryType type,
java.lang.String implementationClass)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||