Uses of Interface
org.keycloak.models.UserSessionNoteDescriptor
-
Packages that use UserSessionNoteDescriptor Package Description org.keycloak.models org.keycloak.protocol.oidc.mappers -
-
Uses of UserSessionNoteDescriptor in org.keycloak.models
Classes in org.keycloak.models that implement UserSessionNoteDescriptor Modifier and Type Class Description class
ImpersonationSessionNote
Session note metadata for impersonation details stored in user session notes. -
Uses of UserSessionNoteDescriptor in org.keycloak.protocol.oidc.mappers
Methods in org.keycloak.protocol.oidc.mappers with parameters of type UserSessionNoteDescriptor Modifier and Type Method Description static ProtocolMapperModel
UserSessionNoteMapper. createUserSessionNoteMapper(UserSessionNoteDescriptor userSessionNoteDescriptor)
For session notes defined using aUserSessionNoteDescriptor
enum
-