public interface SAML2IdPActions
| Modifier and Type | Method and Description |
|---|---|
default UserTO |
afterCreate(UserTO input,
SAML2LoginResponseTO loginResponse) |
default UserTO |
afterUpdate(UserTO input,
SAML2LoginResponseTO loginResponse) |
default UserTO |
beforeCreate(UserTO input,
SAML2LoginResponseTO loginResponse) |
default org.apache.syncope.common.lib.patch.UserPatch |
beforeUpdate(org.apache.syncope.common.lib.patch.UserPatch input,
SAML2LoginResponseTO loginResponse) |
default UserTO beforeCreate(UserTO input, SAML2LoginResponseTO loginResponse)
default UserTO afterCreate(UserTO input, SAML2LoginResponseTO loginResponse)
default org.apache.syncope.common.lib.patch.UserPatch beforeUpdate(org.apache.syncope.common.lib.patch.UserPatch input, SAML2LoginResponseTO loginResponse)
default UserTO afterUpdate(UserTO input, SAML2LoginResponseTO loginResponse)
Copyright © 2010–2022 The Apache Software Foundation. All rights reserved.