Class UserDeprovisioningService.ShouldFlagUsersInsteadOfDeprovisioningSupplier

java.lang.Object
io.datarouter.auth.service.UserDeprovisioningService.ShouldFlagUsersInsteadOfDeprovisioningSupplier
All Implemented Interfaces:
java.util.function.Supplier<java.lang.Boolean>
Enclosing interface:
UserDeprovisioningService

public static class UserDeprovisioningService.ShouldFlagUsersInsteadOfDeprovisioningSupplier
extends java.lang.Object
implements java.util.function.Supplier<java.lang.Boolean>
a class that can be used as a helper for implementations
  • Constructor Summary

    Constructors 
    Constructor Description
    ShouldFlagUsersInsteadOfDeprovisioningSupplier​(boolean shouldFlagUsersInsteadOfDeprovisioning)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Boolean get()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • get

      public java.lang.Boolean get()
      Specified by:
      get in interface java.util.function.Supplier<java.lang.Boolean>