public final class org.apache.isis.security.shiro.context.ShiroSecurityContext extends java.lang.Object
{
public void <init>()
{
org.apache.isis.security.shiro.context.ShiroSecurityContext v;
v := @this: org.apache.isis.security.shiro.context.ShiroSecurityContext;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public static org.apache.shiro.mgt.RealmSecurityManager getSecurityManager()
{
java.lang.Throwable v;
org.apache.shiro.mgt.SecurityManager v;
boolean v;
label:
v = staticinvoke <org.apache.shiro.SecurityUtils: org.apache.shiro.mgt.SecurityManager getSecurityManager()>();
label:
goto label;
label:
v := @caughtexception;
return null;
label:
v = v instanceof org.apache.shiro.mgt.RealmSecurityManager;
if v != 0 goto label;
return null;
label:
return v;
catch org.apache.shiro.UnavailableSecurityManagerException from label to label with label;
}
}