Interface SAML2SP4UIIdPActions
-
public interface SAML2SP4UIIdPActions
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default UserTO
afterCreate(UserTO input, SAML2LoginResponse loginResponse)
default UserTO
afterUpdate(UserTO input, SAML2LoginResponse loginResponse)
default UserCR
beforeCreate(UserCR input, SAML2LoginResponse loginResponse)
default UserUR
beforeUpdate(UserUR input, SAML2LoginResponse loginResponse)
-
-
-
Method Detail
-
beforeCreate
default UserCR beforeCreate(UserCR input, SAML2LoginResponse loginResponse)
-
afterCreate
default UserTO afterCreate(UserTO input, SAML2LoginResponse loginResponse)
-
beforeUpdate
default UserUR beforeUpdate(UserUR input, SAML2LoginResponse loginResponse)
-
afterUpdate
default UserTO afterUpdate(UserTO input, SAML2LoginResponse loginResponse)
-
-