Class AdminMessageFormatter
- java.lang.Object
- 
- org.keycloak.services.resources.admin.AdminMessageFormatter
 
- 
- All Implemented Interfaces:
- BiFunction<String,Object[],String>
 
 public class AdminMessageFormatter extends Object implements BiFunction<String,Object[],String> Message formatter for Admin GUI/API messages.- Author:
- Vlastimil Elias 
 
- 
- 
Constructor SummaryConstructors Constructor Description AdminMessageFormatter(KeycloakSession session, UserModel user)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringapply(String s, Object[] objects)- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface java.util.function.BiFunctionandThen
 
- 
 
- 
- 
- 
Constructor Detail- 
AdminMessageFormatterpublic AdminMessageFormatter(KeycloakSession session, UserModel user) - Parameters:
- session- to get context (including current Realm) from
- user- to resolve locale for
 
 
- 
 
-