Package org.keycloak.adapters.tomcat
Interface PrincipalFactory
-
- All Known Implementing Classes:
GenericPrincipalFactory
public interface PrincipalFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.catalina.realm.GenericPrincipalcreatePrincipal(org.apache.catalina.Realm realm, Principal identity, Set<String> roleSet)
-