Uses of Class
com.yahoo.vespa.hosted.controller.api.integration.athenz.ApplicationAction
-
Packages that use ApplicationAction Package Description com.yahoo.vespa.hosted.controller.api.integration.athenz -
-
Uses of ApplicationAction in com.yahoo.vespa.hosted.controller.api.integration.athenz
Fields in com.yahoo.vespa.hosted.controller.api.integration.athenz with type parameters of type ApplicationAction Modifier and Type Field Description Map<ApplicationAction,Set<com.yahoo.vespa.athenz.api.AthenzIdentity>>AthenzDbMock.Application. aclMethods in com.yahoo.vespa.hosted.controller.api.integration.athenz that return ApplicationAction Modifier and Type Method Description static ApplicationActionApplicationAction. valueOf(String name)Returns the enum constant of this type with the specified name.static ApplicationAction[]ApplicationAction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.yahoo.vespa.hosted.controller.api.integration.athenz with parameters of type ApplicationAction Modifier and Type Method Description AthenzDbMock.ApplicationAthenzDbMock.Application. addRoleMember(ApplicationAction action, com.yahoo.vespa.athenz.api.AthenzIdentity identity)
-