Enum AuthStatus

java.lang.Object
java.lang.Enum<AuthStatus>
com.aducid.sdk.enums.AuthStatus
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<AuthStatus>, java.lang.constant.Constable

public enum AuthStatus
extends java.lang.Enum<AuthStatus>
Authentication status. Created 10. 4. 2018 13:11:32
Author:
Radek Jira
  • Nested Class Summary

    Nested classes/interfaces inherited from class java.lang.Enum

    java.lang.Enum.EnumDesc<E extends java.lang.Enum<E>>
  • Enum Constant Summary

    Enum Constants 
    Enum Constant Description
    ADM  
    ASE  
    BEE  
    BIM  
    BLR  
    BTO  
    CMR  
    CR  
    CTO  
    DAI  
    DBI  
    DGR  
    DI  
    DLN  
    DMR  
    DR  
    EOP  
    ERR  
    GRR  
    HCD  
    HCM  
    IE  
    IFF  
    ILM  
    INR  
    ISE  
    KO  
    LCI  
    LI  
    LRD  
    MCT  
    MET  
    MI  
    NAP  
    NAU  
    NEO  
    NER  
    NIL  
    NOP  
    NS  
    NSA  
    NTD  
    NU  
    OK  
    OPV  
    PCD  
    PNA  
    PNE  
    PPNP  
    RBE  
    RIM  
    RSE  
    RUT  
    SCE  
    SPE  
    UBM  
    UCC  
    UI  
    UIL  
    UIP  
    ULF  
    UMR  
    UNKNOWN  
    UOP  
    UPR  
    URM  
    USF  
    USP  
    USSP  
    UTL  
    UTR  
    UU  
    UUS  
    UV  
    VI  
    WLF  
  • Method Summary

    Modifier and Type Method Description
    static AuthStatus valueOf​(java.lang.String name)
    Returns the enum constant of this type with the specified name.
    static AuthStatus[] values()
    Returns an array containing the constants of this enum type, in the order they are declared.

    Methods inherited from class java.lang.Enum

    clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait