Exemplo n.º 1
0
 public boolean isFrontchannelLogout() {
   if (updated != null) return updated.isPublicClient();
   return cached.isFrontchannelLogout();
 }
Exemplo n.º 2
0
 public boolean isPublicClient() {
   if (updated != null) return updated.isPublicClient();
   return cached.isPublicClient();
 }