Package org.sklsft.commons.rest.security.access


package org.sklsft.commons.rest.security.access
  • Class
    Description
    This class will : Extract the token with @{link TokenExtractor} Give a security context with the SecurityContextProvider
    Different Access control types provided by annotation AccessControl PUBLIC : no control should be done ANONYMOUS : the only secretKey will be checked PRIVATE : both secretKey and token will be checked