public class SecurityConstructorConfig extends org.jboss.aop.metadata.ConstructorConfig
Fields Summary
private boolean
unchecked
The unchecked element specifies that a constructor is not checked for
authorization by the container prior to invocation of the constructor.
Used in: constructor-permission
private boolean
excluded
The exclude-list element defines a set of constructors which the Assembler
marks to be uncallable. It contains one or more constructors. If the constructor
permission relation contains constructors that are in the exclude list, the
Deployer should consider those constructors to be uncallable.