Class UnknownRemoteUserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
pl.edu.icm.unity.engine.api.authn.AuthenticationException
pl.edu.icm.unity.engine.api.authn.remote.UnknownRemoteUserException
- All Implemented Interfaces:
Serializable
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:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnknownRemoteUserException
-
-
Method Details
-
getFormForUser
- Returns:
- registration form for the locally unknown user, or null if not defined.
-
getRemoteContext
-
getResult
- Overrides:
getResult
in classAuthenticationException
-