Class AuthenticationProcess

    • Method Summary

      Modifier and Type Method Description
      javax.security.auth.Subject getSubject()  
      protected java.lang.String getUsername()  
      protected void setSubject​(javax.security.auth.Subject subject)  
      protected void setUsername​(java.lang.String username)  
      • Methods inherited from class java.lang.Object

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

      • AuthenticationProcess

        public AuthenticationProcess()
    • Method Detail

      • getSubject

        public javax.security.auth.Subject getSubject()
                                               throws EdalException
        Returns:
        the subject
        Throws:
        EdalException - if unable to get Subject
      • setSubject

        protected void setSubject​(javax.security.auth.Subject subject)
        Parameters:
        subject - the subject to set
      • getUsername

        protected java.lang.String getUsername()
        Returns:
        the username
      • setUsername

        protected void setUsername​(java.lang.String username)
        Parameters:
        username - the username to set