JVM监控工具--几种常用工具简介 经验

jrockit jvm 开启监控服务参数: -Xmanagement:ssl=false,authenticate=false,port=7091 ---jdk1.5+(weblogic10) -Xmanagement:port=709

jopen 2015-01-27   31036   0

管理Session的通用基础设施:Spring Session 经验

example, many developers wish to allow a user to authenticate with multiple accounts and switch between them

jopen 2014-11-18   27124   0

SSO 集成解决方案,Keycloak 1.2.0.Beta1 发布 资讯

receives. Kerberos 协议 - It's now possible to authenticate with a Keycloak realm using Kerberos tickets

jopen 2015-04-02   7329   0

ActiveMQ使用笔记(一)ActiveMQ的安装 经验

< property name ="authenticate" value ="false" /> authenticate属性的值改成true即可,重启activemq

jopen 2016-01-02   9913   0

将Cassandra查询导出成CSV和JSON格式的工具:CQLKIT 经验

overrides FILE and STDIN. -u The user to authenticate. -v,--version Print the version CQL2JSON usage:

jopen 2015-07-30   41786   0

Basic认证 经验

response.setStatus(401); response.setHeader("WWW-Authenticate", "Basic realm=\"input username and password\"");

KerBender 2016-02-02   10639   0
P74

  Spring Security源码分析 文档

authentication; } authentication = authenticationManager.authenticate(authentication); if(logger.isDebugEnabled())

ezplus 2011-10-15   4768   0
P21

  CAS之SSO配置手册 文档

particular authentication request failed. */ boolean authenticate(Credentials credentials) throws AuthenticationException;

sweetbaybe 2011-07-20   11517   0

使用VisualVM对JAVA程序进行性能分析及调优 经验

jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false -Djava.rmi.server.hostname=$serverip"

jopen 2015-06-29   21538   0
P8

  基于组件化的监控平台开发监控Tomcat服务及邮件通知功能 文档

jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false" windows下使用:   set JAVA_OPTS=" -Dcom.sun

gooderic 2012-02-16   481   0

HTTP HEADER 详解 经验

Pragma: no-cache Proxy-Authenticate 它指出认证方案和可应用到代理的该URL上的参数 Proxy-Authenticate: Basic refresh 应用于重定向或

mark0614 2012-07-12   156235   0
P6

  response.setHeader()的用法 文档

要求客户端进行认证的方式,请求的资源已移动到新地址等. 主要: Location , Server , WWW-Authenticate(认证头) (4)实体头 用做实体内容的元信息,描述了实体内容的属性,包括实体信息的类型

307912199 2012-12-20   5674   0
JSP   Java开发  
P8

  Http头详解 文档

息。例如:Pragma: no-cache Proxy-Authenticate            类似于WWW-Authenticate,便是有意请求只来自请求链(代理)的下一个服务器的认证。

fzxs 2011-09-08   3586   0
P19

  cas在tomcat中实现单点登录[jdbc验证用户信息] 文档

ication request failed.      */     boolean authenticate(Credentials credentials) throws AuthenticationException;

peixy 2016-11-02   1043   0
P6

  HTTP1.1 详解 文档

no-cache Proxy-Authenticate 类似于WWW-Authenticate,便是有意请求只来自请求链(代理)的下一个服务器的认证。 例如:Proxy-Authenticate: Basic realm-admin

sunya 2011-12-26   4131   0
HTTP  
P18

  CAS 单点登陆的安装、部署与扩展 文档

ication request failed.      */     boolean authenticate(Credentials credentials) throws AuthenticationException;

janee81930 2012-08-02   631   0

著名的AFNetworking网络基础库Swift版Alamofire 经验

"https://httpbin.org/basic-auth/\(user)/\(password)") .authenticate(HTTPBasic: user, password: password) .response

jopen 2015-07-28   55803   0

如何为 Spring Security 编写认证提供者 经验

AuthenticationProvider { @Override public Authentication authenticate(Authentication authentication) throws AuthenticationException

jopen 2013-06-05   19467   0

Swift 语言的 HTTP 网络开发工具包:Alamofire 经验

"https://httpbin.org/basic-auth/\(user)/\(password)") .authenticate(HTTPBasic: user, password: password) .response

jopen 2014-08-01   74327   0

使用jvisualvm来远程观察Java程序 经验

jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false 这里是jxm remote使用的端口。大家可以随意改成自己想要的端口。

jopen 2014-01-26   52953   0
1 2 3 4 5 6 7 8 9 10