Class RemoteAuthenticationResult.RemoteSuccessResult
java.lang.Object
pl.edu.icm.unity.engine.api.authn.AuthenticationResult.SuccessResult
pl.edu.icm.unity.engine.api.authn.RemoteAuthenticationResult.RemoteSuccessResult
- Enclosing class:
- RemoteAuthenticationResult
public static class RemoteAuthenticationResult.RemoteSuccessResult
extends AuthenticationResult.SuccessResult
-
Field Summary
Fields inherited from class pl.edu.icm.unity.engine.api.authn.AuthenticationResult.SuccessResult
authenticatedEntity
-
Constructor Summary
ConstructorDescriptionRemoteSuccessResult
(AuthenticatedEntity authenticatedEntity, RemotelyAuthenticatedPrincipal remotePrincipal) -
Method Summary
-
Field Details
-
remotePrincipal
-
-
Constructor Details
-
RemoteSuccessResult
public RemoteSuccessResult(AuthenticatedEntity authenticatedEntity, RemotelyAuthenticatedPrincipal remotePrincipal)
-
-
Method Details
-
toString
- Overrides:
toString
in classAuthenticationResult.SuccessResult
-
getRemotelyAuthenticatedPrincipal
-