All Downloads are FREE. Search and download functionalities are using the official Maven repository.

dev.galasa.zossecurity.internal.properties.SetroptsDelay Maven / Gradle / Ivy

The newest version!
/*
 * Copyright contributors to the Galasa project
 *
 * SPDX-License-Identifier: EPL-2.0
 */
package dev.galasa.zossecurity.internal.properties;

import dev.galasa.framework.spi.cps.CpsProperties;
import dev.galasa.zossecurity.ZosSecurityManagerException;

/**
 * zOS Security Setropts Delay
 */
public class SetroptsDelay extends CpsProperties {
    
    public static int get() throws ZosSecurityManagerException {
        return getIntWithDefault(ZosSecurityPropertiesSingleton.cps(), 5000, "setropts", "delay");
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy