Class UnknownRemoteUserException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- pl.edu.icm.unity.exceptions.EngineException
-
- pl.edu.icm.unity.engine.api.authn.AuthenticationException
-
- pl.edu.icm.unity.engine.api.authn.remote.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 Summary
Constructors Constructor Description UnknownRemoteUserException(java.lang.String msg, AuthenticationResult result)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getFormForUser()
RemotelyAuthenticatedContext
getRemoteContext()
-
Methods inherited from class pl.edu.icm.unity.engine.api.authn.AuthenticationException
getResult
-
-
-
-
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.
-
getRemoteContext
public RemotelyAuthenticatedContext getRemoteContext()
-
-