パッケージ | 説明 |
---|---|
edu.internet2.middleware.shibboleth.common.attribute.encoding.provider | |
edu.internet2.middleware.shibboleth.common.attribute.filtering.provider.match.saml | |
edu.internet2.middleware.shibboleth.common.attribute.provider | |
org.opensaml.saml2.core |
Interfaces for SAML 2.0 core specification types and elements.
|
org.opensaml.saml2.core.impl |
Implementations of SAML 2.0 core specification types and elements.
|
org.opensaml.saml2.core.validator |
Validation rules for SAML 2.0 core types and elements.
|
org.opensaml.saml2.encryption |
Classes for encrypting and decrypting SAML.
|
org.opensaml.saml2.metadata |
Interfaces for SAML 2.0 metadata specification types and elements.
|
org.opensaml.saml2.metadata.impl |
Implementations of the SAML 2.0 metadata specification types and elements.
|
org.opensaml.samlext.saml2mdattr | |
org.opensaml.samlext.saml2mdattr.impl |
修飾子とタイプ | フィールドと説明 |
---|---|
protected SAMLObjectBuilder<Attribute> |
AbstractSAML2AttributeEncoder.attributeBuilder
Builder for SAML 2 attribute XMLObjects.
|
修飾子とタイプ | メソッドと説明 |
---|---|
Attribute |
SAML2Base64AttributeEncoder.encode(BaseAttribute attribute)
Enocdes the attribute into a protocol specific representations.
|
Attribute |
SAML2StringAttributeEncoder.encode(BaseAttribute attribute)
Enocdes the attribute into a protocol specific representations.
|
Attribute |
SAML2XMLObjectAttributeEncoder.encode(BaseAttribute attribute)
Enocdes the attribute into a protocol specific representations.
|
Attribute |
SAML2ScopedStringAttributeEncoder.encode(BaseAttribute attribute)
Enocdes the attribute into a protocol specific representations.
|
修飾子とタイプ | メソッドと説明 |
---|---|
protected void |
AbstractSAML2AttributeEncoder.populateAttribute(Attribute attribute)
Populates the attribute with attribute name, name format, and friendly name information.
|
修飾子とタイプ | メソッドと説明 |
---|---|
protected Attribute |
AbstractEntityAttributeMatchFunctor.getEntityAttribute(EntityDescriptor entityDescriptor)
Gets the entity attribute from the given entity metadata.
|
修飾子とタイプ | メソッドと説明 |
---|---|
Attribute |
ShibbolethSAML2AttributeAuthority.getSAMLAttributeByAttributeID(String id)
Translates the internal attribute ID, used by the resolver and filtering engine, into its representative SAML 2
attribute name.
|
Attribute |
SAML2AttributeAuthority.getSAMLAttributeByAttributeID(String id)
Translates the internal attribute ID, used by the resolver and filtering engine, into its representative SAML 2
attribute name.
|
修飾子とタイプ | メソッドと説明 |
---|---|
protected Collection<Attribute> |
ShibbolethSAML2AttributeAuthority.encodeAttributes(AttributeQuery query,
Collection<BaseAttribute> attributes)
This encodes the supplied attributes with that attribute's SAML2 encoder.
|
修飾子とタイプ | メソッドと説明 |
---|---|
String |
ShibbolethSAML2AttributeAuthority.getAttributeIDBySAMLAttribute(Attribute attribute)
Translates SAML 2 attribute naming information into the internal attribute ID used by the resolver and filtering
engine.
|
String |
SAML2AttributeAuthority.getAttributeIDBySAMLAttribute(Attribute attribute)
Translates SAML 2 attribute naming information into the internal attribute ID used by the resolver and filtering
engine.
|
修飾子とタイプ | メソッドと説明 |
---|---|
protected void |
ShibbolethSAML2AttributeAuthority.filterAttributesByValue(AttributeQuery query,
Collection<Attribute> attributes)
Filters out all but the values, for an attribute, provided in the query, if and only if, the query specifies at
least one value for the attribute.
|
protected Set<String> |
ShibbolethSAML2AttributeAuthority.getAttributeIds(List<Attribute> attributes)
This parses the attribute ids from the supplied list of attributes.
|
修飾子とタイプ | メソッドと説明 |
---|---|
List<Attribute> |
AttributeStatement.getAttributes()
Gets the attribtues expressed in this statement.
|
List<Attribute> |
AttributeQuery.getAttributes()
Gets the Attributes of this query.
|
修飾子とタイプ | クラスと説明 |
---|---|
class |
AttributeImpl
Concrete implementation of
Attribute . |
修飾子とタイプ | メソッドと説明 |
---|---|
Attribute |
AttributeBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
|
Attribute |
AttributeBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
修飾子とタイプ | メソッドと説明 |
---|---|
List<Attribute> |
AttributeQueryImpl.getAttributes()
Gets the Attributes of this query.
|
List<Attribute> |
AttributeStatementImpl.getAttributes()
Gets the attribtues expressed in this statement.
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
AttributeSchemaValidator.validate(Attribute attribute)
Checks to see if a XMLObject is valid.
|
protected void |
AttributeSchemaValidator.validateName(Attribute attribute)
Checks that the Name attribute is present.
|
修飾子とタイプ | メソッドと説明 |
---|---|
Attribute |
Decrypter.decrypt(EncryptedAttribute encryptedAttribute)
Decrypt the specified EncryptedAttribute.
|
修飾子とタイプ | メソッドと説明 |
---|---|
EncryptedAttribute |
Encrypter.encrypt(Attribute attribute)
Encrypt the specified Attribute.
|
修飾子とタイプ | インタフェースと説明 |
---|---|
interface |
RequestedAttribute
SAML 2.0 Metadata RequestedAttribute
|
修飾子とタイプ | メソッドと説明 |
---|---|
List<Attribute> |
IDPSSODescriptor.getAttributes()
Gets the list of attributes supported by this IdP.
|
List<Attribute> |
AttributeAuthorityDescriptor.getAttributes()
Gets the list of attribute available from this authority.
|
修飾子とタイプ | クラスと説明 |
---|---|
class |
RequestedAttributeImpl
Concrete implementation of
RequestedAttribute |
修飾子とタイプ | メソッドと説明 |
---|---|
List<Attribute> |
AttributeAuthorityDescriptorImpl.getAttributes()
Gets the list of attribute available from this authority.
|
List<Attribute> |
IDPSSODescriptorImpl.getAttributes()
Gets the list of attributes supported by this IdP.
|
修飾子とタイプ | メソッドと説明 |
---|---|
List<Attribute> |
EntityAttributes.getAttributes()
Gets the attributes about the entity.
|
修飾子とタイプ | メソッドと説明 |
---|---|
List<Attribute> |
EntityAttributesImpl.getAttributes()
Gets the attributes about the entity.
|
Copyright © 2012. All Rights Reserved.