org.apache.qpid.server.security
Interface PrincipalHolder

All Known Subinterfaces:
AMQProtocolSession
All Known Implementing Classes:
AMQProtocolEngine, ServerSession

public interface PrincipalHolder


Method Summary
 Principal getPrincipal()
           
 

Method Detail

getPrincipal

Principal getPrincipal()
Returns:
a Principal that was used to authorized this session


Licensed to the Apache Software Foundation