Searched refs:authTimeout (Results 1 – 1 of 1) sorted by relevance
165 private Integer authTimeout; field in AuthorizationList242 authTimeout = Asn1Utils.getIntegerFromAsn1(value); in AuthorizationList()445 return authTimeout; in getAuthTimeout()531 if (authTimeout != null) { in toString()532 s.append("\nAuth timeout: ").append(authTimeout); in toString()