Uses of Class
org.openiam.idm.srvc.auth.dto.Subject
-
Packages that use Subject Package Description org.openiam.base.response org.openiam.esb.core.auth.model org.openiam.esb.core.auth.module org.openiam.esb.core.service org.openiam.esb.core.service.impl -
-
Uses of Subject in org.openiam.base.response
Fields in org.openiam.base.response declared as Subject Modifier and Type Field Description protected Subject
AuthenticationResponse. subject
Methods in org.openiam.base.response that return Subject Modifier and Type Method Description Subject
AuthenticationResponse. getSubject()
Methods in org.openiam.base.response with parameters of type Subject Modifier and Type Method Description void
AuthenticationResponse. setSubject(Subject subject)
-
Uses of Subject in org.openiam.esb.core.auth.model
Methods in org.openiam.esb.core.auth.model that return Subject Modifier and Type Method Description Subject
AuthenticationModule. login(AuthenticationContext context)
-
Uses of Subject in org.openiam.esb.core.auth.module
Methods in org.openiam.esb.core.auth.module that return Subject Modifier and Type Method Description protected abstract Subject
AbstractLoginModule. doLogin(AuthenticationContext context, LoginEntity login)
protected Subject
AbstractSocialLoginModule. doLogin(AuthenticationContext context, LoginEntity login)
protected Subject
DefaultLoginModule. doLogin(AuthenticationContext context, LoginEntity login)
protected Subject
ManagedSystemLoginModule. doLogin(AuthenticationContext context, LoginEntity login)
Subject
AbstractLoginModule. login(AuthenticationContext context)
Methods in org.openiam.esb.core.auth.module with parameters of type Subject Modifier and Type Method Description protected void
AbstractLoginModule. setResultCode(LoginEntity lg, Subject sub, Date curDate, Policy pwdPolicy, boolean skipPasswordCheck)
-
Uses of Subject in org.openiam.esb.core.service
Methods in org.openiam.esb.core.service that return Subject Modifier and Type Method Description Subject
AuthenticationServiceService. login(AuthenticationRequest request)
-
Uses of Subject in org.openiam.esb.core.service.impl
Methods in org.openiam.esb.core.service.impl that return Subject Modifier and Type Method Description Subject
AuthenticationServiceImpl. login(AuthenticationRequest request)
-