this.loginConfigName = loginConfigName;
}
- private boolean storeDelegatedCredentials = true;
- public boolean isStoreDelegatedCredentials() {
- return storeDelegatedCredentials;
+ private boolean storeDelegatedCredential = true;
+ public boolean isStoreDelegatedCredential() {
+ return storeDelegatedCredential;
}
- public void setStoreDelegatedCredentials(
- boolean storeDelegatedCredentials) {
- this.storeDelegatedCredentials = storeDelegatedCredentials;
+ public void setStoreDelegatedCredential(
+ boolean storeDelegatedCredential) {
+ this.storeDelegatedCredential = storeDelegatedCredential;
}
}
principal = context.getRealm().authenticate(gssContext,
- storeDelegatedCredentials);
+ storeDelegatedCredential);
} catch (GSSException e) {
if (log.isDebugEnabled()) {
log.debug(sm.getString("spnegoAuthenticator.ticketValidateFail",
specified, the platform default provider will be used.</p>
</attribute>
- <attribute name="storeDelegatedCredentials" required="false">
- <p>Controls if the user' delegated credentials will be stored in
- the user Principal. If available, the delegated credentials will be
+ <attribute name="storeDelegatedCredential" required="false">
+ <p>Controls if the user' delegated credential will be stored in
+ the user Principal. If available, the delegated credential will be
available to applications (e.g. for onward authentication to external
services) via the <code>org.apache.catalina.realm.GSS_CREDENTIAL</code>
request attribute.If not set, the default value of <code>true</code>