public class org.hibernate.secure.internal.StandardJaccServiceImpl implements org.hibernate.secure.spi.JaccService, org.hibernate.service.spi.Configurable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.hibernate.secure.internal.StandardJaccServiceImpl
  super_class: java.lang.Object
{
  private static final org.jboss.logging.Logger log;
    descriptor: Lorg/jboss/logging/Logger;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private java.lang.String contextId;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private PolicyConfiguration policyConfiguration;
    descriptor: LPolicyConfiguration;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.hibernate.secure.internal.StandardJaccServiceImpl this
         0: .line 35
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import javax.security.jacc cannot be resolved\n\tThe import javax.security.jacc cannot be resolved\n\tThe import javax.security.jacc cannot be resolved\n\tThe import javax.security.jacc cannot be resolved\n\tThe import javax.security.jacc cannot be resolved\n\tPolicyConfiguration cannot be resolved to a type\n\tPolicyConfiguration cannot be resolved to a type\n\tPolicyConfiguration cannot be resolved to a type\n\tThe method locatePolicyConfiguration(String) from the type StandardJaccServiceImpl refers to the missing type PolicyConfiguration\n\tEJBMethodPermission cannot be resolved to a type\n\tEJBMethodPermission cannot be resolved to a type\n\tPolicyConfiguration cannot be resolved to a type\n\tPolicyContextException cannot be resolved to a type\n\tPolicyConfiguration cannot be resolved to a type\n\tPolicyConfigurationFactory cannot be resolved\n\tPolicyContext cannot be resolved\n\tPolicyContext cannot be resolved\n\tEJBMethodPermission cannot be resolved to a type\n\tEJBMethodPermission cannot be resolved to a type\n\tPolicyContext cannot be resolved\n\tPolicyContextException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.hibernate.secure.internal.StandardJaccServiceImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/secure/internal/StandardJaccServiceImpl;

  public void configure(java.util.Map);
    descriptor: (Ljava/util/Map;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.hibernate.secure.internal.StandardJaccServiceImpl this
         0: .line 62
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.hibernate.secure.internal.StandardJaccServiceImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/secure/internal/StandardJaccServiceImpl;
    MethodParameters:
                     Name  Flags
      configurationValues  

  public void addPermission(org.hibernate.secure.spi.GrantedPermission);
    descriptor: (Lorg/hibernate/secure/spi/GrantedPermission;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.hibernate.secure.internal.StandardJaccServiceImpl this
         0: .line 70
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tPolicyConfiguration cannot be resolved to a type\n\tPolicyConfiguration cannot be resolved to a type\n\tThe method locatePolicyConfiguration(String) from the type StandardJaccServiceImpl refers to the missing type PolicyConfiguration\n\tEJBMethodPermission cannot be resolved to a type\n\tEJBMethodPermission cannot be resolved to a type\n\tPolicyConfiguration cannot be resolved to a type\n\tPolicyContextException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.hibernate.secure.internal.StandardJaccServiceImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/secure/internal/StandardJaccServiceImpl;
    MethodParameters:
                       Name  Flags
      permissionDeclaration  

  private PolicyConfiguration locatePolicyConfiguration(java.lang.String);
    descriptor: (Ljava/lang/String;)LPolicyConfiguration;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.hibernate.secure.internal.StandardJaccServiceImpl this
         0: .line 92
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tPolicyConfiguration cannot be resolved to a type\n\tPolicyConfigurationFactory cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.hibernate.secure.internal.StandardJaccServiceImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/secure/internal/StandardJaccServiceImpl;
    MethodParameters:
           Name  Flags
      contextId  

  public void checkPermission(org.hibernate.secure.spi.PermissionCheckEntityInformation, org.hibernate.secure.spi.PermissibleAction);
    descriptor: (Lorg/hibernate/secure/spi/PermissionCheckEntityInformation;Lorg/hibernate/secure/spi/PermissibleAction;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.hibernate.secure.internal.StandardJaccServiceImpl this
         0: .line 104
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.hibernate.secure.internal.StandardJaccServiceImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/secure/internal/StandardJaccServiceImpl;
    MethodParameters:
                   Name  Flags
      entityInformation  
      action             

  private void doPermissionCheckInContext(org.hibernate.secure.spi.PermissionCheckEntityInformation, org.hibernate.secure.spi.PermissibleAction);
    descriptor: (Lorg/hibernate/secure/spi/PermissionCheckEntityInformation;Lorg/hibernate/secure/spi/PermissibleAction;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.hibernate.secure.internal.StandardJaccServiceImpl this
         0: .line 141
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tEJBMethodPermission cannot be resolved to a type\n\tEJBMethodPermission cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.hibernate.secure.internal.StandardJaccServiceImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/secure/internal/StandardJaccServiceImpl;
    MethodParameters:
                   Name  Flags
      entityInformation  
      action             

  private java.lang.String join(java.security.Principal[]);
    descriptor: ([Ljava/security/Principal;)Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.hibernate.secure.internal.StandardJaccServiceImpl this
         0: .line 160
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.hibernate.secure.internal.StandardJaccServiceImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/secure/internal/StandardJaccServiceImpl;
    MethodParameters:
            Name  Flags
      principals  

  protected java.security.Principal[] getCallerPrincipals();
    descriptor: ()[Ljava/security/Principal;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.hibernate.secure.internal.StandardJaccServiceImpl this
         0: .line 170
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.hibernate.secure.internal.StandardJaccServiceImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/secure/internal/StandardJaccServiceImpl;

  private org.hibernate.secure.internal.StandardJaccServiceImpl$ContextSubjectAccess getContextSubjectAccess();
    descriptor: ()Lorg/hibernate/secure/internal/StandardJaccServiceImpl$ContextSubjectAccess;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.hibernate.secure.internal.StandardJaccServiceImpl this
         0: .line 180
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.hibernate.secure.internal.StandardJaccServiceImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/secure/internal/StandardJaccServiceImpl;
}
SourceFile: "StandardJaccServiceImpl.java"
NestMembers:
  org.hibernate.secure.internal.StandardJaccServiceImpl$ContextIdSetAction  org.hibernate.secure.internal.StandardJaccServiceImpl$ContextSubjectAccess  org.hibernate.secure.internal.StandardJaccServiceImpl$NonPrivilegedContextSubjectAccess  org.hibernate.secure.internal.StandardJaccServiceImpl$PrivilegedContextSubjectAccess  org.hibernate.secure.internal.StandardJaccServiceImpl$PrivilegedContextSubjectAccess$1
InnerClasses:
  private ContextIdSetAction = org.hibernate.secure.internal.StandardJaccServiceImpl$ContextIdSetAction of org.hibernate.secure.internal.StandardJaccServiceImpl
  protected abstract ContextSubjectAccess = org.hibernate.secure.internal.StandardJaccServiceImpl$ContextSubjectAccess of org.hibernate.secure.internal.StandardJaccServiceImpl
  protected NonPrivilegedContextSubjectAccess = org.hibernate.secure.internal.StandardJaccServiceImpl$NonPrivilegedContextSubjectAccess of org.hibernate.secure.internal.StandardJaccServiceImpl
  protected PrivilegedContextSubjectAccess = org.hibernate.secure.internal.StandardJaccServiceImpl$PrivilegedContextSubjectAccess of org.hibernate.secure.internal.StandardJaccServiceImpl