Class ImmutableDirectory
java.lang.Object
com.atlassian.crowd.model.directory.ImmutableDirectory
- All Implemented Interfaces:
Attributes,Directory,Serializable
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic ImmutableDirectory.Builderstatic ImmutableDirectory.Builderbuilder(String name, DirectoryType type, String implementationClass) booleanstatic ImmutableDirectorygetId()getKeys()getName()getType()inthashCode()booleanisActive()booleanisEmpty()toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.atlassian.crowd.embedded.api.Directory
isPersistable
-
Method Details
-
getId
-
getName
-
isActive
public boolean isActive() -
getEncryptionType
- Specified by:
getEncryptionTypein interfaceDirectory
-
getAttributes
- Specified by:
getAttributesin interfaceDirectory
-
getAllowedOperations
- Specified by:
getAllowedOperationsin interfaceDirectory
-
getDescription
- Specified by:
getDescriptionin interfaceDirectory
-
getType
-
getImplementationClass
- Specified by:
getImplementationClassin interfaceDirectory
-
getCreatedDate
- Specified by:
getCreatedDatein interfaceDirectory
-
getUpdatedDate
- Specified by:
getUpdatedDatein interfaceDirectory
-
getValues
- Specified by:
getValuesin interfaceAttributes
-
getValue
- Specified by:
getValuein interfaceAttributes
-
getKeys
- Specified by:
getKeysin interfaceAttributes
-
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfaceAttributes
-
equals
-
hashCode
public int hashCode() -
from
-
builder
public static ImmutableDirectory.Builder builder(String name, DirectoryType type, String implementationClass) -
builder
-
toString
-