|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 RemoteAddressEntity | |
|---|---|
java.util.Iterator<RemoteAddressEntity> |
RemoteAddressEntitySet.iterator()
|
| Methods in com.atlassian.crowd.plugin.rest.entity with parameters of type RemoteAddressEntity | |
|---|---|
void |
RemoteAddressEntitySet.addRemoteAddress(RemoteAddressEntity addressEntity)
|
| Constructor parameters in com.atlassian.crowd.plugin.rest.entity with type arguments of type RemoteAddressEntity | |
|---|---|
RemoteAddressEntitySet(java.util.Set<RemoteAddressEntity> remoteAddresses,
com.atlassian.plugins.rest.common.Link link)
|
|
| Uses of RemoteAddressEntity in com.atlassian.crowd.plugin.rest.service.controller |
|---|
| Methods in com.atlassian.crowd.plugin.rest.service.controller with parameters of type RemoteAddressEntity | |
|---|---|
void |
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 |
|---|
| Methods in com.atlassian.crowd.plugin.rest.service.resource with parameters of type RemoteAddressEntity | |
|---|---|
javax.ws.rs.core.Response |
ApplicationResource.addRemoteAddress(long applicationId,
RemoteAddressEntity remoteAddressEntity)
Adds the remote address to the specified application. |
| Uses of RemoteAddressEntity in com.atlassian.crowd.plugin.rest.util |
|---|
| Methods in com.atlassian.crowd.plugin.rest.util that return RemoteAddressEntity | |
|---|---|
static RemoteAddressEntity |
ApplicationEntityTranslator.toRemoteAddressEntity(RemoteAddress remoteAddress,
java.net.URI baseUri)
Translate from a RemoteAddress to a RemoteAddressEntity. |
| Methods in com.atlassian.crowd.plugin.rest.util with parameters of type RemoteAddressEntity | |
|---|---|
static RemoteAddress |
ApplicationEntityTranslator.toRemoteAddress(RemoteAddressEntity remoteAddressEntity)
Translates from a RemoteAddressEntity to a RemoteAddress. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||