Searched refs:identity_service (Results 1 – 2 of 2) sorted by relevance
73 IdentityService identity_service=login_service.getIdentityService(); in authenticate() local75 if (identity_service!=null) in authenticate()76 …_previousAssociation=identity_service.associate(((Authentication.User)authentication).getUserIdent… in authenticate()98 IdentityService identity_service=login_service.getIdentityService(); in authenticate() local101 if (authentication instanceof Authentication.User && identity_service!=null) in authenticate()102 …_previousAssociation=identity_service.associate(((Authentication.User)authentication).getUserIdent… in authenticate()121 … IdentityService identity_service = _authenticator.getLoginService().getIdentityService(); in login() local123 if (identity_service != null) in login()124 _previousAssociation=identity_service.associate(identity); in login()
600 IdentityService identity_service=getIdentityService(); in logout() local601 if (identity_service!=null) in logout()605 identity_service.disassociate(previous); in logout()