Uses of Class
com.atlassian.confluence.user.crowd.DirectoryState
-
Packages that use DirectoryState Package Description com.atlassian.confluence.user.crowd -
-
Uses of DirectoryState in com.atlassian.confluence.user.crowd
Methods in com.atlassian.confluence.user.crowd that return DirectoryState Modifier and Type Method Description static DirectoryState
DirectoryState. valueOf(String name)
Returns the enum constant of this type with the specified name.static DirectoryState[]
DirectoryState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.confluence.user.crowd with parameters of type DirectoryState Modifier and Type Method Description void
EmbeddedCrowdBootstrap. ensureInternalDirectoryExists(DirectoryState state)
If no internal directory is found, create one and set the enabled flag.
-