Class RemoteServiceAttributeValidator


  • public class RemoteServiceAttributeValidator
    extends Object
    This class makes a JAX-RPC calls to server to validate attribute values.
    • Method Detail

      • validate

        public static boolean validate​(SSOToken token,
                                       String clazz,
                                       Set values)
                                throws SMSException
        Validates a set of values.
        Parameters:
        token - Single Sign On token.
        clazz - Validator class.
        values - Set of values to be validated.
        Returns:
        true if the set of values is valid.
        Throws:
        SMSException - if unable to connect to server.