Class ApplicationEntity
java.lang.Object
com.atlassian.crowd.plugin.rest.entity.ApplicationEntity
Represents an Application entity.
- Since:
- 2.2
-
Constructor Summary
ConstructorDescriptionApplicationEntity
(Long id, String name, String type, String description, Boolean active, PasswordEntity password, Boolean lowercaseOutput, Boolean aliasingEnabled, com.atlassian.plugins.rest.api.model.Link link) -
Method Summary
Modifier and TypeMethodDescriptiongetId()
com.atlassian.plugins.rest.api.model.Link
getLink()
getName()
getType()
isActive()
void
setAttributes
(AttributeEntityList attributes) void
setDirectoryMappings
(DirectoryMappingEntityList directoryMappings) void
setLink
(com.atlassian.plugins.rest.api.model.Link link) void
void
setPassword
(PasswordEntity password) void
setRemoteAddresses
(RemoteAddressEntitySet remoteAddresses) void
toString()
-
Constructor Details
-
ApplicationEntity
-
-
Method Details
-
getId
-
getDescription
-
isActive
-
setPassword
-
getPassword
-
isLowercaseOutput
-
isAliasingEnabled
-
setName
-
getName
-
setType
-
getType
-
setAttributes
-
getAttributes
-
setDirectoryMappings
-
getDirectoryMappings
-
setRemoteAddresses
-
getRemoteAddresses
-
toString
-
setLink
public void setLink(com.atlassian.plugins.rest.api.model.Link link) -
getLink
public com.atlassian.plugins.rest.api.model.Link getLink()
-