Uses of Class
com.atlassian.crowd.plugin.rest.entity.RemoteAddressEntitySet

Packages that use RemoteAddressEntitySet
com.atlassian.crowd.plugin.rest.entity   
com.atlassian.crowd.plugin.rest.util   
 

Uses of RemoteAddressEntitySet in com.atlassian.crowd.plugin.rest.entity
 

Methods in com.atlassian.crowd.plugin.rest.entity that return RemoteAddressEntitySet
 RemoteAddressEntitySet ApplicationEntity.getRemoteAddresses()
           
 

Methods in com.atlassian.crowd.plugin.rest.entity with parameters of type RemoteAddressEntitySet
 void ApplicationEntity.setRemoteAddresses(RemoteAddressEntitySet remoteAddresses)
           
 

Uses of RemoteAddressEntitySet in com.atlassian.crowd.plugin.rest.util
 

Methods in com.atlassian.crowd.plugin.rest.util that return RemoteAddressEntitySet
static RemoteAddressEntitySet ApplicationEntityTranslator.toRemoteAddressEntities(java.util.Set<RemoteAddress> remoteAddresses, java.net.URI baseUri)
          Translate from a set of RemoteAddresses to RemoteAddressEntitySet.
 

Methods in com.atlassian.crowd.plugin.rest.util with parameters of type RemoteAddressEntitySet
static java.util.Set<RemoteAddress> ApplicationEntityTranslator.toRemoteAddresses(RemoteAddressEntitySet remoteAddressEntities)
          Translates from a RemoteAddressEntitySet to a set of RemoteAddress.
 



Copyright © 2012 Atlassian. All Rights Reserved.