public class JitConfigEntity extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
JitConfigEntity.Config |
| Constructor and Description |
|---|
JitConfigEntity() |
JitConfigEntity(JustInTimeConfig justInTimeConfig) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<String> |
getAdditionalJitScopes()
Left nullable on purpose because our REST API handles partial updates, hence
null and empty list mean
a different thing. |
Boolean |
getEnableUserProvisioning() |
String |
getMappingDisplayName() |
String |
getMappingEmail() |
String |
getMappingGroups() |
int |
hashCode() |
String |
toString() |
public JitConfigEntity()
public JitConfigEntity(JustInTimeConfig justInTimeConfig)
public Boolean getEnableUserProvisioning()
public String getMappingDisplayName()
public String getMappingEmail()
public String getMappingGroups()
@Nullable public List<String> getAdditionalJitScopes()
null and empty list mean
a different thing.Copyright © 2023 Atlassian. All rights reserved.