Uses of Class
org.wildfly.security.auth.callback.SocketAddressCallback.Kind
-
Packages that use SocketAddressCallback.Kind Package Description org.wildfly.security.auth.callback Extended callbacks and supporting utilities which allow efficient callback handler implementation. -
-
Uses of SocketAddressCallback.Kind in org.wildfly.security.auth.callback
Fields in org.wildfly.security.auth.callback declared as SocketAddressCallback.Kind Modifier and Type Field Description private SocketAddressCallback.Kind
SocketAddressCallback. kind
Methods in org.wildfly.security.auth.callback that return SocketAddressCallback.Kind Modifier and Type Method Description SocketAddressCallback.Kind
SocketAddressCallback. getKind()
Get the endpoint disposition.static SocketAddressCallback.Kind
SocketAddressCallback.Kind. valueOf(String name)
Returns the enum constant of this type with the specified name.static SocketAddressCallback.Kind[]
SocketAddressCallback.Kind. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.wildfly.security.auth.callback with parameters of type SocketAddressCallback.Kind Constructor Description SocketAddressCallback(SocketAddress address, SocketAddressCallback.Kind kind)
Construct a new instance.
-