public class AutoDisposableWindowsPrincipal extends WindowsPrincipal implements javax.servlet.http.HttpSessionBindingListener
| Constructor and Description |
|---|
AutoDisposableWindowsPrincipal(IWindowsIdentity windowsIdentity) |
AutoDisposableWindowsPrincipal(IWindowsIdentity windowsIdentity,
PrincipalFormat principalFormat,
PrincipalFormat roleFormat) |
| Modifier and Type | Method and Description |
|---|---|
void |
valueBound(javax.servlet.http.HttpSessionBindingEvent evt) |
void |
valueUnbound(javax.servlet.http.HttpSessionBindingEvent evt) |
getGroups, getIdentity, getName, getRolesString, getSid, getSidString, hasRole, toStringpublic AutoDisposableWindowsPrincipal(IWindowsIdentity windowsIdentity)
public AutoDisposableWindowsPrincipal(IWindowsIdentity windowsIdentity, PrincipalFormat principalFormat, PrincipalFormat roleFormat)
public void valueBound(javax.servlet.http.HttpSessionBindingEvent evt)
valueBound in interface javax.servlet.http.HttpSessionBindingListenerpublic void valueUnbound(javax.servlet.http.HttpSessionBindingEvent evt)
valueUnbound in interface javax.servlet.http.HttpSessionBindingListenerCopyright © 2010-2014 com.github.dblock. All Rights Reserved.