Uses of Enum Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.app.config.rev160707.PathType
Packages that use PathType
Package
Description
-
Uses of PathType in org.opendaylight.protocol.pcep.impl.tls
Methods in org.opendaylight.protocol.pcep.impl.tls with parameters of type PathTypeModifier and TypeMethodDescriptionstatic InputStreamSslKeyStore.asInputStream(String filename, PathType pathType) InputStream instance of key - key location is on classpath or specific path. -
Uses of PathType in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.app.config.rev160707
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.app.config.rev160707 that return PathTypeModifier and TypeMethodDescriptionstatic @Nullable PathTypeReturn the enumeration member whosegetName()matches specified assigned name.static @Nullable PathTypePathType.forValue(int intValue) Return the enumeration member whosegetIntValue()matches specified value.static @NonNull PathTypeReturn the enumeration member whosegetName()matches specified assigned name.static @NonNull PathTypePathType.ofValue(int intValue) Return the enumeration member whosegetIntValue()matches specified value.static PathTypeReturns the enum constant of this class with the specified name.static PathType[]PathType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of PathType in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.app.config.rev160707.pcep.dispatcher.config
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.app.config.rev160707.pcep.dispatcher.config that return PathTypeModifier and TypeMethodDescriptionTls.getKeystorePathType()Return keystorePathType, ornullif it is not present.TlsBuilder.getKeystorePathType()Return current value associated with the property corresponding toTls.getKeystorePathType().Tls.getTruststorePathType()Return truststorePathType, ornullif it is not present.TlsBuilder.getTruststorePathType()Return current value associated with the property corresponding toTls.getTruststorePathType().default @NonNull PathTypeTls.requireKeystorePathType()Return keystorePathType, guaranteed to be non-null.default @NonNull PathTypeReturn truststorePathType, guaranteed to be non-null.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.app.config.rev160707.pcep.dispatcher.config with parameters of type PathTypeModifier and TypeMethodDescriptionTlsBuilder.setKeystorePathType(PathType value) Set the property corresponding toTls.getKeystorePathType()to the specified value.TlsBuilder.setTruststorePathType(PathType value) Set the property corresponding toTls.getTruststorePathType()to the specified value.