Uses of Class
net.shibboleth.utilities.java.support.annotation.constraint.Live
-
Packages that use Live Package Description net.shibboleth.utilities.java.support.collection Additional implementations of, and helpers for working with, collections.net.shibboleth.utilities.java.support.net Classes for working with HTTP URLs and the protocol. -
-
Uses of Live in net.shibboleth.utilities.java.support.collection
Methods in net.shibboleth.utilities.java.support.collection with annotations of type Live Modifier and Type Method Description <T> List<T>ClassToInstanceMultiMap. get(Class<T> type)Gets the instances mapped to the given type or an empty list.<T> List<T>LockableClassToInstanceMultiMap. getWithLock(Class<T> type)Convenience method which executes the like-named method from superclassClassToInstanceMultiMapunder a read lock.Set<Class<?>>ClassToInstanceMultiMap. keys()Gets the set of keys contained in this map.Set<Class<?>>LockableClassToInstanceMultiMap. keysWithLock()Convenience method which executes the like-named method from superclassClassToInstanceMultiMapunder a read lock.Collection<? extends B>ClassToInstanceMultiMap. values()The collection of values currently present in the map.Collection<? extends B>LockableClassToInstanceMultiMap. valuesWithLock()Convenience method which executes the like-named method from superclassClassToInstanceMultiMapunder a read lock. -
Uses of Live in net.shibboleth.utilities.java.support.net
Methods in net.shibboleth.utilities.java.support.net with annotations of type Live Modifier and Type Method Description protected Map<String,javax.servlet.http.Cookie>CookieBufferingFilter.CookieBufferingHttpServletResponseProxy. getCookies()Get the map of cookies that will be set.
-