if (PassiveRequestorConstants.REQUESTOR_ACTION_SIGNIN_10.equals(action)) {
return new SigningRequestProcessor();
}
if (PassiveRequestorConstants.REQUESTOR_ACTION_SIGNOUT_10.equals(action)) {
return new SignoutRequestProcessor();
}
if (PassiveRequestorConstants.REQUESTOR_ACTION_ATTRIBUTES_10.equals(action)) {
return new AttributeRequestProcessor();
}