|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Directory
Represents a Directory configuration in Crowd. It is used to create a RemoteDirectory for want of a better name, you could really call this a Directory Configuration class.
| Method Summary | |
|---|---|
java.util.Set<OperationType> |
getAllowedOperations()
Returns the operations allowed to be performed on this directory. |
java.util.Map<java.lang.String,java.lang.String> |
getAttributes()
Returns the attributes of the directory. |
java.util.Date |
getCreatedDate()
Returns the date the directory was created. |
java.lang.String |
getDescription()
Returns a description of the directory. |
java.lang.String |
getEncryptionType()
Returns the encryption algorithm used by the directory. |
java.lang.Long |
getId()
Returns the directory ID. |
java.lang.String |
getImplementationClass()
Returns the fully qualified name of the class that implements the directory. |
java.lang.String |
getName()
Returns the name of the directory. |
DirectoryType |
getType()
Returns the type of the directory. |
java.util.Date |
getUpdatedDate()
Returns the date the directory was last modified. |
boolean |
isActive()
Returns true if the directory is currently active, otherwise false. |
| Methods inherited from interface com.atlassian.crowd.embedded.api.Attributes |
|---|
getKeys, getValue, getValues, isEmpty |
| Method Detail |
|---|
java.lang.Long getId()
java.lang.String getName()
boolean isActive()
java.lang.String getEncryptionType()
java.util.Map<java.lang.String,java.lang.String> getAttributes()
java.util.Set<OperationType> getAllowedOperations()
java.lang.String getDescription()
DirectoryType getType()
DirectoryTypejava.lang.String getImplementationClass()
java.util.Date getCreatedDate()
java.util.Date getUpdatedDate()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||