Пример #1
0
 @Override
 public String toString() {
   return CommonHelper.toString(
       this.getClass(),
       "callbackUrl",
       this.callbackUrl,
       "casLoginUrl",
       this.casLoginUrl,
       "casPrefixUrl",
       this.casPrefixUrl,
       "casProtocol",
       this.casProtocol,
       "renew",
       this.renew,
       "gateway",
       this.gateway,
       "logoutHandler",
       this.logoutHandler,
       "acceptAnyProxy",
       this.acceptAnyProxy,
       "allowedProxyChains",
       this.allowedProxyChains,
       "casProxyReceptor",
       this.casProxyReceptor);
 }
Пример #2
0
 @Override
 public String toString() {
   return CommonHelper.toString(
       this.getClass(),
       "requestToken",
       this.requestToken,
       "token",
       this.token,
       "verifier",
       this.verifier,
       "clientName",
       getClientName());
 }
Пример #3
0
 @Override
 public String toString() {
   return CommonHelper.toString(
       this.getClass(),
       "callbackUrl",
       this.callbackUrl,
       "name",
       getName(),
       "realmName",
       this.realmName,
       "headerName",
       this.headerName,
       "prefixHeader",
       this.prefixHeader,
       "authenticator",
       getAuthenticator(),
       "profileCreator",
       getProfileCreator());
 }
Пример #4
0
 @Override
 public String toString() {
   return CommonHelper.toString(
       this.getClass(),
       "name",
       getName(),
       "callbackUrl",
       getCallbackUrl(),
       "callbackUrlResolver",
       getCallbackUrlResolver(),
       "ajaxRequestResolver",
       getAjaxRequestResolver(),
       "redirectActionBuilder",
       getRedirectActionBuilder(),
       "credentialsExtractor",
       getCredentialsExtractor(),
       "authenticator",
       getAuthenticator(),
       "profileCreator",
       getProfileCreator(),
       "configuration",
       this.configuration);
 }
Пример #5
0
 @Override
 public String toString() {
   return CommonHelper.toString(
       this.getClass(), "callbackUrl", this.callbackUrl, "name", getName());
 }
Пример #6
0
 @Override
 public String toString() {
   return CommonHelper.toString(this.getClass(), "extractor", extractor, "clientName", clientName);
 }