
com.daedafusion.security.identity.SubjectInspector Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of security-framework Show documentation
Show all versions of security-framework Show documentation
A pluggable security framework "inspired" by the OWASP ESAPI framework
The 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