Class OpflowIdentityManager

java.lang.Object
com.devebot.opflow.OpflowIdentityManager
All Implemented Interfaces:
io.undertow.security.idm.IdentityManager

public class OpflowIdentityManager
extends Object
implements io.undertow.security.idm.IdentityManager
Author:
acegik
  • Method Summary

    Modifier and Type Method Description
    static String getUsername​(io.undertow.server.HttpServerExchange exchange)  
    boolean isActive()  
    io.undertow.security.idm.Account verify​(io.undertow.security.idm.Account account)  
    io.undertow.security.idm.Account verify​(io.undertow.security.idm.Credential credential)  
    io.undertow.security.idm.Account verify​(String id, io.undertow.security.idm.Credential credential)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • verify

      public io.undertow.security.idm.Account verify​(io.undertow.security.idm.Account account)
      Specified by:
      verify in interface io.undertow.security.idm.IdentityManager
    • verify

      public io.undertow.security.idm.Account verify​(String id, io.undertow.security.idm.Credential credential)
      Specified by:
      verify in interface io.undertow.security.idm.IdentityManager
    • verify

      public io.undertow.security.idm.Account verify​(io.undertow.security.idm.Credential credential)
      Specified by:
      verify in interface io.undertow.security.idm.IdentityManager
    • isActive

      public boolean isActive()
    • getUsername

      public static String getUsername​(io.undertow.server.HttpServerExchange exchange)