Tabnine Logo
FiatProfileFactory$AuthConfig
Code IndexAdd Tabnine to your IDE (free)

How to use
FiatProfileFactory$AuthConfig
in
com.netflix.spinnaker.halyard.deploy.spinnaker.v1.profile

Best Java code snippets using com.netflix.spinnaker.halyard.deploy.spinnaker.v1.profile.FiatProfileFactory$AuthConfig (Showing top 2 results out of 315)

origin: com.netflix.spinnaker.halyard/halyard-deploy

@Override
protected void setProfile(Profile profile, DeploymentConfiguration deploymentConfiguration, SpinnakerRuntimeSettings endpoints) {
 super.setProfile(profile, deploymentConfiguration, endpoints);
 Authz authz = deploymentConfiguration.getSecurity().getAuthz();
 List<String> files = backupRequiredFiles(authz, deploymentConfiguration.getName());
 AuthConfig authConfig = new AuthConfig().setAuth(authz);
 profile.appendContents(yamlToString(authConfig))
   .appendContents(profile.getBaseContents())
   .setRequiredFiles(files);
}
origin: spinnaker/halyard

@Override
protected void setProfile(Profile profile, DeploymentConfiguration deploymentConfiguration, SpinnakerRuntimeSettings endpoints) {
 super.setProfile(profile, deploymentConfiguration, endpoints);
 Authz authz = deploymentConfiguration.getSecurity().getAuthz();
 List<String> files = backupRequiredFiles(authz, deploymentConfiguration.getName());
 AuthConfig authConfig = new AuthConfig().setAuth(authz);
 profile.appendContents(yamlToString(authConfig))
   .appendContents(profile.getBaseContents())
   .setRequiredFiles(files);
}
com.netflix.spinnaker.halyard.deploy.spinnaker.v1.profileFiatProfileFactory$AuthConfig

Most used methods

  • <init>
  • setAuth

Popular in Java

  • Reactive rest calls using spring rest template
  • getSupportFragmentManager (FragmentActivity)
  • startActivity (Activity)
  • setContentView (Activity)
  • ObjectMapper (com.fasterxml.jackson.databind)
    ObjectMapper provides functionality for reading and writing JSON, either to and from basic POJOs (Pl
  • Rectangle (java.awt)
    A Rectangle specifies an area in a coordinate space that is enclosed by the Rectangle object's top-
  • FileNotFoundException (java.io)
    Thrown when a file specified by a program cannot be found.
  • FileOutputStream (java.io)
    An output stream that writes bytes to a file. If the output file exists, it can be replaced or appen
  • SocketException (java.net)
    This SocketException may be thrown during socket creation or setting options, and is the superclass
  • MessageFormat (java.text)
    Produces concatenated messages in language-neutral way. New code should probably use java.util.Forma
  • Top PhpStorm plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now