public class KeycloakRealm extends Object
| Constructor and Description |
|---|
KeycloakRealm(String realmName,
Integer loginTokenTTL,
Integer offlineTokenTTL,
Map<String,String> smtpServer) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getRolesToAdd(List<org.keycloak.representations.idm.RoleRepresentation> roles) |
List<String> |
getScopesToAdd(List<org.keycloak.representations.idm.ClientScopeRepresentation> scopes) |
boolean |
notPresentRealm(List<org.keycloak.representations.idm.RealmRepresentation> allRealms) |
Copyright © 2020. All rights reserved.