com.icthh.xm.commons.security.XmAuthenticationContextHolder Maven / Gradle / Ivy
The 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