Uses of Class
com.atlassian.crowd.model.application.RemoteAddress

Packages that use RemoteAddress
com.atlassian.crowd.model.application   
com.atlassian.crowd.util   
 

Uses of RemoteAddress in com.atlassian.crowd.model.application
 

Methods in com.atlassian.crowd.model.application that return types with arguments of type RemoteAddress
 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 Application.setRemoteAddresses(Set<RemoteAddress> remoteAddresses)
           
 

Uses of RemoteAddress in com.atlassian.crowd.util
 

Methods in com.atlassian.crowd.util with parameters of type RemoteAddress
static boolean RemoteAddressHelper.isAddressAllowed(RemoteAddress allowedAddress, RemoteAddress requestAddress)
           
 



Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.