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 UserName
UserName.Builder. build()
static UserName
UserName. of(String user)
static UserName
UserName. 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)
-