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 AuthenticationSubjectAuthenticationSubject.entityBased(long entityId) static AuthenticationSubjectAuthenticationSubject.identityBased(String identity) Methods in pl.edu.icm.unity.engine.api.authn with parameters of type AuthenticationSubjectModifier and TypeMethodDescriptionvoidCredentialReset.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 TypeMethodDescriptionIdentityResolver.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