org.objectweb.easybeans.container.info.security
Class SecurityInfoHelper

java.lang.Object
  extended by org.objectweb.easybeans.container.info.security.SecurityInfoHelper

public final class SecurityInfoHelper
extends java.lang.Object

Class that creates the runtime security info from the bean metadata.

Author:
Florent Benoit

Constructor Summary
private SecurityInfoHelper()
          Utility class, no public constructor.
 
Method Summary
static ISecurityInfo getSecurityInfo(ClassAnnotationMetadata bean)
          Extract security info from the bean's metadata.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecurityInfoHelper

private SecurityInfoHelper()
Utility class, no public constructor.

Method Detail

getSecurityInfo

public static ISecurityInfo getSecurityInfo(ClassAnnotationMetadata bean)
Extract security info from the bean's metadata.

Parameters:
bean - the metadata of the current bean.
Returns:
the security info.