| final IDPAuthResult result=authenticator.authenticate(username,password); | final IDPAuthResult result=authenticator.authenticate(IDPAuthCredentials.create(username,password)); | authenticator.authenticate(username,password) | authenticator.authenticate(IDPAuthCredentials.create(username,password)) | graylog2-server | df7a45b43d93f532935c8412b8385161e931475b | org.graylog2.security.realm.IdentityProviderAuthenticatingRealm | | | | TCIVar | password |
|---|
| v1 | authenticator |
|---|
| v2 | username |
|---|
| - org.graylog.security.idp.IDPAuthCredentials
| | TCIVar | password |
|---|
| v1 | authenticator |
|---|
| v2 | username |
|---|
| Uses | True |