Modifier and Type | Method and Description |
---|---|
protected KeycloakUndertowAccount |
UndertowRequestAuthenticator.createAccount(KeycloakPrincipal<RefreshableKeycloakSecurityContext> principal) |
protected KeycloakUndertowAccount |
ServletRequestAuthenticator.createAccount(KeycloakPrincipal<RefreshableKeycloakSecurityContext> principal) |
protected abstract KeycloakUndertowAccount |
AbstractUndertowRequestAuthenticator.createAccount(KeycloakPrincipal<RefreshableKeycloakSecurityContext> principal)
Subclasses need to be able to create their own version of the KeycloakUndertowAccount
|
Modifier and Type | Method and Description |
---|---|
protected void |
ServletRequestAuthenticator.propagateKeycloakContext(KeycloakUndertowAccount account) |
protected void |
AbstractUndertowRequestAuthenticator.propagateKeycloakContext(KeycloakUndertowAccount account) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.