Uses of Class
org.apache.wss4j.stax.ext.WSSConstants.DerivedKeyTokenReference
-
Packages that use WSSConstants.DerivedKeyTokenReference Package Description org.apache.wss4j.stax.ext org.apache.wss4j.stax.setup -
-
Uses of WSSConstants.DerivedKeyTokenReference in org.apache.wss4j.stax.ext
Methods in org.apache.wss4j.stax.ext that return WSSConstants.DerivedKeyTokenReference Modifier and Type Method Description WSSConstants.DerivedKeyTokenReferenceWSSSecurityProperties. getDerivedKeyTokenReference()static WSSConstants.DerivedKeyTokenReferenceWSSConstants.DerivedKeyTokenReference. valueOf(String name)Returns the enum constant of this type with the specified name.static WSSConstants.DerivedKeyTokenReference[]WSSConstants.DerivedKeyTokenReference. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.wss4j.stax.ext with parameters of type WSSConstants.DerivedKeyTokenReference Modifier and Type Method Description voidWSSSecurityProperties. setDerivedKeyTokenReference(WSSConstants.DerivedKeyTokenReference derivedKeyTokenReference) -
Uses of WSSConstants.DerivedKeyTokenReference in org.apache.wss4j.stax.setup
Methods in org.apache.wss4j.stax.setup that return WSSConstants.DerivedKeyTokenReference Modifier and Type Method Description static WSSConstants.DerivedKeyTokenReferenceConfigurationConverter. convertDerivedReference(String derivedTokenReference)
-