积分充值
 首页
前端开发
AngularDartElectronFlutterHTML/CSSJavaScriptReactSvelteTypeScriptVue.js构建工具
后端开发
.NetC#C++C语言DenoffmpegGoIdrisJavaJuliaKotlinLeanMakefilenimNode.jsPascalPHPPythonRISC-VRubyRustSwiftUML其它语言区块链开发测试微服务敏捷开发架构设计汇编语言
数据库
Apache DorisApache HBaseCassandraClickHouseFirebirdGreenplumMongoDBMySQLPieCloudDBPostgreSQLRedisSQLSQLiteTiDBVitess数据库中间件数据库工具数据库设计
系统运维
AndroidDevOpshttpdJenkinsLinuxPrometheusTraefikZabbix存储网络与安全
云计算&大数据
Apache APISIXApache FlinkApache KarafApache KyuubiApache OzonedaprDockerHadoopHarborIstioKubernetesOpenShiftPandasrancherRocketMQServerlessService MeshVirtualBoxVMWare云原生CNCF机器学习边缘计算
综合其他
BlenderGIMPKiCadKritaWeblate产品与服务人工智能亿图数据可视化版本控制笔试面试
文库资料
前端
AngularAnt DesignBabelBootstrapChart.jsCSS3EchartsElectronHighchartsHTML/CSSHTML5JavaScriptJerryScriptJestReactSassTypeScriptVue前端工具小程序
后端
.NETApacheC/C++C#CMakeCrystalDartDenoDjangoDubboErlangFastifyFlaskGinGoGoFrameGuzzleIrisJavaJuliaLispLLVMLuaMatplotlibMicronautnimNode.jsPerlPHPPythonQtRPCRubyRustR语言ScalaShellVlangwasmYewZephirZig算法
移动端
AndroidAPP工具FlutterFramework7HarmonyHippyIoniciOSkotlinNativeObject-CPWAReactSwiftuni-appWeex
数据库
ApacheArangoDBCassandraClickHouseCouchDBCrateDBDB2DocumentDBDorisDragonflyDBEdgeDBetcdFirebirdGaussDBGraphGreenPlumHStreamDBHugeGraphimmudbIndexedDBInfluxDBIoTDBKey-ValueKitDBLevelDBM3DBMatrixOneMilvusMongoDBMySQLNavicatNebulaNewSQLNoSQLOceanBaseOpenTSDBOracleOrientDBPostgreSQLPrestoDBQuestDBRedisRocksDBSequoiaDBServerSkytableSQLSQLiteTiDBTiKVTimescaleDBYugabyteDB关系型数据库数据库数据库ORM数据库中间件数据库工具时序数据库
云计算&大数据
ActiveMQAerakiAgentAlluxioAntreaApacheApache APISIXAPISIXBFEBitBookKeeperChaosChoerodonCiliumCloudStackConsulDaprDataEaseDC/OSDockerDrillDruidElasticJobElasticSearchEnvoyErdaFlinkFluentGrafanaHadoopHarborHelmHudiInLongKafkaKnativeKongKubeCubeKubeEdgeKubeflowKubeOperatorKubernetesKubeSphereKubeVelaKumaKylinLibcloudLinkerdLonghornMeiliSearchMeshNacosNATSOKDOpenOpenEBSOpenKruiseOpenPitrixOpenSearchOpenStackOpenTracingOzonePaddlePaddlePolicyPulsarPyTorchRainbondRancherRediSearchScikit-learnServerlessShardingSphereShenYuSparkStormSupersetXuperChainZadig云原生CNCF人工智能区块链数据挖掘机器学习深度学习算法工程边缘计算
UI&美工&设计
BlenderKritaSketchUI设计
网络&系统&运维
AnsibleApacheAWKCeleryCephCI/CDCurveDevOpsGoCDHAProxyIstioJenkinsJumpServerLinuxMacNginxOpenRestyPrometheusServertraefikTrafficUnixWindowsZabbixZipkin安全防护系统内核网络运维监控
综合其它
文章资讯
 上传文档  发布文章  登录账户
IT文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部后端开发(98)Python(45)C++(19)Julia(18)Conda(16)云计算&大数据(11)VirtualBox(11)数据库(8)PHP(8)TiDB(8)

语言

全部英语(106)中文(繁体)(10)中文(简体)(6)韩语(1)英语(1)

格式

全部PDF文档 PDF(112)其他文档 其他(9)PPT文档 PPT(2)DOC文档 DOC(1)
 
本次搜索耗时 0.146 秒,为您找到相关结果约 124 个.
  • 全部
  • 后端开发
  • Python
  • C++
  • Julia
  • Conda
  • 云计算&大数据
  • VirtualBox
  • 数据库
  • PHP
  • TiDB
  • 全部
  • 英语
  • 中文(繁体)
  • 中文(简体)
  • 韩语
  • 英语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • PPT文档 PPT
  • DOC文档 DOC
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 跟我学Shiro - 张开涛

    .......................................................................................... 58 SUBJECT ................................................................................................ 可以看到:应用代码直接交互的对象是Subject,也就是说Shiro的对外API核心就是Subject; 其每个 API 的含义: Subject:主体,代表了当前“用户”,这个用户不一定是一个具体的人,与当前应用交互 的任何东西都是 Subject,如网络爬虫,机器人等;即一个抽象概念;所有 Subject 都绑定 到 SecurityManager,与 Subject 的所有交互都会委托给 SecurityManager;可以把 SecurityManager;可以把 Subject 认 为是一个门面;SecurityManager 才是实际的执行者; SecurityManager:安全管理器;即所有与安全有关的操作都会与 SecurityManager 交互; 且它管理着所有 Subject;可以看出它是 Shiro 的核心,它负责与后边介绍的其他组件进行 交互,如果学习过 SpringMVC,你可以把它看成 DispatcherServlet
    0 码力 | 219 页 | 4.16 MB | 10 月前
    3
  • pdf文档 Class Layout

    location within a derived class object. class Shape { ~~~ }; class Subject { ~~~ }; class ObservedShape: public Shape, public Subject { ~~~ };  The derived class object will have more than a single base *shape = obs; // safe, predefined conversion Subject *subj = obs; // safe, predefined conversion 54 shape subj obs ObservedShape object Shape subobject Subject subobject derived class members Copyright can have more than one valid address. 55 shape subj obs ObservedShape object Shape subobject Subject subobject derived class members Δ Copyright © 2020 by Stephen C. Dewhurst and Daniel Saks 54
    0 码力 | 51 页 | 461.37 KB | 5 月前
    3
  • pdf文档 Shiro support for the Spring Security plugin - Reference Documentation

    Authentication instance to build and register a Shiro instance. It also removes the Shiro credentials when Subject you explicitly logout. 1.1 History Version 1.0.0 released December 7, 2015 Version 1.0-RC1 standard methods will work: Subject import org.apache.shiro.SecurityUtils org.apache.shiro.subject.Subject import ... Subject subject = SecurityUtils.getSubject() subject.checkPermission('printer:print:lp7200') print:lp7200') subject.isPermitted('printer:print:lp7200') subject.checkRole('ROLE_ADMIN') subject.hasRole('ROLE_ADMIN') subject.isAuthenticated() … etc 5 3 Configuration There are a few configuration
    0 码力 | 5 页 | 16.72 KB | 10 月前
    3
  • pdf文档 Shiro support for the Spring Security plugin - Reference Documentation

    Authentication instance to build and register a Shiro instance. It also removes the Shiro credentials when Subject you explicitly logout. 1.1 History Version 0.1 released January 06, 2013 4 2 Usage The first standard methods will work: Subject import org.apache.shiro.SecurityUtils org.apache.shiro.subject.Subject import ... Subject subject = SecurityUtils.getSubject() subject.checkPermission('printer:print:lp7200') print:lp7200') subject.isPermitted('printer:print:lp7200') subject.checkRole('ROLE_ADMIN') subject.hasRole('ROLE_ADMIN') subject.isAuthenticated() … etc 6 3 Configuration There are a few configuration
    0 码力 | 6 页 | 17.49 KB | 10 月前
    3
  • pdf文档 Spring Security Shiro Plugin - Reference Documentation

    authentication events and uses the Spring Security Authentication instance to build and register a Shiro Subject instance. It also removes the Shiro credentials when you explicitly logout. 1.1. History • Version but the standard Subject methods will work: import org.apache.shiro.SecurityUtils import org.apache.shiro.subject.Subject ... Subject subject = SecurityUtils.getSubject() subject.checkPermission(' checkPermission('printer:print:lp7200') subject.isPermitted('printer:print:lp7200') subject.checkRole('ROLE_ADMIN') subject.hasRole('ROLE_ADMIN') subject.isAuthenticated() ... etc 5 Chapter 3. Configuration There
    0 码力 | 8 页 | 122.93 KB | 10 月前
    3
  • pdf文档 Conan 2.10 Documentation

    interface of Conan. Private implementation details, and everything not included in the documentation is subject to change. • The compatibility is always considered forward. New APIs, tools, methods, helpers can authenticated upload. 5.4 Managing package metadata files Warning: This feature is experimental and subject to breaking changes. See the Conan stability section for more information. A Conan package is typically behaviour. 5.6 Save and restore packages from/to the cache Warning: This feature is experimental and subject to breaking changes. See the Conan stability section for more information. With the conan cache
    0 码力 | 803 页 | 5.02 MB | 10 月前
    3
  • pdf文档 Conan 2.9 Documentation

    interface of Conan. Private implementation details, and everything not included in the documentation is subject to change. • The compatibility is always considered forward. New APIs, tools, methods, helpers can authenticated upload. 5.4 Managing package metadata files Warning: This feature is experimental and subject to breaking changes. See the Conan stability section for more information. A Conan package is typically behaviour. 5.6 Save and restore packages from/to the cache Warning: This feature is experimental and subject to breaking changes. See the Conan stability section for more information. With the conan cache
    0 码力 | 795 页 | 4.99 MB | 10 月前
    3
  • pdf文档 Conan 2.8 Documentation

    interface of Conan. Private implementation details, and everything not included in the documentation is subject to change. • The compatibility is always considered forward. New APIs, tools, methods, helpers can authenticated upload. 5.4 Managing package metadata files Warning: This feature is experimental and subject to breaking changes. See the Conan stability section for more information. A Conan package is typically behaviour. 5.6 Save and restore packages from/to the cache Warning: This feature is experimental and subject to breaking changes. See the Conan stability section for more information. With the conan cache
    0 码力 | 785 页 | 4.95 MB | 10 月前
    3
  • pdf文档 Conan 2.7 Documentation

    interface of Conan. Private implementation details, and everything not included in the documentation is subject to change. • The compatibility is always considered forward. New APIs, tools, methods, helpers can authenticated upload. 5.4 Managing package metadata files Warning: This feature is experimental and subject to breaking changes. See the Conan stability section for more information. A Conan package is typically behaviour. 5.6 Save and restore packages from/to the cache Warning: This feature is experimental and subject to breaking changes. See the Conan stability section for more information. With the conan cache
    0 码力 | 779 页 | 4.93 MB | 10 月前
    3
  • pdf文档 Conan 2.6 Documentation

    interface of Conan. Private implementation details, and everything not included in the documentation is subject to change. • The compatibility is always considered forward. New APIs, tools, methods, helpers can authenticated upload. 5.4 Managing package metadata files Warning: This feature is experimental and subject to breaking changes. See the Conan stability section for more information. A Conan package is typically behaviour. 5.6 Save and restore packages from/to the cache Warning: This feature is experimental and subject to breaking changes. See the Conan stability section for more information. With the conan cache
    0 码力 | 777 页 | 4.91 MB | 10 月前
    3
共 124 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 13
前往
页
相关搜索词
跟我学Shiro张开ClassLayoutsupportfortheSpringSecuritypluginReferenceDocumentationPluginConan2.102.92.82.72.6
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