You must use the Security class to get the roles. The password is a normal property on the user object.
Look at wrappers.catalina.SlideRealm for an example. Dirk "Yu, Hong (Frank)" wrote: > > In Slide architecture, it just depends on App Server(servlet engine)'s > authentication functionality to solve the authentication issue, then all > other business logic will be handled by a super user(if we need a database > connection) which will be defined in the Domain.xml, is that true? > If it's true, does anyone can tell me how can I get the username/password > information in the Slide's helper classes or Stores? I know the username > info can be get from "SlideToken" object, but how about "password" and > "role" info? > > any help is appreciated, > > Hong -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
