public class ApplicationEntity extends Object
Modifier | Constructor and Description |
---|---|
protected |
ApplicationEntity() |
|
ApplicationEntity(Long id,
String name,
String description,
ApplicationType type,
Boolean active,
Boolean aliasingEnabled,
Boolean lowercaseOutput,
Boolean aggregateMemberships,
Boolean cachedDirectoriesAuthenticationOrderOptimisation) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Boolean |
getActive() |
Boolean |
getAggregateMemberships() |
Boolean |
getAliasingEnabled() |
Boolean |
getCachedDirectoriesAuthenticationOrderOptimisation() |
String |
getDescription() |
Long |
getId() |
Boolean |
getLowercaseOutput() |
String |
getName() |
ApplicationType |
getType() |
int |
hashCode() |
String |
toString() |
public Long getId()
public String getName()
public String getDescription()
public ApplicationType getType()
public Boolean getActive()
public Boolean getAliasingEnabled()
public Boolean getLowercaseOutput()
public Boolean getAggregateMemberships()
public Boolean getCachedDirectoriesAuthenticationOrderOptimisation()
Copyright © 2020 Atlassian. All rights reserved.