Class ApplicationEntity
java.lang.Object
com.atlassian.crowd.plugin.rest.entity.admin.ApplicationEntity
-
Nested Class Summary
-
Constructor Summary
ModifierConstructorDescriptionprotected
ApplicationEntity
(Long id, String name, String description, ApplicationType type, Boolean active, Boolean aliasingEnabled, Boolean lowercaseOutput, Boolean aggregateMemberships, Boolean cachedDirectoriesAuthenticationOrderOptimisation) -
Method Summary
Modifier and TypeMethodDescriptionstatic ApplicationEntity.Builder
builder()
static ApplicationEntity.Builder
builder
(ApplicationEntity applicationEntity) boolean
getId()
getName()
getType()
int
hashCode()
toString()
-
Constructor Details
-
ApplicationEntity
protected ApplicationEntity() -
ApplicationEntity
-
ApplicationEntity
-
-
Method Details
-
getId
-
getName
-
getDescription
-
getType
-
getActive
-
getAliasingEnabled
-
getLowercaseOutput
-
getAggregateMemberships
-
getCachedDirectoriesAuthenticationOrderOptimisation
-
getFilteringUsersWithAccessEnabled
-
getFilteringGroupsWithAccessEnabled
-
getDirectoryMappings
-
equals
-
hashCode
public int hashCode() -
toString
-
builder
-
builder
-