Uses of Class
pl.edu.icm.unity.engine.api.authn.AuthenticationSubject
-
Packages that use AuthenticationSubject Package Description pl.edu.icm.unity.engine.api.authn Authentication related API and utilitiespl.edu.icm.unity.engine.api.identity Identity API -
-
Uses of AuthenticationSubject in pl.edu.icm.unity.engine.api.authn
Methods in pl.edu.icm.unity.engine.api.authn that return AuthenticationSubject Modifier and Type Method Description static AuthenticationSubject
AuthenticationSubject. entityBased(long entityId)
static AuthenticationSubject
AuthenticationSubject. identityBased(String identity)
Methods in pl.edu.icm.unity.engine.api.authn with parameters of type AuthenticationSubject Modifier and Type Method Description void
CredentialReset. setSubject(AuthenticationSubject subject)
Sets the subject for which the operations are made.Constructors in pl.edu.icm.unity.engine.api.authn with parameters of type AuthenticationSubject Constructor Description AuthenticatedEntity(Long entityId, AuthenticationSubject authnSubject, String outdatedCredentialId)
-
Uses of AuthenticationSubject in pl.edu.icm.unity.engine.api.identity
Methods in pl.edu.icm.unity.engine.api.identity with parameters of type AuthenticationSubject Modifier and Type Method Description Identity
IdentityResolver. resolveSubject(AuthenticationSubject subject, String identityType)
Provides information about subject including its credentialEntityWithCredential
IdentityResolver. resolveSubject(AuthenticationSubject subject, String[] identityTypes, String credentialName)
Provides information about subject including its credential
-