public interface ApplicationDirectoryMapping
Modifier and Type | Method and Description |
---|---|
Set<OperationType> |
getAllowedOperations()
Returns a set of operations that the application is allowed to perform on the directory.
|
Set<String> |
getAuthorisedGroupNames()
Returns a set of mappings to groups that are authorised to authenticate with the application.
|
Directory |
getDirectory() |
boolean |
isAllowAllToAuthenticate()
Returns true if all the users in the directory are allowed to authenticate with the application.
|
Directory getDirectory()
boolean isAllowAllToAuthenticate()
getAuthorisedGroupNames()
Set<String> getAuthorisedGroupNames()
isAllowAllToAuthenticate()
returns true.Set<OperationType> getAllowedOperations()
Copyright © 2021 Atlassian. All rights reserved.