Uses of Class
com.atlassian.crowd.plugin.rest.entity.RemoteAddressEntitySet
Packages that use RemoteAddressEntitySet
-
Uses of RemoteAddressEntitySet in com.atlassian.crowd.plugin.rest.entity
Methods in com.atlassian.crowd.plugin.rest.entity that return RemoteAddressEntitySetMethods in com.atlassian.crowd.plugin.rest.entity with parameters of type RemoteAddressEntitySetModifier and TypeMethodDescriptionvoidApplicationEntity.setRemoteAddresses(RemoteAddressEntitySet remoteAddresses) -
Uses of RemoteAddressEntitySet in com.atlassian.crowd.plugin.rest.util
Methods in com.atlassian.crowd.plugin.rest.util that return RemoteAddressEntitySetModifier and TypeMethodDescriptionstatic RemoteAddressEntitySetApplicationEntityTranslator.toRemoteAddressEntities(Set<RemoteAddress> remoteAddresses, URI baseUri) Translate from a set ofRemoteAddresses toRemoteAddressEntitySet.Methods in com.atlassian.crowd.plugin.rest.util with parameters of type RemoteAddressEntitySetModifier and TypeMethodDescriptionstatic Set<RemoteAddress>ApplicationEntityTranslator.toRemoteAddresses(RemoteAddressEntitySet remoteAddressEntities) Translates from aRemoteAddressEntitySetto a set ofRemoteAddress.