![JAR search and dependency download from the Maven repository](/logo.png)
com.hp.autonomy.hod.sso.HodUserMetadata Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hod-sso-spring-security Show documentation
Show all versions of hod-sso-spring-security Show documentation
Library to assist with using Micro Focus Haven OnDemand SSO with Spring Security
package com.hp.autonomy.hod.sso;
import lombok.Data;
import java.io.Serializable;
import java.util.Map;
@SuppressWarnings("WeakerAccess")
@Data
public class HodUserMetadata {
private final String userDisplayName;
private final Map metadata;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy