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

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

Best Java code snippets using com.netflix.spinnaker.halyard.deploy.spinnaker.v1.profile.FiatProfileFactory$AuthConfig.setAuth (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$AuthConfigsetAuth

Popular methods of FiatProfileFactory$AuthConfig

  • <init>

Popular in Java

  • Finding current android device location
  • getSupportFragmentManager (FragmentActivity)
  • requestLocationUpdates (LocationManager)
  • setRequestProperty (URLConnection)
  • BorderLayout (java.awt)
    A border layout lays out a container, arranging and resizing its components to fit in five regions:
  • MalformedURLException (java.net)
    This exception is thrown when a program attempts to create an URL from an incorrect specification.
  • TimeZone (java.util)
    TimeZone represents a time zone offset, and also figures out daylight savings. Typically, you get a
  • Modifier (javassist)
    The Modifier class provides static methods and constants to decode class and member access modifiers
  • Cipher (javax.crypto)
    This class provides access to implementations of cryptographic ciphers for encryption and decryption
  • LogFactory (org.apache.commons.logging)
    Factory for creating Log instances, with discovery and configuration features similar to that employ
  • Github Copilot alternatives
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