Package | Description |
---|---|
org.wildfly.security.auth.client |
Elytron Client enable remote clients to authenticate using Elytron.
|
Modifier and Type | Method and Description |
---|---|
static CallbackKind |
CallbackKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CallbackKind[] |
CallbackKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
CallbackKind.in(CallbackKind... values)
Determine whether this instance is equal to one of the given instances.
|
boolean |
CallbackKind.in(CallbackKind v1)
Determine whether this instance is equal to one of the given instances.
|
boolean |
CallbackKind.in(CallbackKind v1,
CallbackKind v2)
Determine whether this instance is equal to one of the given instances.
|
boolean |
CallbackKind.in(CallbackKind v1,
CallbackKind v2,
CallbackKind v3)
Determine whether this instance is equal to one of the given instances.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
CallbackKind.isFull(EnumSet<CallbackKind> set)
Determine whether the given set is fully populated (or "full"), meaning it contains all possible values.
|
AuthenticationConfiguration |
AuthenticationConfiguration.useCallbackHandler(CallbackHandler callbackHandler,
Set<CallbackKind> callbackKinds)
Create a new configuration which is the same as this configuration, but which uses the given callback handler
to authenticate.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.