Class AutoDisposableWindowsPrincipal

java.lang.Object
waffle.servlet.WindowsPrincipal
waffle.servlet.AutoDisposableWindowsPrincipal
All Implemented Interfaces:
Serializable, Principal, EventListener

public class AutoDisposableWindowsPrincipal extends WindowsPrincipal
The Class AutoDisposableWindowsPrincipal.
See Also:
  • Constructor Details

    • AutoDisposableWindowsPrincipal

      public AutoDisposableWindowsPrincipal(IWindowsIdentity windowsIdentity)
      Instantiates a new auto disposable windows principal.
      Parameters:
      windowsIdentity - the windows identity
    • AutoDisposableWindowsPrincipal

      public AutoDisposableWindowsPrincipal(IWindowsIdentity windowsIdentity, PrincipalFormat principalFormat, PrincipalFormat roleFormat)
      Instantiates a new auto disposable windows principal.
      Parameters:
      windowsIdentity - the windows identity
      principalFormat - the principal format
      roleFormat - the role format
  • Method Details

    • valueBound

      public void valueBound(javax.servlet.http.HttpSessionBindingEvent evt)
    • valueUnbound

      public void valueUnbound(javax.servlet.http.HttpSessionBindingEvent evt)