Uses of Enum Class
net.shibboleth.metadata.validate.Validator.Action
Packages that use Validator.Action
Package
Description
Classes for validation of specific object types.
Classes for validation of network-related object types.
Validation classes for
String values.Validation classes for
URL values.Validation classes for X.509 certificate objects.
-
Uses of Validator.Action in net.shibboleth.metadata.validate
Methods in net.shibboleth.metadata.validate that return Validator.ActionModifier and TypeMethodDescriptiondefault Validator.ActionApply the validator to a value in the context of the givenItem.default Validator.ActionApply the validator to a value in the context of the givenItem.static Validator.ActionReturns the enum constant of this class with the specified name.static Validator.Action[]Validator.Action.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Validator.Action in net.shibboleth.metadata.validate.net
Methods in net.shibboleth.metadata.validate.net that return Validator.ActionModifier and TypeMethodDescriptionRejectDomainNameNotUnderPublicSuffixValidator.validate(InternetDomainName domain, Item<?> item, String callerId) RejectDomainNamePublicSuffixValidator.validate(InternetDomainName domain, Item<?> item, String callerId) -
Uses of Validator.Action in net.shibboleth.metadata.validate.string
Methods in net.shibboleth.metadata.validate.string that return Validator.ActionModifier and TypeMethodDescription -
Uses of Validator.Action in net.shibboleth.metadata.validate.url
Methods in net.shibboleth.metadata.validate.url that return Validator.ActionModifier and TypeMethodDescription -
Uses of Validator.Action in net.shibboleth.metadata.validate.x509
Fields in net.shibboleth.metadata.validate.x509 declared as Validator.ActionModifier and TypeFieldDescriptionprivate Validator.ActionX509DSADetector.actionValidator.Actionto return when a DSA key is detected.Methods in net.shibboleth.metadata.validate.x509 that return Validator.ActionModifier and TypeMethodDescriptionfinal Validator.ActionX509DSADetector.getAction()Returns theValidator.Actionto be returned if a DSA key is detected.AbstractX509Validator.validate(X509Certificate cert, Item<?> item, String callerId) X509DSADetector.validate(X509Certificate cert, Item<?> item, String callerId) Methods in net.shibboleth.metadata.validate.x509 with parameters of type Validator.ActionModifier and TypeMethodDescriptionvoidX509DSADetector.setAction(Validator.Action newAction) Sets theValidator.Actionto be returned if a DSA key is detected.