Uses of Class
com.atlassian.crowd.model.application.RemoteAddress
Packages that use RemoteAddress
Package
Description
-
Uses of RemoteAddress in com.atlassian.crowd.acceptance.tests.cluster.testutil
Method parameters in com.atlassian.crowd.acceptance.tests.cluster.testutil with type arguments of type RemoteAddressModifier and TypeMethodDescriptionintTestkitClient.createApplication(String namePassword, List<TestkitClient.AppDirMapping> directoryMappings, Set<RemoteAddress> remoteAddresses) -
Uses of RemoteAddress in com.atlassian.crowd.dao.application
Methods in com.atlassian.crowd.dao.application with parameters of type RemoteAddressModifier and TypeMethodDescriptionvoidApplicationDAO.addRemoteAddress(long applicationId, RemoteAddress remoteAddress) Associates a remote address to the given application.voidApplicationDAOHibernate.addRemoteAddress(long applicationId, RemoteAddress remoteAddress) voidApplicationDAO.removeRemoteAddress(long applicationId, RemoteAddress remoteAddress) Dissociates the given remote address from the given application.voidApplicationDAOHibernate.removeRemoteAddress(long applicationId, RemoteAddress remoteAddress) -
Uses of RemoteAddress in com.atlassian.crowd.event.application
Methods in com.atlassian.crowd.event.application that return RemoteAddressModifier and TypeMethodDescriptionApplicationRemoteAddressAddedEvent.getRemoteAddress()ApplicationRemoteAddressRemovedEvent.getRemoteAddress()Constructors in com.atlassian.crowd.event.application with parameters of type RemoteAddressModifierConstructorDescriptionApplicationRemoteAddressAddedEvent(Application application, RemoteAddress remoteAddress) ApplicationRemoteAddressRemovedEvent(Application application, RemoteAddress remoteAddress) -
Uses of RemoteAddress in com.atlassian.crowd.event.listener.mapper.util
Method parameters in com.atlassian.crowd.event.listener.mapper.util with type arguments of type RemoteAddress -
Uses of RemoteAddress in com.atlassian.crowd.manager.application
Methods in com.atlassian.crowd.manager.application with parameters of type RemoteAddressModifier and TypeMethodDescriptionvoidApplicationManager.addRemoteAddress(Application application, RemoteAddress remoteAddress) Will add a remote address to the current applicationvoidApplicationManagerGeneric.addRemoteAddress(Application application, RemoteAddress remoteAddress) voidApplicationManager.removeRemoteAddress(Application application, RemoteAddress remoteAddress) Will remove the passed in RemoteAddress from the applicationvoidApplicationManagerGeneric.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 RemoteAddressModifier and TypeMethodDescriptionApplication.getRemoteAddresses()Returns the whitelist of addresses allowed to connect to Crowd as the application.ApplicationImpl.getRemoteAddresses()Deprecated.ImmutableApplication.getRemoteAddresses()Methods in com.atlassian.crowd.model.application with parameters of type RemoteAddressMethod parameters in com.atlassian.crowd.model.application with type arguments of type RemoteAddressModifier and TypeMethodDescriptionvoidApplicationImpl.setRemoteAddresses(Set<RemoteAddress> remoteAddresses) Deprecated.ImmutableApplication.Builder.setRemoteAddresses(Set<RemoteAddress> remoteAddresses) Constructor parameters in com.atlassian.crowd.model.application with type arguments of type RemoteAddressModifierConstructorDescriptionprotectedApplicationImpl(String name, long id, ApplicationType type, String description, PasswordCredential credential, boolean active, Map<String, String> attributes, List<DirectoryMapping> directoryMappings, Set<RemoteAddress> remoteAddresses, Set<Webhook> webhooks, Date createdDate, Date updatedDate) Deprecated.ImmutableApplication(Long id, String name, ApplicationType type, String description, PasswordCredential passwordCredential, boolean permanent, boolean active, Map<String, String> attributes, List<DirectoryMapping> directoryMappings, Set<RemoteAddress> remoteAddresses, Set<Webhook> webhooks, boolean lowercaseOutput, boolean aliasingEnabled, Date createdDate, Date updatedDate) Deprecated. -
Uses of RemoteAddress in com.atlassian.crowd.plugin.rest.util
Methods in com.atlassian.crowd.plugin.rest.util that return RemoteAddressModifier and TypeMethodDescriptionstatic RemoteAddressApplicationEntityTranslator.toRemoteAddress(RemoteAddressEntity remoteAddressEntity) Translates from aRemoteAddressEntityto aRemoteAddress.Methods in com.atlassian.crowd.plugin.rest.util that return types with arguments of type RemoteAddressModifier and TypeMethodDescriptionstatic Set<RemoteAddress>ApplicationEntityTranslator.toRemoteAddresses(RemoteAddressEntitySet remoteAddressEntities) Translates from aRemoteAddressEntitySetto a set ofRemoteAddress.Methods in com.atlassian.crowd.plugin.rest.util with parameters of type RemoteAddressModifier and TypeMethodDescriptionstatic RemoteAddressEntityApplicationEntityTranslator.toRemoteAddressEntity(RemoteAddress remoteAddress, URI baseUri) Translate from aRemoteAddressto aRemoteAddressEntity.Method parameters in com.atlassian.crowd.plugin.rest.util with type arguments of type RemoteAddressModifier and TypeMethodDescriptionstatic RemoteAddressEntitySetApplicationEntityTranslator.toRemoteAddressEntities(Set<RemoteAddress> remoteAddresses, URI baseUri) Translate from a set ofRemoteAddresses toRemoteAddressEntitySet. -
Uses of RemoteAddress in com.atlassian.crowd.test.matchers
Method parameters in com.atlassian.crowd.test.matchers with type arguments of type RemoteAddressModifier and TypeMethodDescriptionApplicationMatcher.withRemoteAddressesMatching(org.hamcrest.Matcher<Set<RemoteAddress>> remoteAddressesMatcher) Builds a new specialised matcher to match on remote addresses; the returned matcher will only match if all this matcher's non-remote-address constraints are matched AND the given matcher matches the application's remote addresses.ApplicationMatcher.withRemoteAddressOf(Set<RemoteAddress> remoteAddresses) Builds a new specialised matcher to match the given application remote addresses exactly; the returned matcher will only match if all this matcher's non-remote-address constraints are matched AND the given set is equal to the application's remote addresses.
ImmutableApplication.Builderinstead.