Package mireka.login

Class LoginResult


  • public class LoginResult
    extends Object
    This class represents the result of an authentication attempt, it gives both the decision, and if the attempt is successful, the Principal authenticated.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • principal

        public final Principal principal
        Represents the canonical name of the logged in user