|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of RemoteAddress in com.atlassian.crowd.dao.application |
|---|
| Methods in com.atlassian.crowd.dao.application with parameters of type RemoteAddress | |
|---|---|
void |
ApplicationDAOHibernate.addRemoteAddress(long applicationId,
RemoteAddress remoteAddress)
|
void |
ApplicationDAO.addRemoteAddress(long applicationId,
RemoteAddress remoteAddress)
Associates a remote address to the given application. |
void |
ApplicationDAOHibernate.removeRemoteAddress(long applicationId,
RemoteAddress remoteAddress)
|
void |
ApplicationDAO.removeRemoteAddress(long applicationId,
RemoteAddress remoteAddress)
Dissociates the given remote address from the given application. |
| Uses of RemoteAddress in com.atlassian.crowd.event.application |
|---|
| Methods in com.atlassian.crowd.event.application that return RemoteAddress | |
|---|---|
RemoteAddress |
ApplicationRemoteAddressRemovedEvent.getRemoteAddress()
|
RemoteAddress |
ApplicationRemoteAddressAddedEvent.getRemoteAddress()
|
| Constructors in com.atlassian.crowd.event.application with parameters of type RemoteAddress | |
|---|---|
ApplicationRemoteAddressAddedEvent(Application application,
RemoteAddress remoteAddress)
|
|
ApplicationRemoteAddressRemovedEvent(Application application,
RemoteAddress remoteAddress)
|
|
| Uses of RemoteAddress in com.atlassian.crowd.manager.application |
|---|
| Methods in com.atlassian.crowd.manager.application with parameters of type RemoteAddress | |
|---|---|
void |
ApplicationManager.addRemoteAddress(Application application,
RemoteAddress remoteAddress)
Will add a remote address to the current application |
void |
ApplicationManagerGeneric.addRemoteAddress(Application application,
RemoteAddress remoteAddress)
|
void |
ApplicationManager.removeRemoteAddress(Application application,
RemoteAddress remoteAddress)
Will remove the passed in RemoteAddress from the application |
void |
ApplicationManagerGeneric.removeRemoteAddress(Application application,
RemoteAddress remoteAddress)
|
| Uses of RemoteAddress in com.atlassian.crowd.model.application |
|---|
| Methods in com.atlassian.crowd.model.application that return types with arguments of type RemoteAddress | |
|---|---|
java.util.Set<RemoteAddress> |
Application.getRemoteAddresses()
Returns the whitelist of addresses allowed to connect to Crowd as the application. |
java.util.Set<RemoteAddress> |
ImmutableApplication.getRemoteAddresses()
|
java.util.Set<RemoteAddress> |
ApplicationImpl.getRemoteAddresses()
|
| Methods in com.atlassian.crowd.model.application with parameters of type RemoteAddress | |
|---|---|
int |
RemoteAddress.compareTo(RemoteAddress o)
|
| Method parameters in com.atlassian.crowd.model.application with type arguments of type RemoteAddress | |
|---|---|
ImmutableApplication.Builder |
ImmutableApplication.Builder.setRemoteAddresses(java.util.Set<RemoteAddress> remoteAddresses)
|
void |
ApplicationImpl.setRemoteAddresses(java.util.Set<RemoteAddress> remoteAddresses)
|
| Constructor parameters in com.atlassian.crowd.model.application with type arguments of type RemoteAddress | |
|---|---|
ApplicationImpl(java.lang.String name,
long id,
ApplicationType type,
java.lang.String description,
PasswordCredential credential,
boolean active,
java.util.Map<java.lang.String,java.lang.String> attributes,
java.util.List<DirectoryMapping> directoryMappings,
java.util.Set<RemoteAddress> remoteAddresses,
java.util.Date createdDate,
java.util.Date updatedDate)
|
|
ImmutableApplication(java.lang.Long id,
java.lang.String name,
ApplicationType type,
java.lang.String description,
PasswordCredential passwordCredential,
boolean permanent,
boolean active,
java.util.Map<java.lang.String,java.lang.String> attributes,
java.util.List<DirectoryMapping> directoryMappings,
java.util.Set<RemoteAddress> remoteAddresses,
boolean lowercaseOutput,
boolean aliasingEnabled,
java.util.Date createdDate,
java.util.Date updatedDate)
|
|
| Uses of RemoteAddress in com.atlassian.crowd.plugin.rest.util |
|---|
| Methods in com.atlassian.crowd.plugin.rest.util that return RemoteAddress | |
|---|---|
static RemoteAddress |
ApplicationEntityTranslator.toRemoteAddress(RemoteAddressEntity remoteAddressEntity)
Translates from a RemoteAddressEntity to a RemoteAddress. |
| Methods in com.atlassian.crowd.plugin.rest.util that return types with arguments of type RemoteAddress | |
|---|---|
static java.util.Set<RemoteAddress> |
ApplicationEntityTranslator.toRemoteAddresses(RemoteAddressEntitySet remoteAddressEntities)
Translates from a RemoteAddressEntitySet to a set of RemoteAddress. |
| Methods in com.atlassian.crowd.plugin.rest.util with parameters of type RemoteAddress | |
|---|---|
static RemoteAddressEntity |
ApplicationEntityTranslator.toRemoteAddressEntity(RemoteAddress remoteAddress,
java.net.URI baseUri)
Translate from a RemoteAddress to a RemoteAddressEntity. |
| Method parameters in com.atlassian.crowd.plugin.rest.util with type arguments of type RemoteAddress | |
|---|---|
static RemoteAddressEntitySet |
ApplicationEntityTranslator.toRemoteAddressEntities(java.util.Set<RemoteAddress> remoteAddresses,
java.net.URI baseUri)
Translate from a set of RemoteAddresses to RemoteAddressEntitySet. |
| Uses of RemoteAddress in com.atlassian.crowd.util |
|---|
| Methods in com.atlassian.crowd.util with parameters of type RemoteAddress | |
|---|---|
boolean |
RemoteAddressCacheUtil.getPermitted(Application application,
RemoteAddress remoteAddress)
Gets from cache whether the application with remoteAddress is permitted to make a request
to the Crowd server. |
static boolean |
RemoteAddressHelper.isAddressAllowed(RemoteAddress allowedAddress,
RemoteAddress requestAddress)
Compares the request address (hostname or IP address) with the specified allowed address (hostname or IP address) to determine if the request address matches the allowed address. |
void |
RemoteAddressCacheUtil.setPermitted(Application application,
RemoteAddress remoteAddress,
boolean permitted)
Sets in the cache that remoteAddress is permitted/forbidden from making a request to the Crowd server. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||