Class NaiveUserAgent.DefaultAccessController

  • All Implemented Interfaces:
    java.util.function.BiPredicate<java.lang.String,​ExternalResourceType>
    Enclosing class:
    NaiveUserAgent

    public static class NaiveUserAgent.DefaultAccessController
    extends java.lang.Object
    implements java.util.function.BiPredicate<java.lang.String,​ExternalResourceType>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean test​(java.lang.String uri, ExternalResourceType resourceType)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.BiPredicate

        and, negate, or
    • Constructor Detail

      • DefaultAccessController

        public DefaultAccessController()
    • Method Detail