Uses of Class
org.wildfly.security.sasl.gssapi.AbstractGssapiMechanism.QOP
-
Packages that use AbstractGssapiMechanism.QOP Package Description org.wildfly.security.sasl.gssapi -
-
Uses of AbstractGssapiMechanism.QOP in org.wildfly.security.sasl.gssapi
Fields in org.wildfly.security.sasl.gssapi declared as AbstractGssapiMechanism.QOP Modifier and Type Field Description protected AbstractGssapiMechanism.QOP[]
AbstractGssapiMechanism. orderedQops
protected AbstractGssapiMechanism.QOP
AbstractGssapiMechanism. selectedQop
Methods in org.wildfly.security.sasl.gssapi that return AbstractGssapiMechanism.QOP Modifier and Type Method Description private AbstractGssapiMechanism.QOP
GssapiClient. findAgreeableQop(byte securityLayer)
static AbstractGssapiMechanism.QOP
AbstractGssapiMechanism.QOP. mapFromName(String name)
static AbstractGssapiMechanism.QOP
AbstractGssapiMechanism.QOP. mapFromValue(byte value)
protected AbstractGssapiMechanism.QOP[]
AbstractGssapiMechanism. parsePreferredQop(String qop)
static AbstractGssapiMechanism.QOP
AbstractGssapiMechanism.QOP. valueOf(String name)
Returns the enum constant of this type with the specified name.static AbstractGssapiMechanism.QOP[]
AbstractGssapiMechanism.QOP. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.wildfly.security.sasl.gssapi with parameters of type AbstractGssapiMechanism.QOP Modifier and Type Method Description private boolean
GssapiClient. isCompatibleWithGssContext(AbstractGssapiMechanism.QOP qop)
private boolean
GssapiClient. mayRequireSecurityLater(AbstractGssapiMechanism.QOP[] preferredQop)
-