腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(167)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
2
回答
外部swf和
SecurityDomain
的帧捕获
有没有办法捕获帧作为swf的位图加载与主应用程序不同的安全域?
浏览 0
提问于2012-03-22
得票数 0
1
回答
如何在Jboss 6中使用@
SecurityDomain
?
@ActivationConfigProperty(propertyName = "acknowledgeMode", propertyValue = "Auto-acknowledge") })在我的SLSB中,我得到了...and:@
SecurityDomain
浏览 1
提问于2018-01-11
得票数 0
2
回答
将远程swf“引导”到应用程序
SecurityDomain
(actionscript3)
到目前为止,我加载的外部内容都是从同一个
SecurityDomain
(相同的沙箱)中加载的,这允许我轻松地将内容加载到子ApplicationDomain中。实现跨
SecurityDomain
通信的方法有很多--尽管其中大多数方法非常有限,但AIR的sandboxBridge API可能是最强大的。不幸的是,这些通信方法都不允许我实现这种引导架构。我注意到LoaderContext对象有一个
securityDomain
属性,但是Flash禁止‘本地swfs’触摸它(它抛出一个SecurityError或类似的)。Flex的SWFLoade
浏览 1
修改于2008-10-30
得票数 0
回答已采纳
1
回答
WILDFLY - JAAS不起作用-
SecurityDomain
未被认可
我正在尝试在通配符中设置一个安全域,但是没有识别我的设置,它会转到受保护的页面,而不会传递到登录页面。 'groups' table, private String groupname; @Id @Basic(optional = false) @Column(name = "username") pri
浏览 1
提问于2014-07-12
得票数 0
1
回答
Youtube视频:
SecurityDomain
尝试访问不兼容的上下文问题
SecurityDomain
'‘尝试访问不兼容的上下文'’我已经有了 Security.allowInsecureDomain
浏览 2
提问于2010-08-10
得票数 2
1
回答
Jboss EJb3注释@
SecurityDomain
("")和WebSphere注释@Webcontext中的等效注释是什么?
Jboss应用程序使用@
SecurityDomain
(“身份验证”)和@Webcontext,这两个注释在WebSphere自由中是等价的注释。
浏览 0
提问于2018-10-08
得票数 1
回答已采纳
1
回答
Flash
SecurityDomain
、P2P设置和多重主权财富基金
我有两个主权财富基金:其主要思想是在特定域上有一个p2p加载器,它可以在p2p网络中工作,而无需多次请求每个域的许可,例如:p2p客户端通过请求加载二进制数据,我认为内容并不重要。public class ClientLoader { public function load(cb:Fu
浏览 4
修改于2012-03-22
得票数 2
回答已采纳
1
回答
Wildfly微服务- ELY01148:
SecurityDomain
已经与指定的ClassLoader关联
主要错误是ELY01148:
SecurityDomain
已经与指定的ClassLoader关联。(Thread.java:834) geonames-service_1 | Caused by: java.lang.IllegalStateException: ELY01148: A
SecurityDomain
geonames-service_1 | at org.wildfly.security.elytron-private@1.12.1.Final//org.wildfly.security.auth.serve
浏览 0
提问于2020-10-08
得票数 2
1
回答
应用程序'http://domain.com/app/widget/twitter.png‘尝试访问不兼容的上下文’
SecurityDomain
:/app.swf‘
我正在尝试将远程图像加载到我的AIR应用程序中,并收到以下错误:
SecurityDomain
'http://[------].com
浏览 0
提问于2012-02-19
得票数 1
回答已采纳
1
回答
不清楚java注释(即@
SecurityDomain
)是如何工作的,以及它们是如何工作的(它们是否生成xml?wsdl?)
例如,当我搜索:我只是得到了漱口的结果。我很难找到一个好的描述什么特定的标签,以及如何在一般的标签工作。
浏览 3
修改于2010-01-29
得票数 1
回答已采纳
3
回答
将JBOSS批注转换为xml
我对这些标签特别感兴趣:和 org.jboss.annotation.security.
SecurityDomain
中的@
SecurityDomain
浏览 1
修改于2011-03-15
得票数 0
回答已采纳
1
回答
从不同的域加载as3中的as2
var _mcl:Loader= new Loader();loader_context.
securityDomain
=
SecurityDomain
.currentDomain;_mcl.contentLoaderInfo.addEventListenerSecurityErrorEvent.SECURITY_ERROR, onLoadImage
浏览 0
提问于2010-07-31
得票数 0
2
回答
SecurityError:错误#2142:安全沙箱违规
SecurityError: Error #2142: Security sandbox violation: local SWF files import mx.events.FlexEvent; var context:LoaderContext = new LoaderContext();
浏览 1
提问于2013-02-07
得票数 0
回答已采纳
2
回答
子域中的crossdomain.xml文件
context:LoaderContext = new LoaderContext(false, ApplicationDomain.currentDomain); context.checkPolicyFile = true; context.applicationDomain
浏览 0
提问于2010-10-18
得票数 1
回答已采纳
1
回答
如何在flex UI组件中显示远程swf?
onLoaderComplete(event:Event):void{ } var context:LoaderContext = new LoaderContext(); context.
securityDomain
=
SecurityDomain
.currentDomai
浏览 1
修改于2013-02-23
得票数 0
1
回答
AS3不加载crossdomain.xml
root.loaderInfo.parameters.video_src);context.checkPolicyFile = true;context.applicationDomain = ApplicationDomain.currentDomain; advert.load
浏览 9
提问于2014-10-20
得票数 0
回答已采纳
2
回答
如何用maven属性替换Java注释值?
我在一个类上有一个注释@
SecurityDomain
("cjm")。根据我部署应用程序的环境,我需要配置不同的安全域。所以我的想法是使用过滤:@
SecurityDomain
("${project.name}")。 然而,使用我在SO上找到的示例,什么都不起作用。@
SecurityDomain
是将安全上下文从web上下文传播到ejb上下文所必需的。在使用@RolesAllowed时,这是必需的。
浏览 1
修改于2017-10-19
得票数 1
1
回答
空载服务器将swf托管在同一个沙箱中
*安全沙箱违规行为*public function loadSWF():void { //context.applicationDomain = ApplicationDomain.currentDomain; //context.
securityDomain
=
SecurityDom
浏览 1
修改于2012-08-21
得票数 2
回答已采纳
1
回答
获得swf的限定类名的loadermax
ApplicationDomain.currentDomain); loaderContext.
securityDomain
=
SecurityDomain
.currentDomain; loader.contentLoaderInfo.addEventListener(Event.INIT
浏览 2
提问于2014-12-02
得票数 1
回答已采纳
3
回答
as3安全沙盒违规
Event.COMPLETE, onComplete); addChild(loader.content); 我得到了如下的错误消息:*** Security Sandbox Violation ***
SecurityDomai
浏览 10
提问于2012-07-12
得票数 1
回答已采纳
第 2 页
第 3 页
第 4 页
第 5 页
第 6 页
第 7 页
第 8 页
第 9 页
点击加载更多
领券