- G - Static variable in interface org.picketlink.common.constants.WSTrustConstants.XMLDSig
-
- GeneralConstants - Interface in org.picketlink.common.constants
-
Constants
- get() - Method in enum org.picketlink.common.constants.JBossSAMLConstants
-
- get() - Method in enum org.picketlink.common.constants.JBossSAMLURIConstants
-
- getActualTypeArguments() - Method in class org.picketlink.common.reflection.ParameterizedTypeImpl
-
- getActualTypeArguments(Class<?>) - Static method in class org.picketlink.common.reflection.Reflections
-
Gets the actual type arguments of a class
- getActualTypeArguments(Type) - Static method in class org.picketlink.common.reflection.Reflections
-
Gets the actual type arguments of a Type
- getAlgorithm() - Method in class org.picketlink.common.random.DefaultSecureRandomProvider
-
- getAlias() - Method in enum org.picketlink.common.constants.SAMLAuthenticationContextClass
-
- getAllDeclaredConstructors(Class<?>) - Static method in class org.picketlink.common.reflection.Reflections
-
Get all the declared constructors on the class hierarchy.
- getAllDeclaredFields(Class<?>) - Static method in class org.picketlink.common.reflection.Reflections
-
Get all the declared fields on the class hierarchy.
- getAllDeclaredMethods(Class<?>) - Static method in class org.picketlink.common.reflection.Reflections
-
Get all the declared methods on the class hierarchy.
- getAnnotatedElement() - Method in interface org.picketlink.common.properties.FieldProperty
-
- getAnnotatedElement() - Method in interface org.picketlink.common.properties.MethodProperty
-
- getAnnotatedElement() - Method in interface org.picketlink.common.properties.Property
-
Get the element responsible for retrieving the property value
- getAnnotatedElement() - Method in class org.picketlink.common.properties.query.PropertyAdapter
-
- getAnnotationsWithMetaAnnotation(Set<Annotation>, Class<? extends Annotation>) - Static method in class org.picketlink.common.reflection.Reflections
-
Search for annotations with the specified meta annotation type
- getAttributeValue(Attribute) - Static method in class org.picketlink.common.util.StaxParserUtil
-
Given an Attribute
, get its trimmed value
- getAttributeValue(StartElement, String) - Static method in class org.picketlink.common.util.StaxParserUtil
-
Get the Attribute value
- getBaseType() - Method in interface org.picketlink.common.properties.Property
-
Returns the property type
- getBaseType() - Method in class org.picketlink.common.properties.query.PropertyAdapter
-
- getChildElement(Element, QName) - Static method in class org.picketlink.common.util.DocumentUtil
-
Get an child element from the parent element given its
QName
- getDeclaringClass() - Method in interface org.picketlink.common.properties.Property
-
Returns the class that declares the property
- getDeclaringClass() - Method in class org.picketlink.common.properties.query.PropertyAdapter
-
- getDocument(String) - Static method in class org.picketlink.common.util.DocumentUtil
-
Parse a document from the string
- getDocument(Reader) - Static method in class org.picketlink.common.util.DocumentUtil
-
Parse a document from a reader
- getDocument(File) - Static method in class org.picketlink.common.util.DocumentUtil
-
Get Document from a file
- getDocument(InputStream) - Static method in class org.picketlink.common.util.DocumentUtil
-
Get Document from an inputstream
- getDocumentAsString(Document) - Static method in class org.picketlink.common.util.DocumentUtil
-
Marshall a document into a String
- getDocumentFromSource(Source) - Static method in class org.picketlink.common.util.DocumentUtil
-
- getDOMElement(XMLEventReader) - Static method in class org.picketlink.common.util.StaxParserUtil
-
Given that the XMLEventReader
is in XMLStreamConstants.START_ELEMENT
mode, we parse into a DOM
Element
- getDOMElementAsString(Element) - Static method in class org.picketlink.common.util.DocumentUtil
-
Marshall a DOM Element as string
- getElement(Document, QName) - Static method in class org.picketlink.common.util.DocumentUtil
-
Get an element from the document given its
QName
- getElementText(XMLEventReader) - Static method in class org.picketlink.common.util.StaxParserUtil
-
Get the element text.
- getEndElementName(EndElement) - Static method in class org.picketlink.common.util.StaxParserUtil
-
Return the name of the end element
- getField(AnnotatedType<X>, Field) - Static method in class org.picketlink.common.reflection.Reflections
-
Search the annotatedType for the field, returning the AnnotatedField
- getFieldValue(Field, Object) - Static method in class org.picketlink.common.reflection.Reflections
-
- getFieldValue(Field, Object, Class<T>) - Static method in class org.picketlink.common.reflection.Reflections
-
Get the value of the field, on the specified instance, casting the value of the field to the expected type.
- getFirstResult() - Method in class org.picketlink.common.properties.query.PropertyQuery
-
Get the first result from the query, causing the query to be run.
- getFirstWritableResult() - Method in class org.picketlink.common.properties.query.PropertyQuery
-
Get the first result from the query that is not marked as read only, causing the query to be run.
- getFqn() - Method in enum org.picketlink.common.constants.SAMLAuthenticationContextClass
-
- getId() - Method in exception org.picketlink.common.exceptions.fed.AssertionExpiredException
-
- getJavaClass() - Method in interface org.picketlink.common.properties.Property
-
Returns the property type
- getJavaClass() - Method in class org.picketlink.common.properties.query.PropertyAdapter
-
- getKeyLength() - Method in class org.picketlink.common.random.DefaultSecureRandomProvider
-
- getLineColumnNumber(Location) - Static method in class org.picketlink.common.util.StaxParserUtil
-
Given a Location
, return a formatted string [lineNum,colNum]
- getLocation() - Method in exception org.picketlink.common.exceptions.ParsingException
-
- getLog(Class<T>, String) - Static method in class org.picketlink.common.logging.LogFactory
-
- getLogger() - Static method in class org.picketlink.common.PicketLinkLoggerFactory
-
- getMember() - Method in interface org.picketlink.common.properties.Property
-
Get the member responsible for retrieving the property value
- getMember() - Method in class org.picketlink.common.properties.query.PropertyAdapter
-
- getMemberType(Member) - Static method in class org.picketlink.common.reflection.Reflections
-
Get the type of the member
- getName() - Method in interface org.picketlink.common.properties.Property
-
Returns the name of the property.
- getName() - Method in class org.picketlink.common.properties.query.PropertyAdapter
-
- getNesting(Class<?>) - Static method in class org.picketlink.common.reflection.Reflections
-
- getNextEndElement(XMLEventReader) - Static method in class org.picketlink.common.util.StaxParserUtil
-
Get the next EndElement
- getNextEvent(XMLEventReader) - Static method in class org.picketlink.common.util.StaxParserUtil
-
Get the next xml event
- getNextStartElement(XMLEventReader) - Static method in class org.picketlink.common.util.StaxParserUtil
-
Get the next StartElement
- getNodeAsStream(Node) - Static method in class org.picketlink.common.util.DocumentUtil
-
Stream a DOM Node as an input stream
- getNodeAsString(Node) - Static method in class org.picketlink.common.util.DocumentUtil
-
Stream a DOM Node as a String
- getNodeFromSource(Source) - Static method in class org.picketlink.common.util.DocumentUtil
-
- getNodeWithAttribute(Document, String, String, String, String) - Static method in class org.picketlink.common.util.DocumentUtil
-
Given a document, return a Node with the given node name and an attribute with a particular attribute value
- getNonPrivateFinalMethodOrType(Class<?>) - Static method in class org.picketlink.common.reflection.Reflections
-
- getOwnerType() - Method in class org.picketlink.common.reflection.ParameterizedTypeImpl
-
- getPropertyName(Method) - Static method in class org.picketlink.common.reflection.Reflections
-
Gets the property name from a getter method.
- getQualifiers(Set<Annotation>, BeanManager) - Static method in class org.picketlink.common.reflection.Reflections
-
Extract any qualifiers from the set of annotations
- getRawType() - Method in class org.picketlink.common.reflection.ParameterizedTypeImpl
-
- getRawType(Type) - Static method in class org.picketlink.common.reflection.Reflections
-
Extract the raw type, given a type.
- getResolvedType() - Method in class org.picketlink.common.reflection.HierarchyDiscovery
-
- getResultList() - Method in class org.picketlink.common.properties.query.PropertyQuery
-
Get the result from the query, causing the query to be run.
- getSecureRandom() - Method in class org.picketlink.common.random.DefaultSecureRandomProvider
-
- getSecureRandom() - Method in interface org.picketlink.common.random.SecureRandomProvider
-
- getSingleResult() - Method in class org.picketlink.common.properties.query.PropertyQuery
-
Get a single result from the query, causing the query to be run.
- getSourceAsStream(Source) - Static method in class org.picketlink.common.util.DocumentUtil
-
- getStartElementName(StartElement) - Static method in class org.picketlink.common.util.StaxParserUtil
-
Return the name of the start element
- getStaxSourceToDomResultTransformer() - Static method in class org.picketlink.common.util.TransformerUtil
-
Get the Custom Stax Source to DOM result transformer that has been written to get over the JDK transformer bugs
(JDK6) as well as the issue of Xalan installing its Transformer (which does not support stax).
- getSystemProperty(String, String) - Static method in class org.picketlink.common.util.SystemPropertiesUtil
-
Get the System Property
- getSystemPropertyAsString(String) - Static method in class org.picketlink.common.util.StringUtil
-
Get the system property value if the string is of the format ${sysproperty}
- getTransformer() - Static method in class org.picketlink.common.util.TransformerUtil
-
Get the Default Transformer
- getTransformerFactory() - Static method in class org.picketlink.common.util.TransformerUtil
-
- getTypeClosure() - Method in class org.picketlink.common.reflection.HierarchyDiscovery
-
- getValue(Object) - Method in interface org.picketlink.common.properties.Property
-
Returns the property value for the specified bean.
- getValue(Object) - Method in class org.picketlink.common.properties.query.PropertyAdapter
-
- getWritableResultList() - Method in class org.picketlink.common.properties.query.PropertyQuery
-
Get the non read only results from the query, causing the query to be run.
- getWritableSingleResult() - Method in class org.picketlink.common.properties.query.PropertyQuery
-
Get a single result from the query that is not marked as read only, causing the query to be run.
- getXMLEventReader(InputStream) - Static method in class org.picketlink.common.util.StaxParserUtil
-
Get the XML event reader
- getXMLEventWriter(OutputStream) - Static method in class org.picketlink.common.util.StaxUtil
-
Get an XMLEventWriter
- getXMLInputFactory() - Method in class org.picketlink.common.parsers.AbstractParser
-
- getXMLSource(Document) - Static method in class org.picketlink.common.util.DocumentUtil
-
- getXMLStreamWriter(OutputStream) - Static method in class org.picketlink.common.util.StaxUtil
-
Get an XMLStreamWriter
- getXMLStreamWriter(Writer) - Static method in class org.picketlink.common.util.StaxUtil
-
Get an XMLStreamWriter
- getXMLStreamWriter(Result) - Static method in class org.picketlink.common.util.StaxUtil
-
- getXSITypeValue(StartElement) - Static method in class org.picketlink.common.util.StaxParserUtil
-
Given a start element, obtain the xsi:type defined
- GIVENNAME - Static variable in interface org.picketlink.common.constants.LDAPConstants
-
- GLOBAL_LOGOUT - Static variable in interface org.picketlink.common.constants.GeneralConstants
-
- GROUP_OF_ENTRIES - Static variable in interface org.picketlink.common.constants.LDAPConstants
-
- GROUP_OF_NAMES - Static variable in interface org.picketlink.common.constants.LDAPConstants
-
- GROUP_OF_UNIQUE_NAMES - Static variable in interface org.picketlink.common.constants.LDAPConstants
-
- GZIP - Static variable in class org.picketlink.common.util.Base64
-
Specify that data should be gzip-compressed.
- ID - Static variable in interface org.picketlink.common.constants.WSTrustConstants.WSSE
-
- id - Variable in exception org.picketlink.common.exceptions.fed.AssertionExpiredException
-
- IDENTITY_PARTICIPANT_STACK - Static variable in interface org.picketlink.common.constants.GeneralConstants
-
- IDENTITY_SERVER - Static variable in interface org.picketlink.common.constants.GeneralConstants
-
- IDP_AUTH_FAILED - Static variable in interface org.picketlink.common.ErrorCodes
-
- IDP_SSO_METADATA_DESCRIPTOR - Static variable in interface org.picketlink.common.constants.GeneralConstants
-
- IDP_WEBBROWSER_VALVE_ALREADY_STARTED - Static variable in interface org.picketlink.common.ErrorCodes
-
- IDP_WEBBROWSER_VALVE_CONF_FILE_MISSING - Static variable in interface org.picketlink.common.ErrorCodes
-
- IDP_WEBBROWSER_VALVE_NOT_STARTED - Static variable in interface org.picketlink.common.ErrorCodes
-
- IGNORE_SIGNATURES - Static variable in interface org.picketlink.common.constants.GeneralConstants
-
- ILLEGAL_METHOD_CALLED - Static variable in interface org.picketlink.common.ErrorCodes
-
- info(String) - Method in class org.picketlink.common.DefaultPicketLinkLogger
-
- info(String) - Method in interface org.picketlink.common.PicketLinkLogger
-
- INJECTED_VALUE_MISSING - Static variable in interface org.picketlink.common.ErrorCodes
-
- injectedValueMissing(String) - Method in class org.picketlink.common.DefaultPicketLinkLogger
-
- injectedValueMissing(String) - Method in interface org.picketlink.common.PicketLinkLogger
-
- INVALID_ASSERTION - Static variable in interface org.picketlink.common.ErrorCodes
-
- INVALID_DIGITAL_SIGNATURE - Static variable in interface org.picketlink.common.ErrorCodes
-
- INVALID_SECURITY - Static variable in interface org.picketlink.common.constants.WSTrustConstants
-
- INVALID_SECURITY_TOKEN - Static variable in interface org.picketlink.common.constants.WSTrustConstants
-
- invalidArgumentError(String) - Method in class org.picketlink.common.DefaultPicketLinkLogger
-
- invalidArgumentError(String) - Method in interface org.picketlink.common.PicketLinkLogger
-
- invokeMethod(Method, Object, Object...) - Static method in class org.picketlink.common.reflection.Reflections
-
Invoke the specified method on the provided instance, passing any additional arguments included in this
method as arguments to the specified method.
- invokeMethod(boolean, Method, Object, Object...) - Static method in class org.picketlink.common.reflection.Reflections
-
Invoke the specified method on the provided instance, passing any additional arguments included in this
method as arguments to the specified method.
- invokeMethod(Method, Class<T>, Object, Object...) - Static method in class org.picketlink.common.reflection.Reflections
-
Invoke the specified method on the provided instance, passing any additional arguments included in this
method as arguments to the specified method.
- invokeMethod(boolean, Method, Class<T>, Object, Object...) - Static method in class org.picketlink.common.reflection.Reflections
-
Invoke the method on the instance, with any arguments specified, casting the result of invoking the method to
the expected return type.
- isAbstract(Method) - Static method in class org.picketlink.common.reflection.Reflections
-
Checks if a method is abstract
- isAnnotationPresent(Class<? extends Annotation>) - Method in interface org.picketlink.common.properties.Property
-
Indicates whether the given annotation
is defined for this property.
- isAnnotationPresent(Class<? extends Annotation>) - Method in class org.picketlink.common.properties.query.PropertyAdapter
-
- isArrayType(Class<?>) - Static method in class org.picketlink.common.reflection.Reflections
-
Checks if raw type is array type
- isAssignableFrom(Class<?>, Type[], Class<?>, Type[]) - Static method in class org.picketlink.common.reflection.Reflections
-
Check the assignability of one type to another, taking into account the actual type arguements
- isAssignableFrom(Type[], Type[]) - Static method in class org.picketlink.common.reflection.Reflections
-
- isAssignableFrom(Type, Set<? extends Type>) - Static method in class org.picketlink.common.reflection.Reflections
-
- isAssignableFrom(Type, Type[]) - Static method in class org.picketlink.common.reflection.Reflections
-
- isAssignableFrom(Type, Type) - Static method in class org.picketlink.common.reflection.Reflections
-
- isAssignableFrom(Class<?>, Type[], Type) - Static method in class org.picketlink.common.reflection.Reflections
-
- isAssignableFrom(Set<Type>, Set<Type>) - Static method in class org.picketlink.common.reflection.Reflections
-
Check the assiginability of a set of flattened types.
- isAssignableFrom(Set<Type>, Type) - Static method in class org.picketlink.common.reflection.Reflections
-
Check the assignability of a set of flattened types.
- isAssignableFrom(Type[], Type) - Static method in class org.picketlink.common.reflection.Reflections
-
- isBindings(Annotation) - Static method in class org.picketlink.common.reflection.Reflections
-
Deprecated.
- isCacheable(Set<Annotation>) - Static method in class org.picketlink.common.reflection.Reflections
-
- isCacheable(Annotation[]) - Static method in class org.picketlink.common.reflection.Reflections
-
- isDebugEnabled() - Method in class org.picketlink.common.DefaultPicketLinkLogger
-
- isDebugEnabled() - Method in interface org.picketlink.common.PicketLinkLogger
-
- isFinal(Class<?>) - Static method in class org.picketlink.common.reflection.Reflections
-
Checks if class is final
- isFinal(Member) - Static method in class org.picketlink.common.reflection.Reflections
-
Checks if member is final
- isInfoEnabled() - Method in class org.picketlink.common.DefaultPicketLinkLogger
-
- isInfoEnabled() - Method in interface org.picketlink.common.PicketLinkLogger
-
Indicates if the logging level is set to INFO.
- isNotNull(String) - Static method in class org.picketlink.common.util.StringUtil
-
Check whether the passed string is null or empty
- isNullOrEmpty(String) - Static method in class org.picketlink.common.util.StringUtil
-
Check whether the string is null or empty
- isPackagePrivate(int) - Static method in class org.picketlink.common.reflection.Reflections
-
- isParamerterizedTypeWithWildcard(Class<?>) - Static method in class org.picketlink.common.reflection.Reflections
-
- isParameterizedType(Class<?>) - Static method in class org.picketlink.common.reflection.Reflections
-
Checks if type is parameterized type
- isPrivate(Member) - Static method in class org.picketlink.common.reflection.Reflections
-
Checks if member is private
- isProperty(Method) - Static method in class org.picketlink.common.properties.Properties
-
Indicates whether this method is a valid property method.
- isReadOnly() - Method in interface org.picketlink.common.properties.Property
-
Indicates whether this is a read-only property
- isReadOnly() - Method in class org.picketlink.common.properties.query.PropertyAdapter
-
- isSerializable(Class<?>) - Static method in class org.picketlink.common.reflection.Reflections
-
Check if a class is serializable.
- isStatic(Class<?>) - Static method in class org.picketlink.common.reflection.Reflections
-
Checks if type is static
- isStatic(Member) - Static method in class org.picketlink.common.reflection.Reflections
-
Checks if member is static
- ISSUE_REQUEST - Static variable in interface org.picketlink.common.constants.WSTrustConstants
-
- IssueInstantMissingException - Exception in org.picketlink.common.exceptions.fed
-
Exception indicating that the IssueInstant is missing
- IssueInstantMissingException() - Constructor for exception org.picketlink.common.exceptions.fed.IssueInstantMissingException
-
- IssueInstantMissingException(String, Throwable) - Constructor for exception org.picketlink.common.exceptions.fed.IssueInstantMissingException
-
- IssueInstantMissingException(String) - Constructor for exception org.picketlink.common.exceptions.fed.IssueInstantMissingException
-
- IssueInstantMissingException(Throwable) - Constructor for exception org.picketlink.common.exceptions.fed.IssueInstantMissingException
-
- ISSUER - Static variable in interface org.picketlink.common.constants.WSTrustConstants
-
- ISSUER_INFO_MISSING_STATUS_CODE - Static variable in interface org.picketlink.common.ErrorCodes
-
- issuerInfoMissingStatusCodeError() - Method in class org.picketlink.common.DefaultPicketLinkLogger
-
- issuerInfoMissingStatusCodeError() - Method in interface org.picketlink.common.PicketLinkLogger
-
- IssuerNotTrustedException - Exception in org.picketlink.common.exceptions.fed
-
Exception indicating that the issuer is not trusted
- IssuerNotTrustedException() - Constructor for exception org.picketlink.common.exceptions.fed.IssuerNotTrustedException
-
- IssuerNotTrustedException(String, Throwable) - Constructor for exception org.picketlink.common.exceptions.fed.IssuerNotTrustedException
-
- IssuerNotTrustedException(String) - Constructor for exception org.picketlink.common.exceptions.fed.IssuerNotTrustedException
-
- IssuerNotTrustedException(Throwable) - Constructor for exception org.picketlink.common.exceptions.fed.IssuerNotTrustedException
-
- isTraceEnabled() - Method in class org.picketlink.common.DefaultPicketLinkLogger
-
- isTraceEnabled() - Method in interface org.picketlink.common.PicketLinkLogger
-
- isTransient(Member) - Static method in class org.picketlink.common.reflection.Reflections
-
- isTypeBounded(Type, Type[], Type[]) - Static method in class org.picketlink.common.reflection.Reflections
-
- isTypeOrAnyMethodFinal(Class<?>) - Static method in class org.picketlink.common.reflection.Reflections
-
Checks if type or member is final