[java-identity-provider COMMIT] in /trunk: idp-attribute-api/src/main/java/net/shibboleth/idp/attribute/AbstractAttri...

noreply at shibboleth.net noreply at shibboleth.net
Sun Jan 29 00:43:28 GMT 2012


Author: lajoie
Date: Sun Jan 29 00:43:28 2012
New Revision: 4104

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=4104&view=rev
Log:
A whole lot of API work
  - moving to java-support and guava
  - synching up with opensaml changes
  - rework basic attribute APIs
  - predicate implementations and removal of subsequently redundant classes
 resolver dependency data fetching methods in the midst of being reworked; currently broken

Added:
    trunk/idp-attribute-api/src/main/java/net/shibboleth/idp/attribute/AttributeContext.java   (contents, props changed)
      - copied, changed from r4102, trunk/idp-attribute-api/src/main/java/net/shibboleth/idp/attribute/AttributeSubcontext.java
    trunk/idp-attribute-api/src/main/java/net/shibboleth/idp/attribute/AttributeValue.java   (with props)
    trunk/idp-attribute-api/src/main/java/net/shibboleth/idp/attribute/ByteAttributeValue.java   (with props)
    trunk/idp-attribute-api/src/main/java/net/shibboleth/idp/attribute/LocalizedStringAttributeValue.java   (with props)
    trunk/idp-attribute-api/src/main/java/net/shibboleth/idp/attribute/ScopedStringAttributeValue.java   (contents, props changed)
      - copied, changed from r4102, trunk/idp-attribute-api/src/main/java/net/shibboleth/idp/attribute/ScopedAttributeValue.java
    trunk/idp-attribute-api/src/main/java/net/shibboleth/idp/attribute/StringAttributeValue.java   (with props)
    trunk/idp-attribute-api/src/main/java/net/shibboleth/idp/attribute/logic/
    trunk/idp-attribute-api/src/main/java/net/shibboleth/idp/attribute/logic/AttributeLogicSupport.java   (with props)
    trunk/idp-attribute-api/src/main/java/net/shibboleth/idp/attribute/logic/AttributeValuePredicate.java   (with props)
    trunk/idp-attribute-api/src/main/java/net/shibboleth/idp/attribute/logic/LookupAttributeFromAttributeContextFunction.java   (with props)
    trunk/idp-attribute-api/src/main/java/net/shibboleth/idp/attribute/logic/ScopedStringAttributeValueScopePredicate.java   (with props)
    trunk/idp-attribute-api/src/main/java/net/shibboleth/idp/attribute/logic/StringAttributeValuePredicate.java   (with props)
    trunk/idp-attribute-api/src/main/java/net/shibboleth/idp/attribute/logic/package-info.java   (with props)
    trunk/idp-attribute-api/src/test/java/net/shibboleth/idp/attribute/ScopedStringAttributeValueTest.java   (contents, props changed)
      - copied, changed from r4102, trunk/idp-attribute-api/src/test/java/net/shibboleth/idp/attribute/ScopedAttributeValueTest.java
    trunk/idp-attribute-filter-impl/src/main/java/net/shibboleth/idp/attribute/filtering/impl/matcher/AbstractComposedMatcher.java   (with props)
    trunk/idp-attribute-filter-impl/src/main/java/net/shibboleth/idp/attribute/filtering/impl/matcher/AttributeValuePredicateMatcher.java   (with props)
    trunk/idp-attribute-filter-impl/src/main/java/net/shibboleth/idp/attribute/filtering/impl/predicate/
    trunk/idp-attribute-filter-impl/src/test/java/net/shibboleth/idp/attribute/filtering/impl/matcher/AbstractMatcherTest.java   (with props)
    trunk/idp-attribute-filter-impl/src/test/java/net/shibboleth/idp/attribute/filtering/impl/matcher/AndMatcherTest.java   (with props)
    trunk/idp-attribute-filter-impl/src/test/java/net/shibboleth/idp/attribute/filtering/impl/matcher/AttributeValuePredicateMatcherTest.java   (with props)
    trunk/idp-attribute-filter-impl/src/test/java/net/shibboleth/idp/attribute/filtering/impl/matcher/NotMatcherTest.java   (contents, props changed)
      - copied, changed from r4102, trunk/idp-attribute-filter-impl/src/test/java/net/shibboleth/idp/attribute/filtering/impl/matcher/TestNotMatcher.java
    trunk/idp-attribute-filter-impl/src/test/java/net/shibboleth/idp/attribute/filtering/impl/matcher/OrMatcherTest.java   (with props)
    trunk/idp-attribute-filter-impl/src/test/java/net/shibboleth/idp/attribute/filtering/impl/matcher/ScriptedMatcherTest.java   (contents, props changed)
      - copied, changed from r4102, trunk/idp-attribute-filter-impl/src/test/java/net/shibboleth/idp/attribute/filtering/impl/matcher/TestScriptedMatcher.java
    trunk/idp-authn-api/src/main/java/net/shibboleth/idp/authn/KerberosTicketContext.java   (contents, props changed)
      - copied, changed from r4102, trunk/idp-authn-api/src/main/java/net/shibboleth/idp/authn/KerberosTicketSubcontext.java
    trunk/idp-authn-api/src/main/java/net/shibboleth/idp/authn/UsernamePasswordContext.java   (contents, props changed)
      - copied, changed from r4102, trunk/idp-authn-api/src/main/java/net/shibboleth/idp/authn/UsernamePasswordSubcontext.java
    trunk/idp-authn-api/src/main/java/net/shibboleth/idp/authn/X509CertificateContext.java   (contents, props changed)
      - copied, changed from r4102, trunk/idp-authn-api/src/main/java/net/shibboleth/idp/authn/X509CertificateSubcontext.java
    trunk/idp-authn-api/src/main/java/net/shibboleth/idp/session/IdPSessionContext.java   (contents, props changed)
      - copied, changed from r4102, trunk/idp-authn-api/src/main/java/net/shibboleth/idp/session/IdPSessionSubcontext.java

[... 9873 lines stripped ...]


More information about the commits mailing list