I am not sure whether I understood you correectly, but maybe this pseudo-code
answers your question: 
[main]
jdbcRealm = org.apache.shiro.realm.JdbcRealm
token = org.apache.shiro.something.Token
jdbcRealm.token = $token // assign class 'org.apache.shiro.something.Token'
to attribute 'token' of JdbcRealm



--
View this message in context: 
http://shiro-user.582556.n2.nabble.com/Setting-realm-authenticationTokenClass-from-ini-file-tp7579043p7579054.html
Sent from the Shiro User mailing list archive at Nabble.com.

Reply via email to