Interface PrincipalNameFilter
-
public interface PrincipalNameFilterService interface which allows for filtering what characters are allowed in a generated principal name
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringfilter(String principalName)Filter the invalid characters out of the provided principal name candidate
-