[midPoint-git] [Evolveum/midpoint] 8fe9e7: midPoint - CAS integration (using Jasig CAS Client...

katkav k.valalikova at evolveum.com
Thu Feb 5 14:55:56 CET 2015


  Branch: refs/heads/master
  Home:   https://github.com/Evolveum/midpoint
  Commit: 8fe9e7cb26d7daf3e3241b05463089ba05a4a595
      https://github.com/Evolveum/midpoint/commit/8fe9e7cb26d7daf3e3241b05463089ba05a4a595
  Author: katkav <k.valalikova at evolveum.com>
  Date:   2015-02-05 (Thu, 05 Feb 2015)

  Changed paths:
    M gui/admin-gui/pom.xml
    M gui/admin-gui/src/main/webapp/WEB-INF/ctx-web-security.xml
    M gui/admin-gui/src/main/webapp/WEB-INF/web.xml
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/security/UserProfileServiceImpl.java

  Log Message:
  -----------
  midPoint - CAS integration (using Jasig CAS Client libraries, spring ctx)


  Commit: b0fbf33dcf51e571a6ad24b0648dad881a5858e1
      https://github.com/Evolveum/midpoint/commit/b0fbf33dcf51e571a6ad24b0648dad881a5858e1
  Author: katkav <k.valalikova at evolveum.com>
  Date:   2015-02-05 (Thu, 05 Feb 2015)

  Changed paths:
    M gui/admin-gui/pom.xml
    M gui/admin-gui/src/main/webapp/WEB-INF/ctx-web-security.xml
    M gui/admin-gui/src/main/webapp/WEB-INF/web.xml

  Log Message:
  -----------
  disabling CAS SSO integration (by default use standard authentication)


  Commit: 06fc76c1e73dde64640efcddd972ef083254de1b
      https://github.com/Evolveum/midpoint/commit/06fc76c1e73dde64640efcddd972ef083254de1b
  Author: katkav <k.valalikova at evolveum.com>
  Date:   2015-02-05 (Thu, 05 Feb 2015)

  Changed paths:
    M NEWS
    M README
    M build-system/pom.xml
    M custom/pom.xml
    M dist/midpoint-api/pom.xml
    M dist/pom.xml
    M gui/admin-gui-en-US/pom.xml
    M gui/admin-gui-es-ES/pom.xml
    M gui/admin-gui-sk-SK/pom.xml
    M gui/admin-gui-tr-TR/pom.xml
    M gui/admin-gui/pom.xml
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/assignment/ACAttributeDto.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/prism/PrismValuePanel.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/resources/PageResources.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/resources/PageResources.properties
    M gui/pom.xml
    M icf-connectors/dummy-connector-fake/pom.xml
    M icf-connectors/dummy-connector/pom.xml
    M icf-connectors/dummy-resource/pom.xml
    M icf-connectors/pom.xml
    M infra/common/pom.xml
    M infra/pom.xml
    M infra/prism-maven-plugin/pom.xml
    M infra/prism/pom.xml
    M infra/prism/src/main/java/com/evolveum/midpoint/prism/delta/DeltaSetTriple.java
    M infra/prism/src/main/resources/xml/ns/public/annotation-3.xsd
    M infra/prism/src/main/resources/xml/ns/public/query-3.xsd
    M infra/prism/src/main/resources/xml/ns/public/types-3.xsd
    M infra/schema/pom.xml
    M infra/schema/src/main/resources/xml/ns/public/common/api-types-3.xsd
    M infra/schema/src/main/resources/xml/ns/public/common/common-3.xsd
    M infra/schema/src/main/resources/xml/ns/public/connector/icf-1/connector-schema-3.xsd
    M infra/schema/src/main/resources/xml/ns/public/connector/icf-1/resource-schema-3.xsd
    M infra/schema/src/main/resources/xml/ns/public/model/model-3.wsdl
    M infra/schema/src/main/resources/xml/ns/public/resource/annotation-3.xsd
    M infra/schema/src/main/resources/xml/ns/public/resource/capabilities-3.xsd
    M infra/test-util/pom.xml
    M infra/util/pom.xml
    M infra/util/src/main/java/com/evolveum/midpoint/util/logging/LoggingUtils.java
    M infra/ws-util/pom.xml
    M model/model-api/pom.xml
    M model/model-client/pom.xml
    M model/model-common/pom.xml
    M model/model-impl/pom.xml
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/controller/ModelController.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/AssignmentEvaluator.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/EvaluatedAssignment.java
    M model/model-impl/src/test/java/com/evolveum/midpoint/model/impl/lens/AbstractLensTest.java
    M model/model-impl/src/test/java/com/evolveum/midpoint/model/impl/lens/TestAssignmentEvaluator.java
    M model/model-impl/src/test/java/com/evolveum/midpoint/model/impl/lens/TestAssignmentProcessor.java
    A model/model-impl/src/test/resources/lens/assignment-role-engineer.xml
    A model/model-impl/src/test/resources/lens/assignment-role-manager.xml
    A model/model-impl/src/test/resources/lens/assignment-role-visitor.xml
    A model/model-impl/src/test/resources/lens/role-corp-contractor.xml
    A model/model-impl/src/test/resources/lens/role-corp-customer.xml
    A model/model-impl/src/test/resources/lens/role-corp-employee.xml
    A model/model-impl/src/test/resources/lens/role-corp-engineer.xml
    A model/model-impl/src/test/resources/lens/role-corp-generic-metarole.xml
    A model/model-impl/src/test/resources/lens/role-corp-job-metarole.xml
    A model/model-impl/src/test/resources/lens/role-corp-manager.xml
    A model/model-impl/src/test/resources/lens/role-corp-visitor.xml
    A model/model-impl/src/test/resources/lens/user-jack-modify-add-assignment-role-engineer.xml
    A model/model-impl/src/test/resources/lens/user-jack-modify-set-cost-center.xml
    M model/model-intest/pom.xml
    M model/model-intest/src/test/resources/common/resource-dummy-orange.xml
    M model/model-test/pom.xml
    M model/model-test/src/main/java/com/evolveum/midpoint/model/test/AbstractModelIntegrationTest.java
    M model/notifications-api/pom.xml
    M model/notifications-impl/pom.xml
    M model/pom.xml
    M model/report-api/pom.xml
    M model/report-impl/pom.xml
    M model/workflow-api/pom.xml
    M model/workflow-impl/pom.xml
    M pom.xml
    M provisioning/pom.xml
    M provisioning/provisioning-api/pom.xml
    M provisioning/provisioning-impl/pom.xml
    M repo/audit-api/pom.xml
    M repo/audit-impl/pom.xml
    M repo/pom.xml
    M repo/repo-api/pom.xml
    M repo/repo-cache/pom.xml
    M repo/repo-sql-impl-test/pom.xml
    M repo/repo-sql-impl/pom.xml
    M repo/repo-test-util/pom.xml
    M repo/security-api/pom.xml
    M repo/security-impl/pom.xml
    M repo/system-init/pom.xml
    M repo/task-api/pom.xml
    M repo/task-quartz-impl/pom.xml
    M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/TaskQuartzImpl.java
    M samples/model-client-sample/pom.xml
    M samples/pom.xml
    M samples/samples-test/pom.xml
    M testing/conntest/pom.xml
    M testing/consistency-mechanism/pom.xml
    M testing/longtest/pom.xml
    M testing/pom.xml
    M testing/sanity/pom.xml
    M testing/story/pom.xml
    M tools/gui-i18n/pom.xml
    M tools/pom.xml
    M tools/repo-ninja/pom.xml
    M tools/schema-dist-maven-plugin/pom.xml
    M tools/test-ng/pom.xml
    M tools/xjc-plugin/pom.xml
    M weblogic-build/pom.xml

  Log Message:
  -----------
  Merge branch 'master' of https://github.com/Evolveum/midpoint


Compare: https://github.com/Evolveum/midpoint/compare/01e4acc6d17f...06fc76c1e73d


More information about the midPoint-svn mailing list