Class SecurityServicesImpl

  • All Implemented Interfaces:
    org.jboss.weld.bootstrap.api.Service, org.jboss.weld.security.spi.SecurityServices

    public class SecurityServicesImpl
    extends Object
    implements org.jboss.weld.security.spi.SecurityServices
    • Constructor Detail

      • SecurityServicesImpl

        public SecurityServicesImpl()
    • Method Detail

      • getPrincipal

        public Principal getPrincipal()
        Specified by:
        getPrincipal in interface org.jboss.weld.security.spi.SecurityServices
      • cleanup

        public void cleanup()
        Specified by:
        cleanup in interface org.jboss.weld.bootstrap.api.Service
      • getSecurityContext

        public org.jboss.weld.security.spi.SecurityContext getSecurityContext()
        Specified by:
        getSecurityContext in interface org.jboss.weld.security.spi.SecurityServices