org.jboss.messaging.core.security
Interface SecurityStore
- All Known Implementing Classes:
- SecurityStoreImpl
public interface SecurityStore
- Version:
- $Revision: 6477 $
$Id: SecurityStore.java 6477 2009-04-17 14:46:20Z jmesnil $
- Author:
- Ovidiu Feodorov, Tim Fox
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,
ServerSession session)
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright © 2006 JBoss Inc. All Rights Reserved.