| List<UserModel> users=session.users().searchForUserByUserAttribute(_customAttribute,userIdentity.toString(),context.getRealm()); | List<UserModel> users=session.users().searchForUserByUserAttribute(_customAttributes.get(0),userIdentityValues.get(0),context.getRealm()); | session.users().searchForUserByUserAttribute(_customAttribute,userIdentity.toString(),context.getRealm()) | session.users().searchForUserByUserAttribute(_customAttribute.get(0),userIdentityValues.get(0),context.getRealm()) | keycloak | 411ea331f6ec5f29ab5c29d19ce66e5823c58fa4 | org.keycloak.authentication.authenticators.x509.UserIdentityToModelMapper.UserIdentityToCustomAttributeMapper | | | _1 | _customAttribute |
|---|
| _2 | _customAttributes |
|---|
| | TCIVar | _customAttribute |
|---|
| v0 | session.users() |
|---|
| v1 | context.getRealm() |
|---|
| | | TCIVar | _customAttribute |
|---|
| v0 | session.users() |
|---|
| v1 | context.getRealm() |
|---|
| Uses | False |