.. java:import:: java.util Collection .. java:import:: java.util Set .. java:import:: org.apache.shiro.authc AuthenticationInfo .. java:import:: org.apache.shiro.authc AuthenticationToken .. java:import:: org.apache.shiro.authz AuthorizationInfo .. java:import:: org.apache.shiro.authz SimpleAuthorizationInfo .. java:import:: org.apache.shiro.realm AuthorizingRealm .. java:import:: org.apache.shiro.subject PrincipalCollection CaosDBAuthorizingRealm ====================== .. java:package:: org.caosdb.server.accessControl :noindex: .. java:type:: public class CaosDBAuthorizingRealm extends AuthorizingRealm Constructors ------------ CaosDBAuthorizingRealm ^^^^^^^^^^^^^^^^^^^^^^ .. java:constructor:: public CaosDBAuthorizingRealm() :outertype: CaosDBAuthorizingRealm Methods ------- doGetAuthenticationInfo ^^^^^^^^^^^^^^^^^^^^^^^ .. java:method:: @Override protected AuthenticationInfo doGetAuthenticationInfo(AuthenticationToken token) :outertype: CaosDBAuthorizingRealm doGetAuthorizationInfo ^^^^^^^^^^^^^^^^^^^^^^ .. java:method:: @Override protected AuthorizationInfo doGetAuthorizationInfo(PrincipalCollection principals) :outertype: CaosDBAuthorizingRealm getSessionPermissions ^^^^^^^^^^^^^^^^^^^^^ .. java:method:: public Collection getSessionPermissions(SelfValidatingAuthenticationToken token) :outertype: CaosDBAuthorizingRealm getSessionRoles ^^^^^^^^^^^^^^^ .. java:method:: public Collection getSessionRoles(SelfValidatingAuthenticationToken token) :outertype: CaosDBAuthorizingRealm supports ^^^^^^^^ .. java:method:: @Override public boolean supports(AuthenticationToken token) :outertype: CaosDBAuthorizingRealm