ildfly-clustering-web-undertow.34.0.0.Beta1.source-code.org.wildfly.security.cache.proto Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wildfly-clustering-web-undertow Show documentation
Show all versions of wildfly-clustering-web-undertow Show documentation
This module adapts an implementation of wildfly-clustering-web-spi to the Undertow servlet container.
package org.wildfly.security.cache;
// IDs: 250-254
/**
* @TypeId(250)
*/
message CachedIdentity {
optional string mechanism = 1;
optional string nonProgrammaticName = 2;
optional string programmaticName = 3;
repeated string role = 4;
}