Class AutoDisposableWindowsPrincipal
java.lang.Object
waffle.servlet.WindowsPrincipal
waffle.servlet.AutoDisposableWindowsPrincipal
- All Implemented Interfaces:
Serializable, Principal, EventListener
The Class AutoDisposableWindowsPrincipal.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAutoDisposableWindowsPrincipal(IWindowsIdentity windowsIdentity) Instantiates a new auto disposable windows principal.AutoDisposableWindowsPrincipal(IWindowsIdentity windowsIdentity, PrincipalFormat principalFormat, PrincipalFormat roleFormat) Instantiates a new auto disposable windows principal. -
Method Summary
Modifier and TypeMethodDescriptionvoidvalueBound(javax.servlet.http.HttpSessionBindingEvent evt) voidvalueUnbound(javax.servlet.http.HttpSessionBindingEvent evt) Methods inherited from class WindowsPrincipal
equals, getGroups, getIdentity, getName, getRolesString, getSid, getSidString, hashCode, hasRole, toString
-
Constructor Details
-
AutoDisposableWindowsPrincipal
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 identityprincipalFormat- the principal formatroleFormat- the role format
-
-
Method Details
-
valueBound
public void valueBound(javax.servlet.http.HttpSessionBindingEvent evt) -
valueUnbound
public void valueUnbound(javax.servlet.http.HttpSessionBindingEvent evt)
-