org.exolab.jms.net.connector
Interface Authenticator
- public interface Authenticator
An Authenticator
authenticates new connections
- Version:
- $Revision: 1.1 $ $Date: 2004/11/26 01:51:03 $
- Author:
- Tim Anderson
- See Also:
ManagedConnectionAcceptor
Method Summary |
boolean |
authenticate(java.security.Principal principal)
Determines if a principal has permissions to connect |
authenticate
public boolean authenticate(java.security.Principal principal)
throws ResourceException
- Determines if a principal has permissions to connect
- Parameters:
principal
- the principal to check- Returns:
true
if the principal has permissions to connect- Throws:
ResourceException
- if an error occurs
Copyright © 1999-2007 The OpenJMS Group. All Rights Reserved.