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

com.daedafusion.security.identity.SubjectInspector Maven / Gradle / Ivy

There is a newer version: 1.1
Show newest version
package com.daedafusion.security.identity;

import com.daedafusion.security.authentication.Subject;

/**
 * When multiple AuthenticatedPrincipals are contained in a subject, this service allows you to customize how
 * you determine what is the canonical representations of identity fields for use in other business logic
 */
public interface SubjectInspector
{
    String getFullyQualifiedUsername(Subject subject);
    String getDomain(Subject subject);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy