Package | Description |
---|---|
com.oneops.proxy.authz | |
com.oneops.proxy.model | |
com.oneops.proxy.web.support |
Modifier and Type | Method and Description |
---|---|
List<OneOpsTeam> |
UserRepository.getAllTeams(AppGroup appGroup)
Returns all teams in the application group assembly.
|
List<OneOpsTeam> |
UserRepository.getTeams(String userName,
AppGroup appGroup)
Returns all teams having given user in the application group assembly.
|
boolean |
Authz.hasAdminAccess(OneOpsTeam team,
AppGroup appGroup)
Checks if the given team is a 'secret-admin' and has access to manage design and transition for
the given application group.
|
Modifier and Type | Method and Description |
---|---|
static AppGroup |
AppGroup.from(String domain,
String name)
Creates new
AppGroup from the given domain and app group name. |
AppGroup |
AppSecret.getGroup()
Returns the application group (env) details for the secret (
AppSecret.secretName ) |
Constructor and Description |
---|
AppSecret(String secretName,
AppGroup group)
Constructor for app secret.
|
Modifier and Type | Method and Description |
---|---|
AppGroup |
AppGroupArgResolver.resolveArgument(org.springframework.core.MethodParameter parameter,
org.springframework.web.method.support.ModelAndViewContainer mavContainer,
org.springframework.web.context.request.NativeWebRequest webReq,
org.springframework.web.bind.support.WebDataBinderFactory binderFactory)
Construct new
AppGroup object from the given Web request. |
Copyright © 2018 Walmart, Inc.. All rights reserved.