org.apache.cxf.ws.security.trust.claims
Class RoleClaimsCallbackHandler

java.lang.Object
  extended by 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
RoleClaimsCallbackHandler()
           
 
Method Summary
 void handle(Callback[] callbacks)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoleClaimsCallbackHandler

public RoleClaimsCallbackHandler()
Method Detail

handle

public void handle(Callback[] callbacks)
            throws IOException,
                   UnsupportedCallbackException
Specified by:
handle in interface CallbackHandler
Throws:
IOException
UnsupportedCallbackException


Apache CXF