Tabnine Logo
Authn.<init>
Code IndexAdd Tabnine to your IDE (free)

How to use
com.netflix.spinnaker.halyard.config.model.v1.security.Authn
constructor

Best Java code snippets using com.netflix.spinnaker.halyard.config.model.v1.security.Authn.<init> (Showing top 2 results out of 315)

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;
}
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;
}
com.netflix.spinnaker.halyard.config.model.v1.securityAuthn<init>

Popular methods of Authn

  • getIap
  • getLdap
  • getOauth2
  • getSaml
  • getX509
  • isEnabled
  • setIap
  • setLdap
  • setOauth2
  • setSaml
  • setX509
  • setX509

Popular in Java

  • Reactive rest calls using spring rest template
  • scheduleAtFixedRate (Timer)
  • getSupportFragmentManager (FragmentActivity)
  • notifyDataSetChanged (ArrayAdapter)
  • Graphics2D (java.awt)
    This Graphics2D class extends the Graphics class to provide more sophisticated control overgraphics
  • SocketTimeoutException (java.net)
    This exception is thrown when a timeout expired on a socket read or accept operation.
  • Format (java.text)
    The base class for all formats. This is an abstract base class which specifies the protocol for clas
  • Servlet (javax.servlet)
    Defines methods that all servlets must implement. A servlet is a small Java program that runs within
  • FileUtils (org.apache.commons.io)
    General file manipulation utilities. Facilities are provided in the following areas: * writing to a
  • LogFactory (org.apache.commons.logging)
    Factory for creating Log instances, with discovery and configuration features similar to that employ
  • From CI to AI: The AI layer in your organization
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