コード例 #1
0
 @Override
 public String getTokenUrl() {
   return (this.tokenUrl != null) ? this.tokenUrl : delegate.getTokenUrl();
 }