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
 java.security.Principal getPrincipal()
          Obtain the Principal representing the current caller identity
 
Methods inherited from interface org.jboss.weld.bootstrap.api.Service
cleanup
 

Method Detail

getPrincipal

java.security.Principal getPrincipal()
Obtain the Principal representing the current caller identity

Returns:
the Principal representing the current caller identity


Copyright © 2008-2009 Seam Framework. All Rights Reserved.