org.jboss.weld.security.spi
Interface SecurityServices

All Superinterfaces:
Service

public interface SecurityServices
extends Service

Responsible for accessing security related functionality the environment can provide. Required in a Java EE environment. SecurityServices is a per-deployment service.

Author:
pmuir

Method Summary
 Principal getPrincipal()
          Obtain the Principal representing the current caller identity
 
Methods inherited from interface org.jboss.weld.bootstrap.api.Service
cleanup
 

Method Detail

getPrincipal

Principal getPrincipal()
Obtain the Principal representing the current caller identity

Returns:
the Principal representing the current caller identity


Copyright © 2013 Seam Framework. All Rights Reserved.