예제 #1
0
 public boolean isFrontchannelLogout() {
   if (updated != null) return updated.isPublicClient();
   return cached.isFrontchannelLogout();
 }
예제 #2
0
 public boolean isPublicClient() {
   if (updated != null) return updated.isPublicClient();
   return cached.isPublicClient();
 }