[java-identity-provider COMMIT] in /trunk: idp-attribute-api/src/main/java/net/shibboleth/idp/attribute/StringAttribu...
noreply at shibboleth.net
noreply at shibboleth.net
Mon May 7 12:14:21 BST 2012
Author: lajoie
Date: Mon May 7 12:14:21 2012
New Revision: 4185
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=4185&view=rev
Log:
Transition use of functions to navigate BaseContext trees
Minor checkstyle cleanups
Added:
trunk/idp-profile-api/src/main/java/net/shibboleth/idp/profile/AbstractProfileAction.java (contents, props changed)
- copied, changed from r4181, trunk/idp-profile-api/src/main/java/net/shibboleth/idp/profile/AbstractIdentityProviderAction.java
trunk/idp-profile-api/src/main/java/net/shibboleth/idp/profile/logic/
- copied from r4181, trunk/idp-profile-api/src/main/java/net/shibboleth/idp/profile/predicate/
trunk/idp-profile-api/src/main/java/net/shibboleth/idp/profile/logic/MessageIssuerPredicate.java (with props)
trunk/idp-profile-api/src/main/java/net/shibboleth/idp/profile/logic/package-info.java (with props)
trunk/idp-profile-api/src/main/java/net/shibboleth/idp/profile/navigate/
trunk/idp-profile-api/src/main/java/net/shibboleth/idp/profile/navigate/WebflowRequestContextHttpServletRequestLookup.java (with props)
trunk/idp-profile-api/src/main/java/net/shibboleth/idp/profile/navigate/WebflowRequestContextHttpServletResponseLookup.java (with props)
trunk/idp-profile-api/src/main/java/net/shibboleth/idp/profile/navigate/WebflowRequestContextProfileRequestContextLookup.java (with props)
trunk/idp-profile-api/src/main/java/net/shibboleth/idp/profile/navigate/package-info.java (with props)
trunk/idp-profile-api/src/main/java/net/shibboleth/idp/relyingparty/RelyingPartyContext.java (contents, props changed)
- copied, changed from r4181, trunk/idp-profile-api/src/main/java/net/shibboleth/idp/relyingparty/RelyingPartySubcontext.java
trunk/idp-profile-api/src/test/java/net/shibboleth/idp/profile/AbstractProfileActionTest.java (contents, props changed)
- copied, changed from r4181, trunk/idp-profile-api/src/test/java/net/shibboleth/idp/profile/AbstractIdentityProviderActionTest.java
Removed:
trunk/idp-profile-api/src/main/java/net/shibboleth/idp/profile/AbstractIdentityProviderAction.java
trunk/idp-profile-api/src/main/java/net/shibboleth/idp/profile/logic/BaseInboundMessageContextPredicate.java
trunk/idp-profile-api/src/main/java/net/shibboleth/idp/profile/logic/BaseOutboundMessageContextPredicate.java
trunk/idp-profile-api/src/main/java/net/shibboleth/idp/profile/logic/InboundMessageIssuerPredicate.java
trunk/idp-profile-api/src/main/java/net/shibboleth/idp/profile/logic/OutboundMessageIssuerPredicate.java
trunk/idp-profile-api/src/main/java/net/shibboleth/idp/profile/predicate/
trunk/idp-profile-api/src/main/java/net/shibboleth/idp/relyingparty/RelyingPartySubcontext.java
trunk/idp-profile-api/src/test/java/net/shibboleth/idp/profile/AbstractIdentityProviderActionTest.java
Modified:
trunk/idp-attribute-api/src/main/java/net/shibboleth/idp/attribute/StringAttributeValue.java
trunk/idp-attribute-filter-impl/src/main/java/net/shibboleth/idp/attribute/filtering/impl/matcher/AttributeValuePredicateMatcher.java
trunk/idp-attribute-resolver-api/src/main/java/net/shibboleth/idp/attribute/resolver/BaseResolverPlugin.java
trunk/idp-attribute-resolver-api/src/main/java/net/shibboleth/idp/attribute/resolver/ResolverPluginDependency.java
trunk/idp-authn-api/src/main/java/net/shibboleth/idp/authn/AbstractAuthenticationAction.java
trunk/idp-authn-api/src/main/java/net/shibboleth/idp/session/AuthenticationEvent.java
trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/ExtractKerberosTicketFromWssToken.java
trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/ExtractX509CertificateFromWssToken.java
trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/SelectAuthenticationWorkflow.java
trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/UpdateSessionWithAuthenticationData.java
trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/ValidateKerberosTicket.java
trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/ValidateRemoteUser.java
trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/ValidateUsernamePasswordAgainstKerberos.java
trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/ValidateUsernamePasswordAgainstLdap.java
trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/ValidateX509Certificate.java
trunk/idp-core/src/main/java/net/shibboleth/idp/service/AbstractService.java
trunk/idp-profile-api/src/main/java/net/shibboleth/idp/profile/ActionSupport.java
trunk/idp-profile-api/src/test/java/net/shibboleth/idp/profile/RequestContextBuilder.java
trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/impl/CheckMandatoryIssuer.java
trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/impl/CheckMessageLifetime.java
trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/impl/CheckMessageReplay.java
[... 4357 lines stripped ...]
More information about the commits
mailing list