Re: Auto discover providers JAXRSServerFactoryBean

2015-10-02 Thread Peter De Winter
be expanded, Andriy Redko worked on having Application and/or > providers optionally auto-discovered without Spring (per 2.0 spec). > > Perhaps we need to spend more time on expanding a Spring Boot section too, > given that we have a utility code support for @Bean, etc > > Sergey

Auto discover providers JAXRSServerFactoryBean

2015-10-01 Thread Peter De Winter
Hello all, In regards to https://issues.apache.org/jira/browse/CXF-4199 I would like to investigate auto discovery for providers and resource endpoints. It's kind of difficult to identify the solution which was implemented. Is there any documentation or example to read? -- View this messag

Re: Wal grammar, xs:anyType

2015-03-25 Thread Peter De Winter
Hello Sergey, > Op 25-mrt.-2015, om 13:48 heeft Sergey Beryozkin het > volgende geschreven: > > Hi > On 24/03/15 20:29, Peter De Winter wrote: >> Hello, >> >> I have a question regarding marshaling with a provider using jaxb >> annotations with JAX-RS.

Wal grammar, xs:anyType

2015-03-24 Thread Peter De Winter
ks in advance. Met vriendelijke groeten - Cordialement - Best Regards - Mit freundlichen Grüßen Peter De Winter | technical lead +32 2 421 46 93 | +32 2 420 33 15 | peter.de.win...@m-team.be <mailto:peter.de.win...@m-team.be> M-team asbl/vzw | Route de Lennik/Lenniksebaan 788 b1

Oauth2 implicit fragment access_token

2014-12-18 Thread Peter De Winter
Hello all, Short question on the implicit flow with jax-rs. The redirect url with the fragment contains an access_token attribute. Contains a access-token but no secret. So how do you get by the HawkTokenValidator if you have no secret to generate the correct Mac (sha-256) on the client agent? T

Implicit flow Question

2014-12-18 Thread Peter De Winter
Hello all, Short question on the implicit flow with jax-rs. The redirect url with the fragment contains an access_token attribute. Contains a access-token but no secret. So how do you get by the HawkTokenValidator if you have no secret to generate the correct Mac (sha-256) on the client agent?

CXF building blocks

2014-11-28 Thread Peter De Winter
uot;. Is there a location where I would be able to see these providers actually being "called"? There is also one provider that I don't get OAuthRequestFilter. Is it a provider or filter? Thank you for any clarification. Peter De Winter

OAuth2 RedirectionBasedGrantService

2014-11-13 Thread Peter De Winter
for any help! Met vriendelijke groet/Regards/Cordialement , Peter De Winter

CXF JAX-RS OAUTH2 audiences, why bean property based check in handleTokenRequest?

2014-03-25 Thread Peter De Winter
Hello, Looking at the current implementation we have noticed there are multiple checks happening on audiences on handling a token request. One of the checks raises some questions for us. The handleTokenRequest method in AccessTokenService has check being done on the presence of the audience passed

CXF oaut2 token

2014-03-22 Thread Peter De Winter
Hello, A small question regarding OAuth2 ServerAccesToken encryption. Just to be sure The documentation states: /CXF 3.0.0-milestone2 introduces the utility support for encrypting the state of BearerAccessToken and RefreshToken./ Since ModelEncryptionSupport can encrypt/decrypt ServerAccessToke