Interface SAML2SP4UIIdPActions
-
public interface SAML2SP4UIIdPActions
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default UserTOafterCreate(UserTO input, SAML2LoginResponse loginResponse)default UserTOafterUpdate(UserTO input, SAML2LoginResponse loginResponse)default UserCRbeforeCreate(UserCR input, SAML2LoginResponse loginResponse)default UserURbeforeUpdate(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)
-
-