|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.seam.security.provider.catalina.CatalinaProvider
public class CatalinaProvider
Wrapper for Tomcat realm authentication. This class uses reflection to locate a Tomcat realm, and provides wrapper methods to authenticate against the realm. Under construction!
| Constructor Summary | |
|---|---|
CatalinaProvider(String localContext)
Constructor - does some reflection gymnastics to find the Tomcat realm. |
|
| Method Summary | |
|---|---|
Principal |
authenticate(String username,
byte[] credentials)
Authenticate the user using their username and credentials |
Principal |
authenticate(String username,
String credentials)
Authenticate the user using their username and credentials |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CatalinaProvider(String localContext)
| Method Detail |
|---|
public Principal authenticate(String username, String credentials)
username - Stringcredentials - String
public Principal authenticate(String username, byte[] credentials)
username - Stringcredentials - byte[]
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||