Serializable, Principal, EventListener, javax.servlet.http.HttpSessionBindingListenerpublic class AutoDisposableWindowsPrincipal extends WindowsPrincipal implements javax.servlet.http.HttpSessionBindingListener
| Constructor | Description |
|---|---|
AutoDisposableWindowsPrincipal(IWindowsIdentity windowsIdentity) |
Instantiates a new auto disposable windows principal.
|
AutoDisposableWindowsPrincipal(IWindowsIdentity windowsIdentity,
PrincipalFormat principalFormat,
PrincipalFormat roleFormat) |
Instantiates a new auto disposable windows principal.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
valueBound(javax.servlet.http.HttpSessionBindingEvent evt) |
|
void |
valueUnbound(javax.servlet.http.HttpSessionBindingEvent evt) |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitequals, getGroups, getIdentity, getName, getRolesString, getSid, getSidString, hashCode, hasRole, toStringpublic AutoDisposableWindowsPrincipal(IWindowsIdentity windowsIdentity)
windowsIdentity - the windows identitypublic AutoDisposableWindowsPrincipal(IWindowsIdentity windowsIdentity, PrincipalFormat principalFormat, PrincipalFormat roleFormat)
windowsIdentity - the windows identityprincipalFormat - the principal formatroleFormat - the role formatpublic 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–2018 com.github.waffle. All rights reserved.