Interface PrincipalGroupFactory


  • @Contract
    public interface PrincipalGroupFactory
    Factory for Group and Principal instances.
    • Method Detail

      • getPrincipalInstance

        org.glassfish.security.common.PrincipalImpl getPrincipalInstance​(String name,
                                                                         String realm)
      • getGroupInstance

        org.glassfish.security.common.Group getGroupInstance​(String name,
                                                             String realm)