Uses of Class
pl.edu.icm.unity.engine.api.authn.EntityWithCredential
-
Packages that use EntityWithCredential Package Description pl.edu.icm.unity.engine.api.identity Identity API -
-
Uses of EntityWithCredential in pl.edu.icm.unity.engine.api.identity
Methods in pl.edu.icm.unity.engine.api.identity that return EntityWithCredential Modifier and Type Method Description EntityWithCredential
IdentityResolver. resolveEntity(long entityId, String credentialName)
Provides information about entity including its credentialEntityWithCredential
IdentityResolver. resolveIdentity(String identity, String[] identityTypes, String credentialName)
Resolves an identity for performing authentication.EntityWithCredential
IdentityResolver. resolveSubject(AuthenticationSubject subject, String[] identityTypes, String credentialName)
Provides information about subject including its credential
-