Uses of Class
org.forgerock.openig.filter.CryptoHeaderFilter.Operation
-
Packages that use CryptoHeaderFilter.Operation Package Description org.forgerock.openig.filter Filters the requests and/or responses of HTTP. -
-
Uses of CryptoHeaderFilter.Operation in org.forgerock.openig.filter
Methods in org.forgerock.openig.filter that return CryptoHeaderFilter.Operation Modifier and Type Method Description static CryptoHeaderFilter.Operation
CryptoHeaderFilter.Operation. valueOf(String name)
Returns the enum constant of this type with the specified name.static CryptoHeaderFilter.Operation[]
CryptoHeaderFilter.Operation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.forgerock.openig.filter with parameters of type CryptoHeaderFilter.Operation Modifier and Type Method Description void
CryptoHeaderFilter. setOperation(CryptoHeaderFilter.Operation operation)
Sets the operation (encryption/decryption) to apply to the headers.
-