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
 java.util.Set<RemoteAddress> Application.getRemoteAddresses()
          Returns the whitelist of addresses allowed to connect to Crowd as the application.
 

Methods in com.atlassian.crowd.model.application with parameters of type RemoteAddress
 int RemoteAddress.compareTo(RemoteAddress o)
           
 

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)
          Compares the request address (hostname or IP address) with the specified allowed address (hostname or IP address) to determine if the request address matches the allowed address.
 



Copyright © 2011 Atlassian. All Rights Reserved.