Skip to content

Commit

Permalink
Add event listener info
Browse files Browse the repository at this point in the history
  • Loading branch information
PasinduYeshan committed Dec 13, 2024
1 parent 86b6ea8 commit ccad22a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1271,6 +1271,9 @@
identity data store value is empty for corresponding claim. -->
<Property name="EnableHybridDataStore">false</Property>
</EventListener>
<EventListener type="org.wso2.carbon.user.core.listener.UserOperationEventListener"
name="org.wso2.carbon.identity.password.expiry.listener.PasswordExpiryEventListener"
orderId="102" enable="true"/>
<EventListener type="org.wso2.carbon.identity.core.handler.AbstractIdentityMessageHandler"
name="org.wso2.carbon.identity.data.publisher.application.authentication.AuthnDataPublisherProxy"
orderId="11" enable="true"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2161,6 +2161,11 @@
store value is empty for corresponding claim. -->
<Property name="EnableHybridDataStore">{{event.default_listener.governance_identity_store.enable_hybrid_data_store}}</Property>
</EventListener>
<EventListener id="password_expiry"
type="org.wso2.carbon.user.core.listener.UserOperationEventListener"
name="org.wso2.carbon.identity.password.expiry.listener.PasswordExpiryEventListener"
orderId="{{event.default_listener.password_expiry.priority}}"
enable="{{event.default_listener.password_expiry.enable}}"/>
<EventListener id="application_authentication"
type="org.wso2.carbon.identity.core.handler.AbstractIdentityMessageHandler"
name="org.wso2.carbon.identity.data.publisher.application.authentication.AuthnDataPublisherProxy"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -550,6 +550,8 @@
"event.default_listener.governance_identity_store.enable": true,
"event.default_listener.governance_identity_store.data_store": "org.wso2.carbon.identity.governance.store.JDBCIdentityDataStore",
"event.default_listener.governance_identity_store.enable_hybrid_data_store": false,
"event.default_listener.password_expiry.priority": "102",
"event.default_listener.password_expiry.enable": true,
"event.default_listener.application_authentication.priority": "11",
"event.default_listener.application_authentication.enable": true,
"event.default_listener.mutual_tls_authenticator.priority": "919",
Expand Down

0 comments on commit ccad22a

Please sign in to comment.