public static enum ComputedPersistentIdGenerationStrategy.Encoding extends Enum<ComputedPersistentIdGenerationStrategy.Encoding>
| Enum Constant and Description |
|---|
BASE32
Use Base32 encoding.
|
BASE64
Use Base64 encoding.
|
| Modifier and Type | Method and Description |
|---|---|
static ComputedPersistentIdGenerationStrategy.Encoding |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComputedPersistentIdGenerationStrategy.Encoding[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ComputedPersistentIdGenerationStrategy.Encoding BASE64
public static final ComputedPersistentIdGenerationStrategy.Encoding BASE32
public static ComputedPersistentIdGenerationStrategy.Encoding[] values()
for (ComputedPersistentIdGenerationStrategy.Encoding c : ComputedPersistentIdGenerationStrategy.Encoding.values()) System.out.println(c);
public static ComputedPersistentIdGenerationStrategy.Encoding valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 1999–2017 Shibboleth Consortium. All rights reserved.