Package org.jboss.security
Interface SubjectSecurityManager
-
- All Superinterfaces:
AuthenticationManager,BaseSecurityManager
- All Known Subinterfaces:
GeneralizedAuthenticationManager,SecurityDomain
- All Known Implementing Classes:
JaasSecurityManagerBase,JASPIServerAuthenticationManager,JBossAuthenticationManager,NoAccessSecurityManager,NullSecurityManager
public interface SubjectSecurityManager extends AuthenticationManager
All functionality in this interface is now in the base AuthenticationManager interface. This exists only for compatibility.- Version:
- $Revision$
- Author:
- Scott.Stark@jboss.org
-
-
Method Summary
-
Methods inherited from interface org.jboss.security.AuthenticationManager
getActiveSubject, getTargetPrincipal, isValid, isValid, logout
-
Methods inherited from interface org.jboss.security.BaseSecurityManager
getSecurityDomain
-
-