public class ContainerAuthenticationRealm extends Object implements org.apache.shiro.realm.Realm
| Constructor and Description |
|---|
ContainerAuthenticationRealm() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.shiro.authc.AuthenticationInfo |
getAuthenticationInfo(org.apache.shiro.authc.AuthenticationToken token) |
String |
getName() |
boolean |
supports(org.apache.shiro.authc.AuthenticationToken token) |
public String getName()
getName in interface org.apache.shiro.realm.Realmpublic boolean supports(org.apache.shiro.authc.AuthenticationToken token)
supports in interface org.apache.shiro.realm.Realmpublic org.apache.shiro.authc.AuthenticationInfo getAuthenticationInfo(org.apache.shiro.authc.AuthenticationToken token)
throws org.apache.shiro.authc.AuthenticationException
getAuthenticationInfo in interface org.apache.shiro.realm.Realmorg.apache.shiro.authc.AuthenticationExceptionCopyright © 2016. All rights reserved.