|
||||||||||
| 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)
|
void |
ApplicationDAOHibernate.removeRemoteAddress(long applicationId,
RemoteAddress remoteAddress)
|
void |
ApplicationDAO.removeRemoteAddress(long applicationId,
RemoteAddress remoteAddress)
|
| 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.manager.proxy |
|---|
| Methods in com.atlassian.crowd.manager.proxy that return types with arguments of type RemoteAddress | |
|---|---|
protected java.util.List<RemoteAddress> |
TrustedProxyManagerImpl.getRemoteAddressFromCache()
Loads the list from the cache. |
| 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> |
ApplicationImpl.getRemoteAddresses()
|
java.util.Set<RemoteAddress> |
Application.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 | |
|---|---|
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)
|
|
| 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)
|
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 | |||||||||