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

org.apereo.cas.mgmt.web.CasManagementBanner Maven / Gradle / Ivy

There is a newer version: 5.3.6
Show newest version
package org.apereo.cas.mgmt.web;

import org.apereo.cas.util.spring.boot.AbstractCasBanner;

/**
 * This is {@link CasManagementBanner}.
 *
 * @author Misagh Moayyed
 * @since 5.0.0
 */
public class CasManagementBanner extends AbstractCasBanner {
    @Override
    protected String getTitle() {
        return "CAS Management";
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy