Uses of Class
com.atlassian.crowd.plugin.rest.entity.RemoteAddressEntity
Package
Description
-
Uses of RemoteAddressEntity in com.atlassian.crowd.plugin.rest.entity
Modifier and TypeMethodDescriptionvoid
RemoteAddressEntitySet.addRemoteAddress
(RemoteAddressEntity addressEntity) ModifierConstructorDescriptionRemoteAddressEntitySet
(Set<RemoteAddressEntity> remoteAddresses, com.atlassian.plugins.rest.api.model.Link link) -
Uses of RemoteAddressEntity in com.atlassian.crowd.plugin.rest.service.controller.application
Modifier and TypeMethodDescriptionvoid
ApplicationController.addRemoteAddress
(long applicationId, RemoteAddressEntity remoteAddressEntity) Adds a remote address to the list of allowed addresses for the application. -
Uses of RemoteAddressEntity in com.atlassian.crowd.plugin.rest.service.resource.application
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response
ApplicationResource.addRemoteAddress
(long applicationId, RemoteAddressEntity remoteAddressEntity) -
Uses of RemoteAddressEntity in com.atlassian.crowd.plugin.rest.util
Modifier and TypeMethodDescriptionstatic RemoteAddressEntity
ApplicationEntityTranslator.toRemoteAddressEntity
(RemoteAddress remoteAddress, URI baseUri) Translate from aRemoteAddress
to aRemoteAddressEntity
.Modifier and TypeMethodDescriptionstatic RemoteAddress
ApplicationEntityTranslator.toRemoteAddress
(RemoteAddressEntity remoteAddressEntity) Translates from aRemoteAddressEntity
to aRemoteAddress
.