Klasse SVWSIdentityService

java.lang.Object
de.svws_nrw.server.jetty.SVWSIdentityService
Alle implementierten Schnittstellen:
org.eclipse.jetty.security.IdentityService

public final class SVWSIdentityService extends Object implements org.eclipse.jetty.security.IdentityService
Dies Klasse implmentiert die Schnittstelle IdentityService des Jetty-Server und wird für die Klasse SvwsServer und dem Umgang mit einer UserIdentity benötigt.
  • Verschachtelte Klassen - Übersicht

    Von Schnittstelle geerbte verschachtelte Klassen/Schnittstellen org.eclipse.jetty.security.IdentityService

    org.eclipse.jetty.security.IdentityService.Association, org.eclipse.jetty.security.IdentityService.RunAsToken
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
    Leerer Standardkonstruktor.
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    org.eclipse.jetty.security.IdentityService.Association
    associate(org.eclipse.jetty.security.UserIdentity user, org.eclipse.jetty.security.IdentityService.RunAsToken runAsToken)
     
    org.eclipse.jetty.security.UserIdentity
     
    org.eclipse.jetty.security.IdentityService.RunAsToken
    newRunAsToken(String runAsName)
     
    org.eclipse.jetty.security.UserIdentity
    newUserIdentity(Subject subject, Principal userPrincipal, String[] roles)
     
    void
    onLogout(org.eclipse.jetty.security.UserIdentity user)
     

    Von Klasse geerbte Methoden java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Konstruktordetails

    • SVWSIdentityService

      public SVWSIdentityService()
      Leerer Standardkonstruktor.
  • Methodendetails

    • associate

      public org.eclipse.jetty.security.IdentityService.Association associate(org.eclipse.jetty.security.UserIdentity user, org.eclipse.jetty.security.IdentityService.RunAsToken runAsToken)
      Angegeben von:
      associate in Schnittstelle org.eclipse.jetty.security.IdentityService
    • onLogout

      public void onLogout(org.eclipse.jetty.security.UserIdentity user)
      Angegeben von:
      onLogout in Schnittstelle org.eclipse.jetty.security.IdentityService
    • newUserIdentity

      public org.eclipse.jetty.security.UserIdentity newUserIdentity(Subject subject, Principal userPrincipal, String[] roles)
      Angegeben von:
      newUserIdentity in Schnittstelle org.eclipse.jetty.security.IdentityService
    • newRunAsToken

      public org.eclipse.jetty.security.IdentityService.RunAsToken newRunAsToken(String runAsName)
      Angegeben von:
      newRunAsToken in Schnittstelle org.eclipse.jetty.security.IdentityService
    • getSystemUserIdentity

      public org.eclipse.jetty.security.UserIdentity getSystemUserIdentity()
      Angegeben von:
      getSystemUserIdentity in Schnittstelle org.eclipse.jetty.security.IdentityService