Uses of Annotation Interface
net.shibboleth.shared.annotation.constraint.Positive
Packages that use Positive
Package
Description
Implementations of security interfaces.
Classes supporting testing of other classes.
-
Uses of Positive in net.shibboleth.shared.security.impl
Fields in net.shibboleth.shared.security.impl with annotations of type PositiveModifier and TypeFieldDescriptionprivate intSelfSignedCertificateGenerator.CommandLineArgs.certificateLifetimeCertificate lifetime.private intBasicKeystoreKeyStrategyTool.CommandLineArgs.keyCountKey count.private intBasicKeystoreKeyStrategyTool.CommandLineArgs.keySizeKey size.private intSelfSignedCertificateGenerator.CommandLineArgs.keySizeKey size.Method parameters in net.shibboleth.shared.security.impl with annotations of type PositiveModifier and TypeMethodDescriptionvoidSelfSignedCertificateGenerator.setCertificateLifetime(int lifetime) Set the number of years for which the certificate will be valid.voidBasicKeystoreKeyStrategyTool.setKeyCount(int count) Set the number of keys to maintain.voidBasicKeystoreKeyStrategyTool.setKeySize(int size) Set the size of the generated key.voidSelfSignedCertificateGenerator.setKeySize(int size) Set the size of the generated key. -
Uses of Positive in net.shibboleth.shared.testing
Constructor parameters in net.shibboleth.shared.testing with annotations of type PositiveModifierConstructorDescriptionInMemoryDirectory(String[] baseDNs, Resource ldif, int port) Constructor without STARTTLS support.InMemoryDirectory(String[] baseDNs, Resource ldif, int port, boolean requireAuthForSearch) Constructor without STARTTLS support.InMemoryDirectory(String[] baseDNs, Resource ldif, int port, boolean requireAuthForSearch, Resource keystore, Optional<Resource> truststore) Constructor with STARTTLS support.InMemoryDirectory(String[] baseDNs, Resource ldif, int port, Resource keystore, Optional<Resource> truststore) Constructor with STARTTLS support.