当前页面:
在线文档首页 >
JBoss Seam 1.1.0 cr1 API 英文版文档
JaasAuthenticationProvider (JBoss Seam API Documentation) - JBoss Seam 1.1.0 cr1 API 英文版文档
org.jboss.seam.security.provider.jaas
Class JaasAuthenticationProvider
java.lang.Object
org.jboss.seam.security.provider.jaas.JaasAuthenticationProvider
public class JaasAuthenticationProvider
- extends Object
JAAS authentication provider
- Author:
- Shane Bryzak
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JaasAuthenticationProvider
public JaasAuthenticationProvider()
authenticate
public Principal authenticate(String username,
String credentials)
authenticate
public Principal authenticate(String username,
byte[] credentials)
createPrincipal
protected Principal createPrincipal(String username,
Subject subject)