Class AuthenticationUtil.AuthenticatingOperation<V>

  • All Implemented Interfaces:
    java.util.concurrent.Callable<V>
    Enclosing class:
    AuthenticationUtil

    public abstract static class AuthenticationUtil.AuthenticatingOperation<V>
    extends java.lang.Object
    implements java.util.concurrent.Callable<V>
    Encapsulation of an administrative operation requiring (potentially) client authentication to authorize the operation.
    Since:
    4.3
    Author:
    Christian W. Damus (CEA LIST)
    • Constructor Detail

    • Method Detail

      • call

        public final V call()
                     throws java.lang.Exception
        Specified by:
        call in interface java.util.concurrent.Callable<V>
        Throws:
        java.lang.Exception
      • doCall

        protected abstract V doCall()
                             throws java.lang.Exception
        Throws:
        java.lang.Exception