Constant Field Values

Contents

net.shibboleth.*

  • net.shibboleth.idp.plugin.authn.webauthn.storage.impl.IdPStorageServiceCredentialRepository
    Modifier and Type
    Constant Field
    Value
    protected static final String
    "net.shibboleth.idp.plugin.authn.webauthn"
  • net.shibboleth.idp.plugin.authn.webauthn.storage.impl.WebAuthnJDBCAcceleratorImpl
    Modifier and Type
    Constant Field
    Value
    static final String
    "SELECT version, expires, value FROM StorageRecords, JSON_TABLE(value,\'$[*]\' COLUMNS (cid text PATH \'$.credential.credentialId\')) AS cred WHERE context=? AND cred.cid=?"
    static final String
    "SELECT version, expires, value FROM StorageRecords, JSON_TABLE(value,\'$[*]\' COLUMNS (uid text PATH \'$.userIdentity.id\')) AS cred WHERE context=? AND cred.uid=?"
    static final String
    "SELECT version, expires, value FROM StorageRecords WHERE context=?"
  • net.shibboleth.idp.plugin.authn.webauthn.storage.impl.net.shibboleth.idp.plugin.authn.webauthn.storage.impl.WebAuthnJDBCStorageRecord
    Modifier and Type
    Constant Field
    Value
    public static final int
    255
    public static final int
    255