Uses of Class
pl.edu.icm.unity.engine.api.authn.AuthenticationSubject
Packages that use AuthenticationSubject
Package
Description
Authentication related API and utilities
Identity API
-
Uses of AuthenticationSubject in pl.edu.icm.unity.engine.api.authn
Methods in pl.edu.icm.unity.engine.api.authn that return AuthenticationSubjectModifier and TypeMethodDescriptionstatic AuthenticationSubject
AuthenticationSubject.entityBased
(long entityId) static AuthenticationSubject
AuthenticationSubject.identityBased
(String identity) Methods in pl.edu.icm.unity.engine.api.authn with parameters of type AuthenticationSubjectModifier and TypeMethodDescriptionvoid
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 AuthenticationSubjectModifierConstructorDescriptionAuthenticatedEntity
(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 AuthenticationSubjectModifier and TypeMethodDescriptionpl.edu.icm.unity.base.identity.Identity
IdentityResolver.resolveSubject
(AuthenticationSubject subject, String identityType) Provides information about subject including its credentialIdentityResolver.resolveSubject
(AuthenticationSubject subject, String[] identityTypes, String credentialName) Provides information about subject including its credential