@Path(value="/system/authentication") @Produces(value="application/json") public class AuthenticationResource extends RestResource
userService| Constructor and Description |
|---|
AuthenticationResource(ClusterConfigService clusterConfigService,
Map<String,org.apache.shiro.realm.AuthenticatingRealm> availableRealms) |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationConfig |
create(AuthenticationConfig config) |
AuthenticationConfig |
getAuthenticators() |
checkAnyPermission, checkPermission, checkPermission, getCurrentUser, getIndexSet, getSubject, getUriBuilderToSelf, isAnyPermitted, isAnyPermitted, isPermitted, isPermitted, setPrettyPrint@Inject public AuthenticationResource(ClusterConfigService clusterConfigService, Map<String,org.apache.shiro.realm.AuthenticatingRealm> availableRealms)
@GET @Path(value="config") public AuthenticationConfig getAuthenticators()
@PUT @Path(value="config") public AuthenticationConfig create(AuthenticationConfig config)
Copyright © 2012–2017 Graylog, Inc.. All rights reserved.