public class SecurityHandlerOptions extends Object
| Constructor and Description |
|---|
SecurityHandlerOptions() |
| Modifier and Type | Method and Description |
|---|---|
String |
authorizers() |
String |
clients() |
String |
matchers() |
boolean |
multiProfile() |
SecurityHandlerOptions |
withAuthorizers(String newAuthorizerNames) |
SecurityHandlerOptions |
withClients(String newClientNames) |
SecurityHandlerOptions |
withMatchers(String matcherNames) |
SecurityHandlerOptions |
withMultiProfile(boolean allowMultiProfile) |
public SecurityHandlerOptions withClients(String newClientNames)
public SecurityHandlerOptions withAuthorizers(String newAuthorizerNames)
public SecurityHandlerOptions withMatchers(String matcherNames)
public SecurityHandlerOptions withMultiProfile(boolean allowMultiProfile)
public String clients()
public String authorizers()
public String matchers()
public boolean multiProfile()
Copyright © 2016. All Rights Reserved.