org.jboss.messaging.core.security
Interface SecurityStore
- All Known Implementing Classes:
- SecurityStoreImpl
public interface SecurityStore
- Version:
- $Revision: 4166 $
$Id: SecurityStore.java 4166 2008-05-09 10:46:16Z timfox $
- Author:
- Ovidiu Feodorov
authenticate
void authenticate(java.lang.String user,
java.lang.String password)
throws java.lang.Exception
- Throws:
java.lang.Exception
check
void check(SimpleString address,
CheckType checkType,
ServerConnection conn)
throws java.lang.Exception
- Throws:
java.lang.Exception
setSecurityRepository
void setSecurityRepository(HierarchicalRepository<java.util.HashSet<Role>> securityRepository)
Copyright © 2006 JBoss Inc. All Rights Reserved.