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 EntityWithCredentialIdentityResolver. resolveEntity(long entityId, String credentialName)Provides information about entity including its credentialEntityWithCredentialIdentityResolver. resolveIdentity(String identity, String[] identityTypes, String credentialName)Resolves an identity for performing authentication.EntityWithCredentialIdentityResolver. resolveSubject(AuthenticationSubject subject, String[] identityTypes, String credentialName)Provides information about subject including its credential
-