Hi all!
in org.apache.catalina.realm.GeneralPrincipal I've found the following code:
public Principal getUserPrincipal() {
if (userPrincipal != null) {
return userPrincipal;
} else {
return this;
}
}
Could anybody explain me the reason why I cannot assing a subject both user and role principal?
Thanks a lot
Regards
Jan
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org
|