Uses of Class
com.atlassian.crowd.embedded.api.DirectoryType

Packages that use DirectoryType
com.atlassian.crowd.embedded.api   
com.atlassian.crowd.embedded.impl   
com.atlassian.crowd.migration   
com.atlassian.crowd.model.directory   
 

Uses of DirectoryType in com.atlassian.crowd.embedded.api
 

Methods in com.atlassian.crowd.embedded.api that return DirectoryType
 DirectoryType Directory.getType()
           
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.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)
           
 



Copyright © 2010 Atlassian. All Rights Reserved.