@SerializeWith(value=RootAuthenticationSessionPredicate.ExternalizerImpl.class) public class RootAuthenticationSessionPredicate extends Object implements Predicate<Map.Entry<String,RootAuthenticationSessionEntity>>
Modifier and Type | Class and Description |
---|---|
static class |
RootAuthenticationSessionPredicate.ExternalizerImpl |
Modifier and Type | Method and Description |
---|---|
static RootAuthenticationSessionPredicate |
create(String realm) |
RootAuthenticationSessionPredicate |
expired(Integer expired) |
boolean |
test(Map.Entry<String,RootAuthenticationSessionEntity> entry) |
public static RootAuthenticationSessionPredicate create(String realm)
public RootAuthenticationSessionPredicate expired(Integer expired)
public boolean test(Map.Entry<String,RootAuthenticationSessionEntity> entry)
test
in interface Predicate<Map.Entry<String,RootAuthenticationSessionEntity>>
Copyright © 2020 JBoss by Red Hat. All rights reserved.