Uses of Package
net.shibboleth.utilities.java.support.annotation.constraint
-
Packages that use net.shibboleth.utilities.java.support.annotation.constraint Package Description net.shibboleth.utilities.java.support.codec A set of helper functions for encoding/decoding data to/from different formats.net.shibboleth.utilities.java.support.collection Additional implementations of, and helpers for working with, collections.net.shibboleth.utilities.java.support.component Set of interfaces used to describe basic features of "components" or "modules" within a larger system.net.shibboleth.utilities.java.support.httpclient Classes for working with Apache HttpClient.net.shibboleth.utilities.java.support.logic Classes that represent basic first order logic concepts.net.shibboleth.utilities.java.support.net Classes for working with HTTP URLs and the protocol.net.shibboleth.utilities.java.support.primitive A set of utilities dealing with Java's primitive types.net.shibboleth.utilities.java.support.resolver Interfaces for searching over data.net.shibboleth.utilities.java.support.scripting Classes for working with JSR-223 scripting environments.net.shibboleth.utilities.java.support.security Helpers for common security related tasks.net.shibboleth.utilities.java.support.security.impl Implementations of security interfaces.net.shibboleth.utilities.java.support.service Service support for Shibboleth projects.net.shibboleth.utilities.java.support.velocity Classes for working with Apache Velocity.net.shibboleth.utilities.java.support.xml A set of helper functions for performing actions on DOM nodes. -
Classes in net.shibboleth.utilities.java.support.annotation.constraint used by net.shibboleth.utilities.java.support.codec Class Description NotEmpty Indicates that the annotated array, string, collection, or other object is not empty. -
Classes in net.shibboleth.utilities.java.support.annotation.constraint used by net.shibboleth.utilities.java.support.collection Class Description Live Indicates that the annotated object is "live" and that changes made to it will be reflected in its "owner" and vice versa.NonnullElements Indicates that the annotated collection cannot contain any null elements: Input collections as parameters MUST NOT contain any null elements. Collections returned by methods WILL NOT contain any null elements, and if mutable, callers MUST NOT add a null element.Unmodifiable Indicates that the annotated object cannot be modified. -
Classes in net.shibboleth.utilities.java.support.annotation.constraint used by net.shibboleth.utilities.java.support.component Class Description NonnullAfterInit Indicates that the annotated item will not be null after initialization of its containing component.NotEmpty Indicates that the annotated array, string, collection, or other object is not empty. -
Classes in net.shibboleth.utilities.java.support.annotation.constraint used by net.shibboleth.utilities.java.support.httpclient Class Description NonnullElements Indicates that the annotated collection cannot contain any null elements: Input collections as parameters MUST NOT contain any null elements. Collections returned by methods WILL NOT contain any null elements, and if mutable, callers MUST NOT add a null element.NotEmpty Indicates that the annotated array, string, collection, or other object is not empty.NotLive Indicates that the annotated object is not "live" and that changes made to it will not be reflected in its "owner" and vice versa.Unmodifiable Indicates that the annotated object cannot be modified. -
Classes in net.shibboleth.utilities.java.support.annotation.constraint used by net.shibboleth.utilities.java.support.logic Class Description NotEmpty Indicates that the annotated array, string, collection, or other object is not empty. -
Classes in net.shibboleth.utilities.java.support.annotation.constraint used by net.shibboleth.utilities.java.support.net Class Description Live Indicates that the annotated object is "live" and that changes made to it will be reflected in its "owner" and vice versa.NonnullAfterInit Indicates that the annotated item will not be null after initialization of its containing component.NonnullElements Indicates that the annotated collection cannot contain any null elements: Input collections as parameters MUST NOT contain any null elements. Collections returned by methods WILL NOT contain any null elements, and if mutable, callers MUST NOT add a null element.NotEmpty Indicates that the annotated array, string, collection, or other object is not empty.Unmodifiable Indicates that the annotated object cannot be modified. -
Classes in net.shibboleth.utilities.java.support.annotation.constraint used by net.shibboleth.utilities.java.support.primitive Class Description NonnullElements Indicates that the annotated collection cannot contain any null elements: Input collections as parameters MUST NOT contain any null elements. Collections returned by methods WILL NOT contain any null elements, and if mutable, callers MUST NOT add a null element.NotEmpty Indicates that the annotated array, string, collection, or other object is not empty.NullableElements Indicates that the annotated collection may contain null elements and, if mutable, null elements may be added to it safely. -
Classes in net.shibboleth.utilities.java.support.annotation.constraint used by net.shibboleth.utilities.java.support.resolver Class Description NonnullElements Indicates that the annotated collection cannot contain any null elements: Input collections as parameters MUST NOT contain any null elements. Collections returned by methods WILL NOT contain any null elements, and if mutable, callers MUST NOT add a null element. -
Classes in net.shibboleth.utilities.java.support.annotation.constraint used by net.shibboleth.utilities.java.support.scripting Class Description NonnullAfterInit Indicates that the annotated item will not be null after initialization of its containing component.NotEmpty Indicates that the annotated array, string, collection, or other object is not empty. -
Classes in net.shibboleth.utilities.java.support.annotation.constraint used by net.shibboleth.utilities.java.support.security Class Description NonnullAfterInit Indicates that the annotated item will not be null after initialization of its containing component.NonnullElements Indicates that the annotated collection cannot contain any null elements: Input collections as parameters MUST NOT contain any null elements. Collections returned by methods WILL NOT contain any null elements, and if mutable, callers MUST NOT add a null element.NotEmpty Indicates that the annotated array, string, collection, or other object is not empty.Positive Indicates that the annotated item will be positive (i.e., greater than zero). -
Classes in net.shibboleth.utilities.java.support.annotation.constraint used by net.shibboleth.utilities.java.support.security.impl Class Description NonNegative Indicates that the annotated item will be non-negative (i.e., greater than or equal to zero).NonnullAfterInit Indicates that the annotated item will not be null after initialization of its containing component.NonnullElements Indicates that the annotated collection cannot contain any null elements: Input collections as parameters MUST NOT contain any null elements. Collections returned by methods WILL NOT contain any null elements, and if mutable, callers MUST NOT add a null element.NotEmpty Indicates that the annotated array, string, collection, or other object is not empty. -
Classes in net.shibboleth.utilities.java.support.annotation.constraint used by net.shibboleth.utilities.java.support.service Class Description NotEmpty Indicates that the annotated array, string, collection, or other object is not empty. -
Classes in net.shibboleth.utilities.java.support.annotation.constraint used by net.shibboleth.utilities.java.support.velocity Class Description NotEmpty Indicates that the annotated array, string, collection, or other object is not empty. -
Classes in net.shibboleth.utilities.java.support.annotation.constraint used by net.shibboleth.utilities.java.support.xml Class Description NonnullElements Indicates that the annotated collection cannot contain any null elements: Input collections as parameters MUST NOT contain any null elements. Collections returned by methods WILL NOT contain any null elements, and if mutable, callers MUST NOT add a null element.NotEmpty Indicates that the annotated array, string, collection, or other object is not empty.NullableElements Indicates that the annotated collection may contain null elements and, if mutable, null elements may be added to it safely.Unmodifiable Indicates that the annotated object cannot be modified.