Package | Description |
---|---|
org.keycloak.adapters.jaas |
Modifier and Type | Class and Description |
---|---|
class |
BearerTokenLoginModule
Login module, which allows to authenticate Keycloak access token in environments, which rely on JAAS
It expects login based on username and password where username doesn't matter and password is keycloak access token.
|
class |
DirectAccessGrantsLoginModule
Login module based on Resource Owner password credentials grant from OAuth2 specs.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.