Tabnine Logo
OAuth2$UserInfoMapping
Code IndexAdd Tabnine to your IDE (free)

How to use
OAuth2$UserInfoMapping
in
com.netflix.spinnaker.halyard.config.model.v1.security

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

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

userInfoMapping.setEmail(isSet(userInfoMappingEmail) ? userInfoMappingEmail : userInfoMapping.getEmail()); 
userInfoMapping.setFirstName(isSet(userInfoMappingFirstName) ? userInfoMappingFirstName : userInfoMapping.getFirstName()); 
userInfoMapping.setLastName(isSet(userInfoMappingLastName) ? userInfoMappingLastName : userInfoMapping.getLastName()); 
userInfoMapping.setUsername(isSet(userInfoMappingUsername) ? userInfoMappingUsername : userInfoMapping.getUsername()); 
origin: spinnaker/halyard

  .setUseCurrentUri(client.getUseCurrentUri());
Resource newResource = new Resource();
UserInfoMapping newUserInfoMapping = new UserInfoMapping();
  newUserInfoMapping.setEmail("email");
  newUserInfoMapping.setFirstName("given_name");
  newUserInfoMapping.setLastName("family_name");
  break;
 case GITHUB:
  newUserInfoMapping.setEmail("email");
  newUserInfoMapping.setFirstName("");
  newUserInfoMapping.setLastName("name");
  newUserInfoMapping.setUsername("login");
  break;
 case ORACLE:
  newUserInfoMapping.setEmail("");
  newUserInfoMapping.setFirstName("given_name");
  newUserInfoMapping.setLastName("family_name");
  newUserInfoMapping.setUsername("preferred_username");
  break;
 case AZURE:
  newUserInfoMapping.setEmail("userPrincipalName");
  newUserInfoMapping.setFirstName("givenName");
  newUserInfoMapping.setLastName("surname");
  break;
 case OTHER:
origin: com.netflix.spinnaker.halyard/halyard-config

  .setUseCurrentUri(client.getUseCurrentUri());
Resource newResource = new Resource();
UserInfoMapping newUserInfoMapping = new UserInfoMapping();
  newUserInfoMapping.setEmail("email");
  newUserInfoMapping.setFirstName("given_name");
  newUserInfoMapping.setLastName("family_name");
  break;
 case GITHUB:
  newUserInfoMapping.setEmail("email");
  newUserInfoMapping.setFirstName("");
  newUserInfoMapping.setLastName("name");
  newUserInfoMapping.setUsername("login");
  break;
 case ORACLE:
  newUserInfoMapping.setEmail("");
  newUserInfoMapping.setFirstName("given_name");
  newUserInfoMapping.setLastName("family_name");
  newUserInfoMapping.setUsername("preferred_username");
  break;
 case AZURE:
  newUserInfoMapping.setEmail("userPrincipalName");
  newUserInfoMapping.setFirstName("givenName");
  newUserInfoMapping.setLastName("surname");
  break;
 case OTHER:
origin: spinnaker/halyard

userInfoMapping.setEmail(isSet(userInfoMappingEmail) ? userInfoMappingEmail : userInfoMapping.getEmail()); 
userInfoMapping.setFirstName(isSet(userInfoMappingFirstName) ? userInfoMappingFirstName : userInfoMapping.getFirstName()); 
userInfoMapping.setLastName(isSet(userInfoMappingLastName) ? userInfoMappingLastName : userInfoMapping.getLastName()); 
userInfoMapping.setUsername(isSet(userInfoMappingUsername) ? userInfoMappingUsername : userInfoMapping.getUsername()); 
com.netflix.spinnaker.halyard.config.model.v1.securityOAuth2$UserInfoMapping

Most used methods

  • getEmail
  • getFirstName
  • getLastName
  • getUsername
  • setEmail
  • setFirstName
  • setLastName
  • setUsername
  • <init>

Popular in Java

  • Reactive rest calls using spring rest template
  • onCreateOptionsMenu (Activity)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • compareTo (BigDecimal)
  • Color (java.awt)
    The Color class is used to encapsulate colors in the default sRGB color space or colors in arbitrary
  • FlowLayout (java.awt)
    A flow layout arranges components in a left-to-right flow, much like lines of text in a paragraph. F
  • Arrays (java.util)
    This class contains various methods for manipulating arrays (such as sorting and searching). This cl
  • Enumeration (java.util)
    A legacy iteration interface.New code should use Iterator instead. Iterator replaces the enumeration
  • Map (java.util)
    A Map is a data structure consisting of a set of keys and values in which each key is mapped to a si
  • Timer (java.util)
    Timers schedule one-shot or recurring TimerTask for execution. Prefer java.util.concurrent.Scheduled
  • 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