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.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.service |
Service support for Shibbleth projects.
A service is something reloads instances of serviceable components. |
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.
|
Class and Description |
---|
NotEmpty
Indicates that the annotated array, string, collection, or other object is not empty.
|
Class and 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.
|
Class and Description |
---|
NotEmpty
Indicates that the annotated array, string, collection, or other object is not empty.
|
Class and 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.
|
Class and 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.
|
Class and 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.
|
NullableElements
Indicates that the annotated collection may contain null elements and, if mutable, null
elements may be added to it safely.
|
Class and 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.
|
Class and Description |
---|
NotEmpty
Indicates that the annotated array, string, collection, or other object is not empty.
|
Class and 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.
|
Positive
Indicates that the annotated item will be positive (i.e., greater than zero).
|
Class and Description |
---|
NotEmpty
Indicates that the annotated array, string, collection, or other object is not empty.
|
Class and Description |
---|
NotEmpty
Indicates that the annotated array, string, collection, or other object is not empty.
|
Class and 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.
|
Copyright © 1999–2018. All rights reserved.