public class AuthenticationSource
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
AuthenticationSource() |
| Modifier and Type | Method and Description |
|---|---|
static AuthenticationSource |
none()
Authentication source used for tests
|
static AuthenticationSource |
of(java.lang.String id,
java.lang.String name) |
public static AuthenticationSource of(java.lang.String id, java.lang.String name)
public static AuthenticationSource none()