edu.umd.cs.findbugs.cloud.username

Class WebCloudNameLookup

    • Constructor Detail

      • WebCloudNameLookup

        public WebCloudNameLookup()
    • Method Detail

      • loadProperties

        public void loadProperties(CloudPlugin plugin)
      • softSignin

        public boolean softSignin()
                           throws IOException
        If the user can be authenticated due to an existing session id, do so
        Returns:
        true if we could authenticate the user
        Throws:
        IOException
      • setSaveSessionInformation

        public static void setSaveSessionInformation(boolean save)
      • isSavingSessionInfoEnabled

        public static boolean isSavingSessionInfoEnabled()
      • clearSavedSessionInformation

        public static void clearSavedSessionInformation()
      • saveSessionInformation

        public static void saveSessionInformation(long sessionId)
      • getSessionId

        public Long getSessionId()
      • getUsername

        public String getUsername()
        Description copied from interface: NameLookup
        Return name that should be used as the user identity
        Specified by:
        getUsername in interface NameLookup
      • getHost

        public String getHost()

Copyright © 2003–2015. All rights reserved.