Searched defs:userAuthType (Results 1 – 1 of 1) sorted by relevance
114 public final Optional<Set<UserAuthType>> userAuthType; field in AuthorizationList349 Optional<Long> userAuthType = findOptionalLongAuthorizationListEntry(authorizationMap, tag); in findOptionalUserAuthType() local354 static Set<UserAuthType> userAuthTypeToEnum(long userAuthType) { in userAuthTypeToEnum()378 private static Long userAuthTypeToLong(Set<UserAuthType> userAuthType) { in userAuthTypeToLong()539 Set<UserAuthType> userAuthType; field in AuthorizationList.Builder642 public Builder setUserAuthType(Set<UserAuthType> userAuthType) { in setUserAuthType()