* When processing users authenticated via the GSS-API, should any
* "@..." be stripped from the end of the user name?
*/
- protected boolean stripAtForGss = true;
+ protected boolean stripRealmForGss = true;
// ------------------------------------------------------------- Properties
}
- public boolean isStripAtForGss() {
- return stripAtForGss;
+ public boolean isStripRealmForGss() {
+ return stripRealmForGss;
}
- public void setStripAtForGss(boolean stripAtForGss) {
- this.stripAtForGss = stripAtForGss;
+ public void setStripRealmForGss(boolean stripRealmForGss) {
+ this.stripRealmForGss = stripRealmForGss;
}
if (gssName!= null) {
String name = gssName.toString();
- if (isStripAtForGss()) {
+ if (isStripRealmForGss()) {
int i = name.indexOf('@');
if (i > 0) {
// Zero so we don;t leave a zero length name
a role name assigned to the corresponding user.</p>
</attribute>
- <attribute name="stripAtForGss" required="false">
+ <attribute name="stripRealmForGss" required="false">
<p>When processing users authenticated via the GSS-API, this attribute
controls if any "@..." is removed from the end of the user
name. If not specified, the default is <code>true</code>.</p>
a role name assigned to the corresponding user.</p>
</attribute>
- <attribute name="stripAtForGss" required="false">
+ <attribute name="stripRealmForGss" required="false">
<p>When processing users authenticated via the GSS-API, this attribute
controls if any "@..." is removed from the end of the user
name. If not specified, the default is <code>true</code>.</p>
<code>0</code> is used which indicates no limit.</p>
</attribute>
- <attribute name="stripAtForGss" required="false">
+ <attribute name="stripRealmForGss" required="false">
<p>When processing users authenticated via the GSS-API, this attribute
controls if any "@..." is removed from the end of the user
name. If not specified, the default is <code>true</code>.</p>
default value is <code>conf/tomcat-users.xml</code>.</p>
</attribute>
- <attribute name="stripAtForGss" required="false">
+ <attribute name="stripRealmForGss" required="false">
<p>When processing users authenticated via the GSS-API, this attribute
controls if any "@..." is removed from the end of the user
name. If not specified, the default is <code>true</code>.</p>
for your role <code>Principals</code>.</p>
</attribute>
- <attribute name="stripAtForGss" required="false">
+ <attribute name="stripRealmForGss" required="false">
<p>When processing users authenticated via the GSS-API, this attribute
controls if any "@..." is removed from the end of the user
name. If not specified, the default is <code>true</code>.</p>