public class KeycloakDeploymentInfo extends Object
| Modifier and Type | Method and Description |
|---|---|
static KeycloakDeploymentInfo |
create() |
String |
getName() |
boolean |
hasServices() |
boolean |
hasThemeResources() |
boolean |
hasThemes() |
boolean |
isProvider() |
KeycloakDeploymentInfo |
name(String name) |
KeycloakDeploymentInfo |
services() |
KeycloakDeploymentInfo |
themeResources() |
KeycloakDeploymentInfo |
themes() |
public boolean isProvider()
public boolean hasServices()
public static KeycloakDeploymentInfo create()
public KeycloakDeploymentInfo name(String name)
public String getName()
public KeycloakDeploymentInfo services()
public boolean hasThemes()
public KeycloakDeploymentInfo themes()
public boolean hasThemeResources()
public KeycloakDeploymentInfo themeResources()
Copyright © 2019 JBoss by Red Hat. All rights reserved.