All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ildfly-clustering-web-undertow.34.0.0.Beta1.source-code.org.wildfly.security.cache.proto Maven / Gradle / Ivy

Go to download

This module adapts an implementation of wildfly-clustering-web-spi to the Undertow servlet container.

There is a newer version: 34.0.0.Final
Show newest version
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;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy