org.jboss.ejb3.security.helpers
Class SecurityHelper
java.lang.Object
org.jboss.ejb3.security.helpers.SecurityHelper
public class SecurityHelper
- extends Object
Base Class for helpers
- Since:
- Apr 16, 2008
- Version:
- $Revision$
- Author:
- Anil.Saldhana@redhat.com
Field Summary |
protected static org.jboss.logging.Logger |
log
|
protected org.jboss.security.SecurityContext |
securityContext
|
Constructor Summary |
SecurityHelper(org.jboss.security.SecurityContext sc)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected static org.jboss.logging.Logger log
securityContext
protected org.jboss.security.SecurityContext securityContext
SecurityHelper
public SecurityHelper(org.jboss.security.SecurityContext sc)
authorizationAudit
protected void authorizationAudit(String level,
org.jboss.security.authorization.Resource resource,
Exception e)
audit
protected void audit(String level,
Map<String,Object> contextMap,
Exception e)
getContextMap
protected Map<String,Object> getContextMap(Principal principal,
String methodName)
Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.