Package org.jboss.security
Interface GeneralizedAuthenticationManager
-
- All Superinterfaces:
AuthenticationManager
,BaseSecurityManager
,javax.security.auth.message.ServerAuth
,javax.security.auth.message.config.ServerAuthContext
,SubjectSecurityManager
public interface GeneralizedAuthenticationManager extends SubjectSecurityManager, javax.security.auth.message.config.ServerAuthContext
Marker interface that combines the legacy AuthenticationManager and the new JASPI (JSR-196) ServerAuthContext interfaces- Since:
- Dec 30, 2005
- Version:
- $Revision$
- Author:
- Anil Saldhana
-
-
Method Summary
-
Methods inherited from interface org.jboss.security.AuthenticationManager
getActiveSubject, getTargetPrincipal, isValid, isValid, logout
-
Methods inherited from interface org.jboss.security.BaseSecurityManager
getSecurityDomain
-
-