public static class KeycloakSpringBootProperties.SecurityCollection extends Object
| Constructor and Description |
|---|
KeycloakSpringBootProperties.SecurityCollection() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAuthRoles() |
String |
getDescription() |
List<String> |
getMethods() |
String |
getName() |
List<String> |
getOmittedMethods() |
List<String> |
getPatterns() |
void |
setAuthRoles(List<String> authRoles) |
void |
setDescription(String description) |
void |
setMethods(List<String> methods) |
void |
setName(String name) |
void |
setOmittedMethods(List<String> omittedMethods) |
void |
setPatterns(List<String> patterns) |
public KeycloakSpringBootProperties.SecurityCollection()
Copyright © 2015. All rights reserved.