Uses of Class
com.google.cloud.oslogin.common.UserName
-
Packages that use UserName Package Description com.google.cloud.oslogin.common -
-
Uses of UserName in com.google.cloud.oslogin.common
Methods in com.google.cloud.oslogin.common that return UserName Modifier and Type Method Description UserNameUserName.Builder. build()static UserNameUserName. of(String user)static UserNameUserName. parse(String formattedString)Methods in com.google.cloud.oslogin.common that return types with arguments of type UserName Modifier and Type Method Description static List<UserName>UserName. parseList(List<String> formattedStrings)Method parameters in com.google.cloud.oslogin.common with type arguments of type UserName Modifier and Type Method Description static List<String>UserName. toStringList(List<UserName> values)
-