Package waffle.shiro.negotiate
Class NegotiateAuthenticationRealm
java.lang.Object
org.apache.shiro.realm.CachingRealm
org.apache.shiro.realm.AuthenticatingRealm
waffle.shiro.negotiate.NegotiateAuthenticationRealm
- All Implemented Interfaces:
org.apache.shiro.authc.LogoutAware
,org.apache.shiro.cache.CacheManagerAware
,org.apache.shiro.lang.util.Initializable
,org.apache.shiro.lang.util.Nameable
,org.apache.shiro.realm.Realm
public class NegotiateAuthenticationRealm
extends org.apache.shiro.realm.AuthenticatingRealm
The Class NegotiateAuthenticationRealm. Derived from
net.skorgenes.security.jsecurity.negotiate.NegotiateAuthenticationFilter.
-
Constructor Summary
ConstructorDescriptionInstantiates a new negotiate authentication realm. -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.shiro.authc.AuthenticationInfo
doGetAuthenticationInfo
(org.apache.shiro.authc.AuthenticationToken t) boolean
supports
(org.apache.shiro.authc.AuthenticationToken token) Methods inherited from class org.apache.shiro.realm.AuthenticatingRealm
afterCacheManagerSet, assertCredentialsMatch, clearCachedAuthenticationInfo, doClearCache, getAuthenticationCache, getAuthenticationCacheKey, getAuthenticationCacheKey, getAuthenticationCacheName, getAuthenticationInfo, getAuthenticationTokenClass, getCredentialsMatcher, init, isAuthenticationCachingEnabled, isAuthenticationCachingEnabled, onInit, setAuthenticationCache, setAuthenticationCacheName, setAuthenticationCachingEnabled, setAuthenticationTokenClass, setCredentialsMatcher, setName
Methods inherited from class org.apache.shiro.realm.CachingRealm
clearCache, getAvailablePrincipal, getCacheManager, getName, isCachingEnabled, onLogout, setCacheManager, setCachingEnabled
-
Constructor Details
-
NegotiateAuthenticationRealm
public NegotiateAuthenticationRealm()Instantiates a new negotiate authentication realm.
-
-
Method Details
-
supports
public boolean supports(org.apache.shiro.authc.AuthenticationToken token) - Specified by:
supports
in interfaceorg.apache.shiro.realm.Realm
- Overrides:
supports
in classorg.apache.shiro.realm.AuthenticatingRealm
-
doGetAuthenticationInfo
protected org.apache.shiro.authc.AuthenticationInfo doGetAuthenticationInfo(org.apache.shiro.authc.AuthenticationToken t) - Specified by:
doGetAuthenticationInfo
in classorg.apache.shiro.realm.AuthenticatingRealm
-