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 SubjectAuthenticationResponse. subjectMethods in org.openiam.base.response that return Subject Modifier and Type Method Description SubjectAuthenticationResponse. getSubject()Methods in org.openiam.base.response with parameters of type Subject Modifier and Type Method Description voidAuthenticationResponse. 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 SubjectAuthenticationModule. 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 SubjectAbstractLoginModule. doLogin(AuthenticationContext context, LoginEntity login)protected SubjectAbstractSocialLoginModule. doLogin(AuthenticationContext context, LoginEntity login)protected SubjectDefaultLoginModule. doLogin(AuthenticationContext context, LoginEntity login)protected SubjectManagedSystemLoginModule. doLogin(AuthenticationContext context, LoginEntity login)SubjectAbstractLoginModule. login(AuthenticationContext context)Methods in org.openiam.esb.core.auth.module with parameters of type Subject Modifier and Type Method Description protected voidAbstractLoginModule. 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 SubjectAuthenticationServiceService. 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 SubjectAuthenticationServiceImpl. login(AuthenticationRequest request)
-