Uses of Class
pl.edu.icm.unity.engine.api.translation.in.IdentityEffectMode
-
Packages that use IdentityEffectMode Package Description pl.edu.icm.unity.engine.api.translation.in Input translation profiles API -
-
Uses of IdentityEffectMode in pl.edu.icm.unity.engine.api.translation.in
Methods in pl.edu.icm.unity.engine.api.translation.in that return IdentityEffectMode Modifier and Type Method Description IdentityEffectMode
MappedIdentity. getMode()
static IdentityEffectMode
IdentityEffectMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static IdentityEffectMode[]
IdentityEffectMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in pl.edu.icm.unity.engine.api.translation.in with parameters of type IdentityEffectMode Constructor Description MappedIdentity(IdentityEffectMode mode, IdentityParam identity, String credentialRequirement)
-