org.jboss.soa.esb.services.security.auth
Interface AuthenticationRequest

All Known Implementing Classes:
AuthenticationRequestImpl

public interface AuthenticationRequest

An AuthenticationRequest is intended to carry sensitive security information between gateways and ESB services. The information will be extracted from the specific transport that the gateway uses.

Since:
4.4
Author:
Daniel Bevenius

Method Summary
 java.util.Set<?> getCredentials()
           
 java.security.Principal getPrincipal()
           
 java.util.Map<java.lang.String,?> getProperties()
           
 

Method Detail

getCredentials

java.util.Set<?> getCredentials()

getProperties

java.util.Map<java.lang.String,?> getProperties()

getPrincipal

java.security.Principal getPrincipal()