.. java:import:: java.util Map .. java:import:: java.util Set .. java:import:: org.apache.shiro.authc AuthenticationException .. java:import:: org.apache.shiro.authz AuthorizationException .. java:import:: org.caosdb.server.entity Message .. java:import:: org.caosdb.server.transaction RetrievePasswordValidatorTransaction .. java:import:: org.caosdb.server.transaction RetrieveUserTransaction .. java:import:: org.caosdb.server.utils ServerMessages InternalUserSource ================== .. java:package:: org.caosdb.server.accessControl :noindex: .. java:type:: public class InternalUserSource implements UserSource Methods ------- getDefaultUserEmail ^^^^^^^^^^^^^^^^^^^ .. java:method:: @Override public String getDefaultUserEmail(String username) :outertype: InternalUserSource getDefaultUserStatus ^^^^^^^^^^^^^^^^^^^^ .. java:method:: @Override public UserStatus getDefaultUserStatus(String username) :outertype: InternalUserSource getName ^^^^^^^ .. java:method:: @Override public String getName() :outertype: InternalUserSource isUserExisting ^^^^^^^^^^^^^^ .. java:method:: @Override public boolean isUserExisting(String username) :outertype: InternalUserSource isValid ^^^^^^^ .. java:method:: @Override public boolean isValid(String username, String password) :outertype: InternalUserSource resolveRolesForUsername ^^^^^^^^^^^^^^^^^^^^^^^ .. java:method:: @Override public Set resolveRolesForUsername(String username) :outertype: InternalUserSource setMap ^^^^^^ .. java:method:: @Override public void setMap(Map map) :outertype: InternalUserSource