com.atlassian.crowd.embedded.api
Interface Directory
- All Superinterfaces:
- Attributes, java.io.Serializable
public interface Directory
- extends java.io.Serializable, Attributes
Represents a Directory in Crowd. Effectively a directory is a configuration object
that is used to create a "RemoteDirectory" for want of a better name, you could really call
this a Directory Configuration class.
getId
java.lang.Long getId()
getName
java.lang.String getName()
isActive
boolean isActive()
getEncryptionType
java.lang.String getEncryptionType()
getAttributes
java.util.Map<java.lang.String,java.lang.String> getAttributes()
getAllowedOperations
java.util.Set<OperationType> getAllowedOperations()
getDescription
java.lang.String getDescription()
getType
DirectoryType getType()
getImplementationClass
java.lang.String getImplementationClass()
getCreatedDate
java.util.Date getCreatedDate()
getUpdatedDate
java.util.Date getUpdatedDate()
Copyright © 2010 Atlassian. All Rights Reserved.