spring-security-kerberos icon indicating copy to clipboard operation
spring-security-kerberos copied to clipboard

Java Configuration Support

Open rwinch opened this issue 10 years ago • 4 comments

rwinch avatar Feb 20 '15 21:02 rwinch

Should we target this beyond 1.0.0.RELEASE order to get through milestone/rc asap? Only new features I'm currently adding is a better test support and RestTemplate #9.

jvalkeal avatar Feb 26 '15 10:02 jvalkeal

Could we at least document an example java config as of the 1.0.0 release, I have one that works now but would have saved a world of pain if I'd started with an example.

RobMaskell avatar Feb 26 '15 13:02 RobMaskell

Yes, I'm planning to add samples which uses javaconfig and I can add those instructions to docs. I think what @rwinch meant was a specific javaconfig classes so that you'd have same type of functionality compared to spring security where you can just use adapter classes and you don't really need to add any @Beans directly to @Configuration classes.

jvalkeal avatar Feb 26 '15 13:02 jvalkeal

@jvalkeal Yes creating the Java Configuration can wait till after a 1.0

rwinch avatar Feb 26 '15 15:02 rwinch