Uses of Class
org.mycore.access.mcrimpl.MCRIPAddress

Packages that use MCRIPAddress
org.mycore.access.mcrimpl   
 

Uses of MCRIPAddress in org.mycore.access.mcrimpl
 

Methods in org.mycore.access.mcrimpl that return MCRIPAddress
 MCRIPAddress MCRAccessData.getIp()
           
 

Methods in org.mycore.access.mcrimpl with parameters of type MCRIPAddress
 boolean MCRAccessRule.checkAccess(MCRUser user, Date date, MCRIPAddress ip)
           
 boolean MCRAccessControlSystem.checkAccess(String objID, String permission, MCRUser user, MCRIPAddress ip)
          Validator methods to validate access definition for given object and pool
(package private)  boolean MCRIPAddress.contains(MCRIPAddress other)
           
 void MCRAccessData.setIp(MCRIPAddress ip)
           
 

Constructors in org.mycore.access.mcrimpl with parameters of type MCRIPAddress
MCRAccessData(MCRUser user, Date date, MCRIPAddress ip)