Class RoleClaimsCallbackHandler
- java.lang.Object
-
- org.apache.cxf.ws.security.trust.claims.RoleClaimsCallbackHandler
-
- All Implemented Interfaces:
CallbackHandler
public class RoleClaimsCallbackHandler extends Object implements CallbackHandler
This CallbackHandler implementation creates a Claims Element for a "role" ClaimType and stores it on the ClaimsCallback object.
-
-
Constructor Summary
Constructors Constructor Description RoleClaimsCallbackHandler()
-
-
-
Method Detail
-
handle
public void handle(Callback[] callbacks) throws IOException, UnsupportedCallbackException
- Specified by:
handlein interfaceCallbackHandler- Throws:
IOExceptionUnsupportedCallbackException
-
-