Class ClaimsAuthorizingInterceptor

java.lang.Object
org.apache.cxf.phase.AbstractPhaseInterceptor<Message>
org.apache.cxf.rt.security.claims.interceptor.ClaimsAuthorizingInterceptor
All Implemented Interfaces:
Interceptor<Message>, PhaseInterceptor<Message>

public class ClaimsAuthorizingInterceptor extends AbstractPhaseInterceptor<Message>
  • Constructor Details

    • ClaimsAuthorizingInterceptor

      public ClaimsAuthorizingInterceptor()
  • Method Details

    • handleMessage

      public void handleMessage(Message message) throws Fault
      Description copied from interface: Interceptor
      Intercepts a message. Interceptors should NOT invoke handleMessage or handleFault on the next interceptor - the interceptor chain will take care of this.
      Throws:
      Fault
    • setClaims

      public void setClaims(Map<String,List<ClaimBean>> claimsMap)
    • authorize

      protected boolean authorize(ClaimsSecurityContext sc, Method method)
    • setSecuredObject

      public void setSecuredObject(Object object)
    • findClaims

      protected void findClaims(Class<?> cls)
    • setNameAliases

      public void setNameAliases(Map<String,String> nameAliases)
    • setFormatAliases

      public void setFormatAliases(Map<String,String> formatAliases)