Re: Propagation of Subject with JAAS and SecurityManager enabled

2017-03-08 Thread kommersz
the principal is reliably passed around, it could be used. Thanks, Gabor kommersz írta: >Hi, > >I am playing around with the following things: > - X.509 authentication >- Security Manager enabled >- Custom JAAS login module via JAASRealm > >My custom JAAS login module

Propagation of Subject with JAAS and SecurityManager enabled

2017-02-24 Thread kommersz
Hi, I am playing around with the following things: - X.509 authentication - Security Manager enabled - Custom JAAS login module via JAASRealm My custom JAAS login module properly propagates a javax.security.auth.Subject instance at commit() back. My aim is to use this javax.security.auth.Subjec

Re: Propagation of Subject with JAAS and SecurityManager enabled

2017-02-22 Thread kommersz
ap options) {log.debug("Init");// Save configuration values this.subject = subject; did you verify you are passing valid subject to initialize method of JAASMemoryLoginModule > ? >Martin >__ From: kommersz > >Sent: We

Propagation of Subject with JAAS and SecurityManager enabled

2017-02-22 Thread kommersz
(noticed that my previous post on the same was somewhat garbled - reposting reformatted) Hi, I am playing around with the following things: - X.509 authentication- Security Manager enabled- Custom JAAS login module via JAASRealm My custom JAAS login module properly propagates a javax.security.a

Propagation of Subject with JAAS and SecurityManager enabled

2017-02-20 Thread kommersz
Hi, I am playing around with the following things:- X.509 authentication- Security Manager enabled- Custom JAAS login module via JAASRealm My custom JAAS login module properly propagates a javax.security.auth.Subject instance at commit() back. My aim is to use this javax.security.auth.Subject as