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. orderedQopsprotected AbstractGssapiMechanism.QOPAbstractGssapiMechanism. selectedQopMethods in org.wildfly.security.sasl.gssapi that return AbstractGssapiMechanism.QOP Modifier and Type Method Description private AbstractGssapiMechanism.QOPGssapiClient. findAgreeableQop(byte securityLayer)static AbstractGssapiMechanism.QOPAbstractGssapiMechanism.QOP. mapFromName(String name)static AbstractGssapiMechanism.QOPAbstractGssapiMechanism.QOP. mapFromValue(byte value)protected AbstractGssapiMechanism.QOP[]AbstractGssapiMechanism. parsePreferredQop(String qop)static AbstractGssapiMechanism.QOPAbstractGssapiMechanism.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 booleanGssapiClient. isCompatibleWithGssContext(AbstractGssapiMechanism.QOP qop)private booleanGssapiClient. mayRequireSecurityLater(AbstractGssapiMechanism.QOP[] preferredQop)
-