Tabnine Logo
Security.setAuthn
Code IndexAdd Tabnine to your IDE (free)

How to use
setAuthn
method
in
com.netflix.spinnaker.halyard.config.model.v1.security.Security

Best Java code snippets using com.netflix.spinnaker.halyard.config.model.v1.security.Security.setAuthn (Showing top 4 results out of 315)

origin: spinnaker/halyard

public void setAuthn(String deploymentName, Authn authn) {
 getSecurity(deploymentName).setAuthn(authn);
}
origin: com.netflix.spinnaker.halyard/halyard-config

public void setAuthn(String deploymentName, Authn authn) {
 getSecurity(deploymentName).setAuthn(authn);
}
origin: com.netflix.spinnaker.halyard/halyard-config

public Authn getAuthn(String deploymentName) {
 Security security = getSecurity(deploymentName);
 Authn result = security.getAuthn();
 if (result == null) {
  result = new Authn();
  security.setAuthn(result);
 }
 return result;
}
origin: spinnaker/halyard

public Authn getAuthn(String deploymentName) {
 Security security = getSecurity(deploymentName);
 Authn result = security.getAuthn();
 if (result == null) {
  result = new Authn();
  security.setAuthn(result);
 }
 return result;
}
com.netflix.spinnaker.halyard.config.model.v1.securitySecuritysetAuthn

Popular methods of Security

  • getApiSecurity
  • getAuthn
  • getAuthz
  • getUiSecurity
  • parentOfType
  • setApiSecurity
  • setAuthz
  • setUiSecurity

Popular in Java

  • Reading from database using SQL prepared statement
  • getApplicationContext (Context)
  • getExternalFilesDir (Context)
  • runOnUiThread (Activity)
  • BufferedReader (java.io)
    Wraps an existing Reader and buffers the input. Expensive interaction with the underlying reader is
  • Reference (javax.naming)
  • JPanel (javax.swing)
  • JTextField (javax.swing)
  • Response (javax.ws.rs.core)
    Defines the contract between a returned instance and the runtime when an application needs to provid
  • Loader (org.hibernate.loader)
    Abstract superclass of object loading (and querying) strategies. This class implements useful common
  • Top Sublime Text 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