@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); }
@Override public String toString() { return CommonHelper.toString( this.getClass(), "requestToken", this.requestToken, "token", this.token, "verifier", this.verifier, "clientName", getClientName()); }
@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()); }
@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); }
@Override public String toString() { return CommonHelper.toString( this.getClass(), "callbackUrl", this.callbackUrl, "name", getName()); }
@Override public String toString() { return CommonHelper.toString(this.getClass(), "extractor", extractor, "clientName", clientName); }