Package org.wildfly.security.util
Class TransformationSpec
java.lang.Object
org.wildfly.security.util.TransformationSpec
Data class used by TransformationMapper instances to return desired mapping data.
- Author:
- Peter Skopek
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic intstatic intstatic intstatic int -
Constructor Summary
ConstructorsConstructorDescriptionTransformationSpec(String token, String transformation, int keyLength, int strength, String provider) -
Method Summary
-
Field Details
-
HIGH_STRENGTH
public static int HIGH_STRENGTH -
MEDIUM_STRENGTH
public static int MEDIUM_STRENGTH -
LOW_STRENGTH
public static int LOW_STRENGTH -
NO_KEY
public static int NO_KEY
-
-
Constructor Details
-
Method Details
-
getKeyLength
public int getKeyLength()- Returns:
- the keyLength
-
getToken
- Returns:
- the token
-
getTransformation
- Returns:
- the transformation
-
getProvider
- Returns:
- the provider
-
getStrength
public int getStrength()- Returns:
- the strength
-