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

com.icthh.xm.commons.security.XmAuthenticationContextHolder Maven / Gradle / Ivy

There is a newer version: 4.0.17
Show newest version
package com.icthh.xm.commons.security;

/**
 * The {@link XmAuthenticationContextHolder} class.
 */
public interface XmAuthenticationContextHolder {

    /**
     * Obtain the current {@code XmAuthenticationContext}.
     *
     * @return the xm authentication context (never {@code null})
     */
    XmAuthenticationContext getContext();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy