Uses of Class
org.wildfly.extras.creaper.commands.orb.SupportedValues

Packages that use SupportedValues
org.wildfly.extras.creaper.commands.orb   
 

Uses of SupportedValues in org.wildfly.extras.creaper.commands.orb
 

Methods in org.wildfly.extras.creaper.commands.orb that return SupportedValues
static SupportedValues SupportedValues.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SupportedValues[] SupportedValues.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.wildfly.extras.creaper.commands.orb with parameters of type SupportedValues
 ChangeOrb.Builder ChangeOrb.Builder.callerPropagation(SupportedValues callerPropagation)
           
 ChangeOrb.Builder ChangeOrb.Builder.confidentiality(SupportedValues confidentiality)
           
 ChangeOrb.Builder ChangeOrb.Builder.detectMisordering(SupportedValues detectMisordering)
           
 ChangeOrb.Builder ChangeOrb.Builder.detectReplay(SupportedValues detectReplay)
           
 ChangeOrb.Builder ChangeOrb.Builder.integrity(SupportedValues integrity)
           
 ChangeOrb.Builder ChangeOrb.Builder.trustInClient(SupportedValues trustInClient)
           
 ChangeOrb.Builder ChangeOrb.Builder.trustInTarget(SupportedValues trustInTarget)
           
 



Copyright © 2020. All rights reserved.