Re: OAuth2 Implementation

2016-08-02 Thread Sergey Beryozkin
f.rs.security.oauth2.services.AccessTokenValidatorService.getTokenValidationInfo(AccessTokenValidatorService.java:40) Please suggest. -- View this message in context: http://cxf.547215.n5.nabble.com/OAuth2-Implementation-tp5746401p5770932.html Sent from the cxf-user mailing list archive at Nabble.com. -- Sergey Beryozkin Tal

Re: OAuth2 Implementation

2016-08-01 Thread chandra shekhar
tTokenValidationInfo(AccessTokenValidatorService.java:40) Please suggest. -- View this message in context: http://cxf.547215.n5.nabble.com/OAuth2-Implementation-tp5746401p5770932.html Sent from the cxf-user mailing list archive at Nabble.com.

Re: OAuth2 Implementation

2014-07-14 Thread Sergey Beryozkin
Hi Jason, On 14/07/14 06:06, Jason Chaffee wrote: I am trying to use the AccessTokenVaidatorService, but I keep running into a problem of the UserPrincipal being null. @Path(validate) public class AccessTokenValidatorService extends AbstractAccessTokenValidator { @POST

OAuth2 Implementation

2014-07-13 Thread Jason Chaffee
I am trying to use the AccessTokenVaidatorService, but I keep running into a problem of the UserPrincipal being null. @Path(validate) public class AccessTokenValidatorService extends AbstractAccessTokenValidator { @POST @Produces({MediaType.APPLICATION_XML, MediaType.APPLICATION_JSON })