Class UnknownRemoteUserException

  • All Implemented Interfaces:
    java.io.Serializable

    public class UnknownRemoteUserException
    extends AuthenticationException
    Thrown on authentication problem, when the user is properly authenticated remotely but is unknown in the local DB (after a complete translation profile execution).
    Author:
    K. Benedyczak
    See Also:
    Serialized Form
    • Constructor Detail

      • UnknownRemoteUserException

        public UnknownRemoteUserException​(java.lang.String msg,
                                          AuthenticationResult result)
    • Method Detail

      • getFormForUser

        public java.lang.String getFormForUser()
        Returns:
        registration form for the locally unknown user, or null if not defined.