A B C D E G H I L N S T U V X Z 

A

AttributeContext - Class in net.shibboleth.idp.attribute.context
A BaseContext that tracks a set of attributes.
AttributeContext() - Constructor for class net.shibboleth.idp.attribute.context.AttributeContext
Constructor.
AttributeEncoder<EncodedType> - Interface in net.shibboleth.idp.attribute
Attribute encoders convert an IdPAttribute into a protocol specific representation.
AttributeEncodingException - Exception in net.shibboleth.idp.attribute
Indicates a problem during the encoding of an attribute.
AttributeEncodingException() - Constructor for exception net.shibboleth.idp.attribute.AttributeEncodingException
Constructor.
AttributeEncodingException(String) - Constructor for exception net.shibboleth.idp.attribute.AttributeEncodingException
Constructor.
AttributeEncodingException(Exception) - Constructor for exception net.shibboleth.idp.attribute.AttributeEncodingException
Constructor.
AttributeEncodingException(String, Exception) - Constructor for exception net.shibboleth.idp.attribute.AttributeEncodingException
Constructor.
AttributeException - Exception in net.shibboleth.idp.attribute
Base class for attribute related exceptions.
AttributeException() - Constructor for exception net.shibboleth.idp.attribute.AttributeException
Constructor.
AttributeException(String) - Constructor for exception net.shibboleth.idp.attribute.AttributeException
Constructor.
AttributeException(Exception) - Constructor for exception net.shibboleth.idp.attribute.AttributeException
Constructor.
AttributeException(String, Exception) - Constructor for exception net.shibboleth.idp.attribute.AttributeException
Constructor.
attributes - Variable in class net.shibboleth.idp.attribute.context.AttributeContext
The attributes tracked by this context.

B

ByteAttributeValue - Class in net.shibboleth.idp.attribute
A byte[] value for an IdPAttribute.
ByteAttributeValue(byte[]) - Constructor for class net.shibboleth.idp.attribute.ByteAttributeValue
Constructor.

C

