Apache CXF API

Uses of Interface
org.apache.cxf.rs.security.oauth2.provider.AccessTokenValidator

Packages that use AccessTokenValidator
org.apache.cxf.rs.security.oauth2.filters   
 

Uses of AccessTokenValidator in org.apache.cxf.rs.security.oauth2.filters
 

Methods in org.apache.cxf.rs.security.oauth2.filters that return AccessTokenValidator
protected  AccessTokenValidator OAuthRequestFilter.findTokenHandler(String authScheme)
           
 

Method parameters in org.apache.cxf.rs.security.oauth2.filters with type arguments of type AccessTokenValidator
 void OAuthRequestFilter.setGrantHandlers(List<AccessTokenValidator> handlers)
           
 


Apache CXF API

Apache CXF