.. java:import:: org.apache.shiro.authc AuthenticationInfo .. java:import:: org.apache.shiro.authc AuthenticationToken .. java:import:: org.apache.shiro.authc SimpleAuthenticationInfo .. java:import:: org.apache.shiro.authc.credential AllowAllCredentialsMatcher .. java:import:: org.apache.shiro.realm AuthenticatingRealm SessionTokenRealm ================= .. java:package:: org.caosdb.server.accessControl :noindex: .. java:type:: public class SessionTokenRealm extends AuthenticatingRealm Constructors ------------ SessionTokenRealm ^^^^^^^^^^^^^^^^^ .. java:constructor:: public SessionTokenRealm() :outertype: SessionTokenRealm Methods ------- doGetAuthenticationInfo ^^^^^^^^^^^^^^^^^^^^^^^ .. java:method:: @Override protected AuthenticationInfo doGetAuthenticationInfo(AuthenticationToken token) :outertype: SessionTokenRealm