checkedNamesFrom(Map<Locale, String>) - Method in class net.shibboleth.idp.attribute.IdPAttribute
Process input to IdPAttribute.setDisplayNames(Map) and {IdPAttribute.setDisplayDescriptions(Map) to strip out null input, null keys, and null values.
clone() - Method in class net.shibboleth.idp.attribute.IdPAttribute
Clones an attribute.
compareTo(IdPAttribute) - Method in class net.shibboleth.idp.attribute.IdPAttribute

D

displayDescriptions - Variable in class net.shibboleth.idp.attribute.IdPAttribute
Localized human readable descriptions of attribute.
displayNames - Variable in class net.shibboleth.idp.attribute.IdPAttribute
Localized human intelligible attribute names.

E

EmptyAttributeValue - Class in net.shibboleth.idp.attribute
An IdPAttributeValue that is empty.
EmptyAttributeValue(EmptyAttributeValue.EmptyType) - Constructor for class net.shibboleth.idp.attribute.EmptyAttributeValue
Constructor.
EmptyAttributeValue.EmptyType - Enum in net.shibboleth.idp.attribute
Types of empty values.
EmptyAttributeValue.EmptyType() - Constructor for enum net.shibboleth.idp.attribute.EmptyAttributeValue.EmptyType
 
encode(IdPAttribute) - Method in interface net.shibboleth.idp.attribute.AttributeEncoder
Encode the supplied attribute into a protocol specific representation.
encoders - Variable in class net.shibboleth.idp.attribute.IdPAttribute
Encoders that may be used to encode this attribute.
equals(Object) - Method in class net.shibboleth.idp.attribute.ByteAttributeValue
equals(Object) - Method in class net.shibboleth.idp.attribute.EmptyAttributeValue
equals(Object) - Method in class net.shibboleth.idp.attribute.IdPAttribute
equals(Object) - Method in class net.shibboleth.idp.attribute.LocalizedStringAttributeValue
equals(Object) - Method in class net.shibboleth.idp.attribute.ScopedStringAttributeValue
equals(Object) - Method in class net.shibboleth.idp.attribute.StringAttributeValue
equals(Object) - Method in class net.shibboleth.idp.attribute.XMLObjectAttributeValue

G

getActivationCondition() - Method in interface net.shibboleth.idp.attribute.AttributeEncoder
Get an activation condition for this encoder.
getDisplayDescriptions() - Method in class net.shibboleth.idp.attribute.IdPAttribute
Gets the localized human readable description of attribute.
getDisplayNames() - Method in class net.shibboleth.idp.attribute.IdPAttribute
Gets the localized human readable name of the attribute.
getDisplayValue() - Method in class net.shibboleth.idp.attribute.ByteAttributeValue
Get a displayable form of the value for user interfaces and similar purposes.
getDisplayValue() - Method in class net.shibboleth.idp.attribute.EmptyAttributeValue
Get a displayable form of the value for user interfaces and similar purposes.
getDisplayValue() - Method in interface net.shibboleth.idp.attribute.IdPAttributeValue
Get a displayable form of the value for user interfaces and similar purposes.
getDisplayValue() - Method in class net.shibboleth.idp.attribute.ScopedStringAttributeValue
Get a displayable form of the value for user interfaces and similar purposes.
getDisplayValue() - Method in class net.shibboleth.idp.attribute.StringAttributeValue
Get a displayable form of the value for user interfaces and similar purposes.
getDisplayValue() - Method in class net.shibboleth.idp.attribute.XMLObjectAttributeValue
Get a displayable form of the value for user interfaces and similar purposes.
getEncoders() - Method in class net.shibboleth.idp.attribute.IdPAttribute
Gets the list of attribute encoders usable with this attribute.
getId() - Method in class net.shibboleth.idp.attribute.IdPAttribute
Gets the unique ID of the attribute.
getIdPAttributes() - Method in class net.shibboleth.idp.attribute.context.AttributeContext
Gets the map of attributes, indexed by attribute ID, tracked by this context.
getIsRequired() - Method in class net.shibboleth.idp.attribute.IdPRequestedAttribute
Is this attribute marked as required.
getProtocol() - Method in interface net.shibboleth.idp.attribute.AttributeEncoder
Get the identifier of the protocol targeted by this encoder.
getScope() - Method in class net.shibboleth.idp.attribute.ScopedStringAttributeValue
Get the scope of the value.
getUnfilteredIdPAttributes() - Method in class net.shibboleth.idp.attribute.context.AttributeContext
Gets the map of unfiltered attributes, indexed by attribute ID, tracked by this context.
getValue() - Method in class net.shibboleth.idp.attribute.ByteAttributeValue
Get the value of this attribute.
getValue() - Method in class net.shibboleth.idp.attribute.EmptyAttributeValue
Get the value of this attribute.
getValue() - Method in interface net.shibboleth.idp.attribute.IdPAttributeValue
Get the value of this attribute.
getValue() - Method in class net.shibboleth.idp.attribute.StringAttributeValue
Get the value of this attribute.
getValue() - Method in class net.shibboleth.idp.attribute.XMLObjectAttributeValue
Get the value of this attribute.
getValueLocale() - Method in class net.shibboleth.idp.attribute.LocalizedStringAttributeValue
Get the locale of the attribute value.
getValues() - Method in class net.shibboleth.idp.attribute.IdPAttribute
Get the unmodifiable ordered collection of values of the attribute.

H

hashCode() - Method in class net.shibboleth.idp.attribute.ByteAttributeValue
hashCode() - Method in class net.shibboleth.idp.attribute.EmptyAttributeValue
hashCode() - Method in class net.shibboleth.idp.attribute.IdPAttribute
hashCode() - Method in class net.shibboleth.idp.attribute.LocalizedStringAttributeValue
hashCode() - Method in class net.shibboleth.idp.attribute.ScopedStringAttributeValue
hashCode() - Method in class net.shibboleth.idp.attribute.StringAttributeValue
hashCode() - Method in class net.shibboleth.idp.attribute.XMLObjectAttributeValue

I

id - Variable in class net.shibboleth.idp.attribute.IdPAttribute
ID of this attribute.
IdPAttribute - Class in net.shibboleth.idp.attribute
Each attribute represents one piece of information about a user and has associated encoders used to turn that information in to protocol-specific formats.
IdPAttribute(String) - Constructor for class net.shibboleth.idp.attribute.IdPAttribute
Constructor.
IdPAttributeValue<ValueType> - Interface in net.shibboleth.idp.attribute
Interface for values of an IdPAttribute.
IdPRequestedAttribute - Class in net.shibboleth.idp.attribute
IdP Representation of the SAML2 RequestedAttribute.
IdPRequestedAttribute(String) - Constructor for class net.shibboleth.idp.attribute.IdPRequestedAttribute
Constructor.
isRequired - Variable in class net.shibboleth.idp.attribute.IdPRequestedAttribute
Is this attribute required.

L

LocalizedStringAttributeValue - Class in net.shibboleth.idp.attribute
An optionally localized String value of an IdPAttribute.
LocalizedStringAttributeValue(String, Locale) - Constructor for class net.shibboleth.idp.attribute.LocalizedStringAttributeValue
Constructor.
log - Variable in class net.shibboleth.idp.attribute.context.AttributeContext
Log.

N

net.shibboleth.idp.attribute - package net.shibboleth.idp.attribute
IdPAttributes are protocol-agnostic units of information about some thing, usually a user.
net.shibboleth.idp.attribute.context - package net.shibboleth.idp.attribute.context
Context to do with Attribute Manipulation.
NULL - Static variable in class net.shibboleth.idp.attribute.EmptyAttributeValue
Instance of null empty attribute value.

S

scope - Variable in class net.shibboleth.idp.attribute.ScopedStringAttributeValue
Scope of the attribute value.
ScopedStringAttributeValue - Class in net.shibboleth.idp.attribute
An attribute value with an associated scope.
ScopedStringAttributeValue(String, String) - Constructor for class net.shibboleth.idp.attribute.ScopedStringAttributeValue
Constructor.
serialVersionUID - Static variable in exception net.shibboleth.idp.attribute.AttributeEncodingException
Serial version UID.
serialVersionUID - Static variable in exception net.shibboleth.idp.attribute.AttributeException
Serial version UID.
serialVersionUID - Static variable in exception net.shibboleth.idp.attribute.UnsupportedAttributeTypeException
Serial version UID.
setDisplayDescriptions(Map<Locale, String>) - Method in class net.shibboleth.idp.attribute.IdPAttribute
Replaces the existing display descriptions for this attribute with the given ones.
setDisplayNames(Map<Locale, String>) - Method in class net.shibboleth.idp.attribute.IdPAttribute
Replaces the existing display names for this attribute with the given ones.
setEncoders(Collection<AttributeEncoder<?>>) - Method in class net.shibboleth.idp.attribute.IdPAttribute
Replaces the existing encoders for this attribute with the given encoders.
setIdPAttributes(Collection<IdPAttribute>) - Method in class net.shibboleth.idp.attribute.context.AttributeContext
Sets the attributes tracked by this context.
setRequired(boolean) - Method in class net.shibboleth.idp.attribute.IdPRequestedAttribute
Set whether this attribute is to be marked as required.
setUnfilteredIdPAttributes(Collection<IdPAttribute>) - Method in class net.shibboleth.idp.attribute.context.AttributeContext
Sets the unfiltered attributes tracked by this context.
setValues(Collection<? extends IdPAttributeValue<?>>) - Method in class net.shibboleth.idp.attribute.IdPAttribute
Replaces the existing values for this attribute with the given values.
StringAttributeValue - Class in net.shibboleth.idp.attribute
Base class for IdPAttribute values that are strings.
StringAttributeValue(String) - Constructor for class net.shibboleth.idp.attribute.StringAttributeValue
Constructor.

T

toBase64() - Method in class net.shibboleth.idp.attribute.ByteAttributeValue
Gets this value as a Base64-encoded string.
toHex() - Method in class net.shibboleth.idp.attribute.ByteAttributeValue
Get this value as a hex-encoded string.
toString() - Method in class net.shibboleth.idp.attribute.ByteAttributeValue
toString() - Method in class net.shibboleth.idp.attribute.EmptyAttributeValue
toString() - Method in class net.shibboleth.idp.attribute.IdPAttribute
toString() - Method in class net.shibboleth.idp.attribute.LocalizedStringAttributeValue
toString() - Method in class net.shibboleth.idp.attribute.ScopedStringAttributeValue
toString() - Method in class net.shibboleth.idp.attribute.StringAttributeValue
toString() - Method in class net.shibboleth.idp.attribute.XMLObjectAttributeValue

U

unfilteredAttributes - Variable in class net.shibboleth.idp.attribute.context.AttributeContext
The attributes tracked by this context prior to filtering.
UnsupportedAttributeTypeException - Exception in net.shibboleth.idp.attribute
Exception thrown when a particular IdPAttributeValue type was expected but a different one was encountered.
UnsupportedAttributeTypeException() - Constructor for exception net.shibboleth.idp.attribute.UnsupportedAttributeTypeException
Constructor.
UnsupportedAttributeTypeException(String) - Constructor for exception net.shibboleth.idp.attribute.UnsupportedAttributeTypeException
Constructor.
UnsupportedAttributeTypeException(Exception) - Constructor for exception net.shibboleth.idp.attribute.UnsupportedAttributeTypeException
Constructor.
UnsupportedAttributeTypeException(String, Exception) - Constructor for exception net.shibboleth.idp.attribute.UnsupportedAttributeTypeException
Constructor.

V

value - Variable in class net.shibboleth.idp.attribute.ByteAttributeValue
Value of the attribute.
value - Variable in class net.shibboleth.idp.attribute.EmptyAttributeValue
Value of the attribute.
value - Variable in class net.shibboleth.idp.attribute.StringAttributeValue
The attribute value.
value - Variable in class net.shibboleth.idp.attribute.XMLObjectAttributeValue
Value of the attribute.
valueLocale - Variable in class net.shibboleth.idp.attribute.LocalizedStringAttributeValue
The locale of the attribute value.
valueOf(byte[]) - Static method in class net.shibboleth.idp.attribute.ByteAttributeValue
Returns an EmptyAttributeValue or ByteAttributeValue as appropriate.
valueOf(String) - Static method in enum net.shibboleth.idp.attribute.EmptyAttributeValue.EmptyType
Returns the enum constant of this type with the specified name.
valueOf(String, String) - Static method in class net.shibboleth.idp.attribute.ScopedStringAttributeValue
Returns an EmptyAttributeValue or ScopedStringAttributeValue as appropriate.
valueOf(String) - Static method in class net.shibboleth.idp.attribute.StringAttributeValue
Returns an EmptyAttributeValue or StringAttributeValue as appropriate.
values() - Static method in enum net.shibboleth.idp.attribute.EmptyAttributeValue.EmptyType
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class net.shibboleth.idp.attribute.IdPAttribute
Values for this attribute.

X

XMLObjectAttributeValue - Class in net.shibboleth.idp.attribute
XMLObjectAttributeValue(XMLObject) - Constructor for class net.shibboleth.idp.attribute.XMLObjectAttributeValue
Constructor.

Z

ZERO_LENGTH - Static variable in class net.shibboleth.idp.attribute.EmptyAttributeValue
Instance of zero length attribute value.
A B C D E G H I L N S T U V X Z 

Copyright © 1999–2017 Shibboleth Consortium. All rights reserved.