public class DirectoryDTO extends Object
Directory to and from JSON.| Constructor and Description |
|---|
DirectoryDTO(com.atlassian.crowd.embedded.api.Directory directory) |
DirectoryDTO(Long id,
String name,
boolean active,
String encryptionType,
Map<String,String> attributes,
Set<com.atlassian.crowd.embedded.api.OperationType> allowedOperations,
String description,
com.atlassian.crowd.embedded.api.DirectoryType type,
String implementationClass,
Date createdDate,
Date updatedDate) |
| Modifier and Type | Method and Description |
|---|---|
Set<com.atlassian.crowd.embedded.api.OperationType> |
getAllowedOperations() |
Map<String,String> |
getAttributes() |
Date |
getCreatedDate() |
String |
getDescription() |
String |
getEncryptionType() |
Long |
getId() |
String |
getImplementationClass() |
String |
getName() |
com.atlassian.crowd.embedded.api.DirectoryType |
getType() |
Date |
getUpdatedDate() |
boolean |
isActive() |
public DirectoryDTO(Long id, String name, boolean active, String encryptionType, Map<String,String> attributes, Set<com.atlassian.crowd.embedded.api.OperationType> allowedOperations, String description, com.atlassian.crowd.embedded.api.DirectoryType type, String implementationClass, Date createdDate, Date updatedDate)
public DirectoryDTO(com.atlassian.crowd.embedded.api.Directory directory)
public Long getId()
public String getName()
public boolean isActive()
public String getEncryptionType()
public Set<com.atlassian.crowd.embedded.api.OperationType> getAllowedOperations()
public String getDescription()
public com.atlassian.crowd.embedded.api.DirectoryType getType()
public String getImplementationClass()
public Date getCreatedDate()
public Date getUpdatedDate()
Copyright © 2018 Atlassian. All rights reserved.