Feb 8, 2011 11:56:49 AM com.sun.xml.internal.messaging.saaj.client.p2p.HttpSOAPC onnection post SEVERE: SAAJ0009: Message send failed
I have many EJBs with my business methods. These methods use @RolesAllowed annotation to check if user can execute this method.
I would like to use @Restrict in seam application. One of my scenario contains a series of 开发者_运维问答actions. Do i need to restrict each and every action or only the starting action? All the acti
Here is my problem: I can\'t find any document on cross domain authentication with java+kerberos. I have to authenticate against distant LDAP on other realm.
I\'m trying to integrate Web SSO via JAAS in my web application under Apache Tomcat. I\'ve worked through Apache documentation and other stuff to get inside.
I need to provide password for keystore in my EJB but I don\'t want it to be visible to developers. My idea was to create Authentication Alias in Websphere Console and later lookup for MY_ALIAS and ob
I have configured Glassfish 3.0 to use an OpenDS 2.2 directory for user authentication using the ldap realm. User authentication works fine (I\'m using a web application with form-login configured), h
I have configured a form based log in in my JSF 2.0 Application on GlassFish 3 server, using a custom Realm. What is the simpliest way of getting information about a logged in user, i.e. the users nam
I have a custom Authenticator in Weblogic 10.3 that I\'m using and having problems. When a user connects and authenticates over HTTP everything functions fine. However if the connection is a JMX-RMI
I am trying to retrieve the Sub开发者_开发技巧ject that is currently executing a Privileged Action under the JAAS framework, in order to be able to extract its principals. Basically, I need to verify