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