All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apereo.cas.acct.AccountRegistrationPropertyLoader Maven / Gradle / Ivy

There is a newer version: 7.2.0-RC3
Show newest version
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