Class AuthenticationSubject
java.lang.Object
pl.edu.icm.unity.engine.api.authn.AuthenticationSubject
DTO containing information about a user being authenticated. In case of first factor it is identity of unknown type.
In case of 2nd factor it is a concrete entity.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic AuthenticationSubject
entityBased
(long entityId) boolean
int
hashCode()
static AuthenticationSubject
identityBased
(String identity) toString()