]> git.aero2k.de Git - tmp/jakarta-migration.git/commit
DRYD-169: Support for new password reset mechanism. Password reset is now negotiated...
authorremillet <remillet@yahoo.com>
Tue, 21 Nov 2017 05:55:28 +0000 (21:55 -0800)
committerremillet <remillet@yahoo.com>
Tue, 21 Nov 2017 05:55:28 +0000 (21:55 -0800)
commitc471ae772793335204a2b2b94adc62a5d80a34fd
treea8100c182a7b3f88fe17502d3c4c3659c83b0428
parent8d2ea61d1ad79ab18a39573ac06d1d8b085dbd91
DRYD-169: Support for new password reset mechanism.  Password reset is now negotiated between only the UI and Services layer -App layer (except for config settings) is left out of the process.
20 files changed:
services/JaxRsServiceProvider/src/main/resources/META-INF/persistence.xml
services/JaxRsServiceProvider/src/main/webapp/WEB-INF/applicationContext-security.xml
services/account/client/src/main/java/org/collectionspace/services/client/AccountClient.java
services/account/jaxb/src/main/resources/accounts_common.xsd
services/account/service/src/main/java/org/collectionspace/services/account/AccountResource.java
services/account/service/src/main/java/org/collectionspace/services/account/storage/AccountDocumentHandler.java
services/account/service/src/main/java/org/collectionspace/services/account/storage/AccountStorageClient.java
services/account/service/src/main/java/org/collectionspace/services/account/storage/AccountStorageConstants.java
services/account/service/src/main/java/org/collectionspace/services/account/storage/csidp/TokenStorageClient.java [new file with mode: 0644]
services/authentication/jaxb/src/main/resources/authentication_identity_provider.xsd
services/authentication/pstore/src/main/resources/db/postgresql/authentication.sql
services/authentication/service/src/main/java/org/collectionspace/authentication/spring/SpringAuthNContext.java
services/common/src/main/java/org/collectionspace/services/common/EmailUtil.java [new file with mode: 0644]
services/common/src/main/java/org/collectionspace/services/common/SecurityResourceBase.java
services/common/src/main/java/org/collectionspace/services/common/ServiceMessages.java
services/common/src/main/java/org/collectionspace/services/common/authorization_mgt/AuthorizationCommon.java
services/common/src/main/java/org/collectionspace/services/common/security/SecurityContextImpl.java
services/common/src/main/java/org/collectionspace/services/common/security/SecurityInterceptor.java
services/config/src/main/resources/instance1.xml [deleted file]
services/config/src/main/resources/tenant.xsd