Tabnine Logo
Role.getName
Code IndexAdd Tabnine to your IDE (free)

How to use
getName
method
in
com.netflix.spinnaker.fiat.model.resources.Role

Best Java code snippets using com.netflix.spinnaker.fiat.model.resources.Role.getName (Showing top 4 results out of 315)

origin: spinnaker/fiat

private String roleKey(Role role) {
 return roleKey(role.getName());
}
origin: com.netflix.spinnaker.fiat/fiat-roles

private String roleKey(Role role) {
 return roleKey(role.getName());
}
origin: com.netflix.spinnaker.fiat/fiat-file

 public List<Role> getRoles() {
  if (roles == null) {
   return Collections.emptyList();
  }
  return roles.stream()
    .map(r -> new Role(r.getName()).setSource(Role.Source.FILE))
    .collect(Collectors.toList());
 }
}
origin: spinnaker/fiat

 public List<Role> getRoles() {
  if (roles == null) {
   return Collections.emptyList();
  }
  return roles.stream()
    .map(r -> new Role(r.getName()).setSource(Role.Source.FILE))
    .collect(Collectors.toList());
 }
}
com.netflix.spinnaker.fiat.model.resourcesRolegetName

Popular methods of Role

  • <init>
  • setSource
  • setName
  • getSource

Popular in Java

  • Start an intent from android
  • requestLocationUpdates (LocationManager)
  • onRequestPermissionsResult (Fragment)
  • notifyDataSetChanged (ArrayAdapter)
  • BufferedInputStream (java.io)
    A BufferedInputStream adds functionality to another input stream-namely, the ability to buffer the i
  • BigInteger (java.math)
    An immutable arbitrary-precision signed integer.FAST CRYPTOGRAPHY This implementation is efficient f
  • SimpleDateFormat (java.text)
    Formats and parses dates in a locale-sensitive manner. Formatting turns a Date into a String, and pa
  • Calendar (java.util)
    Calendar is an abstract base class for converting between a Date object and a set of integer fields
  • HttpServletRequest (javax.servlet.http)
    Extends the javax.servlet.ServletRequest interface to provide request information for HTTP servlets.
  • StringUtils (org.apache.commons.lang)
    Operations on java.lang.String that arenull safe. * IsEmpty/IsBlank - checks if a String contains
  • Top plugins for Android Studio
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