org.apereo.cas.acct.AccountRegistrationPropertyLoader Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cas-server-support-account-mgmt-api Show documentation
Show all versions of cas-server-support-account-mgmt-api Show documentation
cas-server-support-account-mgmt-api
package org.apereo.cas.acct;
import java.util.Map;
/**
* This is {@link AccountRegistrationPropertyLoader}.
*
* @author Misagh Moayyed
* @since 6.5.0
*/
public interface AccountRegistrationPropertyLoader {
/**
* Load.
*
* @return the list
*/
Map load();
/**
* Store.
*
* @param map the map
* @return the account registration property loader
*/
AccountRegistrationPropertyLoader store(Map map);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy