Uses of Class
org.keycloak.models.ImpersonationSessionNote
-
Packages that use ImpersonationSessionNote Package Description org.keycloak.models -
-
Uses of ImpersonationSessionNote in org.keycloak.models
Methods in org.keycloak.models that return ImpersonationSessionNote Modifier and Type Method Description static ImpersonationSessionNote
ImpersonationSessionNote. valueOf(String name)
Returns the enum constant of this type with the specified name.static ImpersonationSessionNote[]
ImpersonationSessionNote. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-