Class SetAndThrowAuthorizationExceptionSupplier<T>

  • All Implemented Interfaces:
    com.google.common.base.Supplier<T>, Supplier<T>

    public class SetAndThrowAuthorizationExceptionSupplier<T>
    extends Object
    implements com.google.common.base.Supplier<T>
    • Constructor Detail

      • SetAndThrowAuthorizationExceptionSupplier

        public SetAndThrowAuthorizationExceptionSupplier​(com.google.common.base.Supplier<T> delegate,
                                                         AtomicReference<AuthorizationException> authException)
    • Method Detail

      • get

        public T get()
        Specified by:
        get in interface com.google.common.base.Supplier<T>
        Specified by:
        get in interface Supplier<T>