Uses of Class
com.atlassian.crowd.plugin.rest.entity.RemoteAddressEntity
Packages that use RemoteAddressEntity
Package
Description
-
Uses of RemoteAddressEntity in com.atlassian.crowd.plugin.rest.entity
Methods in com.atlassian.crowd.plugin.rest.entity that return types with arguments of type RemoteAddressEntityMethods in com.atlassian.crowd.plugin.rest.entity with parameters of type RemoteAddressEntityModifier and TypeMethodDescriptionvoidRemoteAddressEntitySet.addRemoteAddress(RemoteAddressEntity addressEntity) Constructor parameters in com.atlassian.crowd.plugin.rest.entity with type arguments of type RemoteAddressEntityModifierConstructorDescriptionRemoteAddressEntitySet(Set<RemoteAddressEntity> remoteAddresses, com.atlassian.plugins.rest.api.model.Link link) -
Uses of RemoteAddressEntity in com.atlassian.crowd.plugin.rest.service.controller.application
Methods in com.atlassian.crowd.plugin.rest.service.controller.application with parameters of type RemoteAddressEntityModifier and TypeMethodDescriptionvoidApplicationController.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
Methods in com.atlassian.crowd.plugin.rest.service.resource.application with parameters of type RemoteAddressEntityModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseApplicationResource.addRemoteAddress(long applicationId, RemoteAddressEntity remoteAddressEntity) -
Uses of RemoteAddressEntity in com.atlassian.crowd.plugin.rest.util
Methods in com.atlassian.crowd.plugin.rest.util that return RemoteAddressEntityModifier and TypeMethodDescriptionstatic RemoteAddressEntityApplicationEntityTranslator.toRemoteAddressEntity(RemoteAddress remoteAddress, URI baseUri) Translate from aRemoteAddressto aRemoteAddressEntity.Methods in com.atlassian.crowd.plugin.rest.util with parameters of type RemoteAddressEntityModifier and TypeMethodDescriptionstatic RemoteAddressApplicationEntityTranslator.toRemoteAddress(RemoteAddressEntity remoteAddressEntity) Translates from aRemoteAddressEntityto aRemoteAddress.