Uses of Class
org.wildfly.security.util.TransformationSpec
-
Packages that use TransformationSpec Package Description org.wildfly.security.util Package to hold utility classes of the Elytron project. -
-
Uses of TransformationSpec in org.wildfly.security.util
Methods in org.wildfly.security.util that return TransformationSpec Modifier and Type Method Description TransformationSpec
DefaultTransformationMapper. getTransformationSpec(String mechanism, String token)
TransformationSpec
DefaultTransformationMapper. getTransformationSpec(String provider, String mechanism, String token)
TransformationSpec
TransformationMapper. getTransformationSpec(String mechanism, String token)
Get TransformationSpec with highest strength.TransformationSpec
TransformationMapper. getTransformationSpec(String provider, String mechanism, String token)
Get TransformationSpec with highest strength.TransformationSpec[]
DefaultTransformationMapper. getTransformationSpecByStrength(String mechanism, String... tokens)
TransformationSpec[]
DefaultTransformationMapper. getTransformationSpecByStrength(String provider, String mechanism, String... tokens)
TransformationSpec[]
TransformationMapper. getTransformationSpecByStrength(String mechanism, String... tokens)
Get ordered array of TransformationSpec by strength.TransformationSpec[]
TransformationMapper. getTransformationSpecByStrength(String provider, String mechanism, String... tokens)
Get ordered array of TransformationSpec by strength.TransformationSpec[]
DefaultTransformationMapper. getTransformationSpecWithStrength(String mechanism, int strength, String... tokens)
TransformationSpec[]
DefaultTransformationMapper. getTransformationSpecWithStrength(String provider, String mechanism, int strength, String... tokens)
TransformationSpec[]
TransformationMapper. getTransformationSpecWithStrength(String mechanism, int strength, String... tokens)
Get array of TransformationSpec with given strength.TransformationSpec[]
TransformationMapper. getTransformationSpecWithStrength(String provider, String mechanism, int strength, String... tokens)
Get array of TransformationSpec with given strength.
-