Uses of Class
org.surfnet.oaaas.model.AbstractEntity

Packages that use AbstractEntity
org.surfnet.oaaas.model   
org.surfnet.oaaas.model.validation   
org.surfnet.oaaas.resource.resourceserver   
 

Uses of AbstractEntity in org.surfnet.oaaas.model
 

Subclasses of AbstractEntity in org.surfnet.oaaas.model
 class AccessToken
          Representation of an AccessToken
 class AuthorizationRequest
          A representation of an AuthorizationRequest.
 class Client
          Represents a Client as defined by the OAuth 2 specification:
 class ResourceServer
          Representation of the server hosting the protected resources, capable of accepting and responding to protected resource requests using access tokens.
 

Uses of AbstractEntity in org.surfnet.oaaas.model.validation
 

Methods in org.surfnet.oaaas.model.validation with parameters of type AbstractEntity
 boolean AbstractEntityValidator.isValid(AbstractEntity entity, javax.validation.ConstraintValidatorContext context)
           
 

Uses of AbstractEntity in org.surfnet.oaaas.resource.resourceserver
 

Methods in org.surfnet.oaaas.resource.resourceserver with parameters of type AbstractEntity
protected  void AbstractResource.validate(AbstractEntity entity)
           
 



Copyright © 2012-2013 SURFnet bv, The Netherlands. All Rights Reserved.