glassfishrobot

Results 2829 comments of glassfishrobot

@mjremijan Commented I have an additional update on this. I was playing around with them `IdentityStore` implementation. If found that if my `validate` method looks like this: `public CredentialValidationResult validate(TestCredential...

@arjantijms Commented By using the `@Override public CredentialValidationResult validate(Credential credential) { ... }` version you override the convenience method that does this type case essentially for you. It's this default...

@mjremijan Commented After changing my code to use the exact method signature `@Override public CredentialValidationResult validate(Credential credential) { ... }` it's working fine in both "GlassFish Server Open Source Edition...

* **Issue Imported From:** https://github.com/javaee/security-soteria/issues/123 * **Original Issue Raised By:**@ggam * **Original Issue Assigned To:** Unassigned

@arjantijms Commented I agree. Indeed, the special xyzExpression attributes MUST either be empty or have a syntactical valid expression, everything else is an error.

@wmhopkins Commented Deferring this to the next release as #163 was incomplete and there's currently no activity on this issue.

* **Issue Imported From:** https://github.com/javaee/security-soteria/issues/71 * **Original Issue Raised By:**@rdebusscher * **Original Issue Assigned To:** Unassigned

@wmhopkins Commented Copying comments from description of duplicate issue #159: The SPI plugins, like `SubjectParser`, that `SecurityContext` depends on to return the correct values on various platforms need to be...

* **Issue Imported From:** https://github.com/javaee/security-soteria/issues/202 * **Original Issue Raised By:**@VincentMystery * **Original Issue Assigned To:** Unassigned

@VincentMystery Commented (P.S. I am running a wildfly 11.0.0 server, and here is the log output when it loops: ``` soteria.SecurityContextImpl.authenticate(SecurityContextImpl.java:106) at configuration.LoginBacking.login(LoginBacking.java:75) at sun.reflect.GeneratedMethodAccessor41.invoke(ReflectionUtil.java:181) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at...