Class ClaimsAuthorizingInterceptor
java.lang.Object
org.apache.cxf.phase.AbstractPhaseInterceptor<org.apache.cxf.message.Message>
org.apache.cxf.rt.security.claims.interceptor.ClaimsAuthorizingInterceptor
- All Implemented Interfaces:
org.apache.cxf.interceptor.Interceptor<org.apache.cxf.message.Message>,org.apache.cxf.phase.PhaseInterceptor<org.apache.cxf.message.Message>
public class ClaimsAuthorizingInterceptor
extends org.apache.cxf.phase.AbstractPhaseInterceptor<org.apache.cxf.message.Message>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanauthorize(ClaimsSecurityContext sc, Method method) protected voidfindClaims(Class<?> cls) voidhandleMessage(org.apache.cxf.message.Message message) voidvoidsetFormatAliases(Map<String, String> formatAliases) voidsetNameAliases(Map<String, String> nameAliases) voidsetSecuredObject(Object object) Methods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptor
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore
-
Constructor Details
-
ClaimsAuthorizingInterceptor
public ClaimsAuthorizingInterceptor()
-
-
Method Details
-
handleMessage
public void handleMessage(org.apache.cxf.message.Message message) throws org.apache.cxf.interceptor.Fault - Throws:
org.apache.cxf.interceptor.Fault
-
setClaims
-
authorize
-
setSecuredObject
-
findClaims
-
setNameAliases
-
setFormatAliases
-