public class FileIdentityQueryHelper extends Object
| Constructor and Description |
|---|
FileIdentityQueryHelper(org.picketlink.idm.query.IdentityQuery<?> identityQuery,
FileBasedIdentityStore identityStore) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isQueryParameterEquals(org.picketlink.idm.query.IdentityQuery<?> identityQuery,
org.picketlink.idm.query.QueryParameter queryParameter,
Date valueToCompare) |
static boolean |
isQueryParameterEquals(org.picketlink.idm.query.IdentityQuery<?> identityQuery,
org.picketlink.idm.query.QueryParameter queryParameter,
Serializable valueToCompare) |
static boolean |
isQueryParameterGreaterOrLessThan(org.picketlink.idm.query.IdentityQuery<?> identityQuery,
org.picketlink.idm.query.QueryParameter queryParameter,
Long valueToCompare,
boolean greaterThan) |
static boolean |
isQueryParameterGreaterThan(org.picketlink.idm.query.IdentityQuery<?> identityQuery,
org.picketlink.idm.query.QueryParameter queryParameter,
Long valueToCompare) |
static boolean |
isQueryParameterLessThan(org.picketlink.idm.query.IdentityQuery<?> identityQuery,
org.picketlink.idm.query.QueryParameter queryParameter,
Long valueToCompare) |
boolean |
matchAttributes(org.picketlink.idm.model.IdentityType identityType)
Checks if the
|
boolean |
matchCreatedDateParameters(org.picketlink.idm.model.IdentityType identityType) |
boolean |
matchExpiryDateParameters(org.picketlink.idm.model.IdentityType storedEntry) |
boolean |
matchHasGroupRole(org.picketlink.idm.spi.SecurityContext context,
org.picketlink.idm.model.IdentityType identityType) |
boolean |
matchHasMember(org.picketlink.idm.spi.SecurityContext context,
org.picketlink.idm.model.IdentityType identityType) |
boolean |
matchHasRole(org.picketlink.idm.spi.SecurityContext context,
org.picketlink.idm.model.IdentityType identityType) |
boolean |
matchMemberOf(org.picketlink.idm.spi.SecurityContext context,
org.picketlink.idm.model.IdentityType identityType) |
boolean |
matchRolesOf(org.picketlink.idm.spi.SecurityContext context,
org.picketlink.idm.model.IdentityType identityType) |
public FileIdentityQueryHelper(org.picketlink.idm.query.IdentityQuery<?> identityQuery,
FileBasedIdentityStore identityStore)
public boolean matchCreatedDateParameters(org.picketlink.idm.model.IdentityType identityType)
public boolean matchRolesOf(org.picketlink.idm.spi.SecurityContext context,
org.picketlink.idm.model.IdentityType identityType)
public boolean matchHasMember(org.picketlink.idm.spi.SecurityContext context,
org.picketlink.idm.model.IdentityType identityType)
public boolean matchHasGroupRole(org.picketlink.idm.spi.SecurityContext context,
org.picketlink.idm.model.IdentityType identityType)
public boolean matchMemberOf(org.picketlink.idm.spi.SecurityContext context,
org.picketlink.idm.model.IdentityType identityType)
public boolean matchHasRole(org.picketlink.idm.spi.SecurityContext context,
org.picketlink.idm.model.IdentityType identityType)
public boolean matchAttributes(org.picketlink.idm.model.IdentityType identityType)
Checks if the
identityType - parameters - public static boolean isQueryParameterEquals(org.picketlink.idm.query.IdentityQuery<?> identityQuery,
org.picketlink.idm.query.QueryParameter queryParameter,
Serializable valueToCompare)
public static boolean isQueryParameterEquals(org.picketlink.idm.query.IdentityQuery<?> identityQuery,
org.picketlink.idm.query.QueryParameter queryParameter,
Date valueToCompare)
public static boolean isQueryParameterGreaterThan(org.picketlink.idm.query.IdentityQuery<?> identityQuery,
org.picketlink.idm.query.QueryParameter queryParameter,
Long valueToCompare)
public static boolean isQueryParameterLessThan(org.picketlink.idm.query.IdentityQuery<?> identityQuery,
org.picketlink.idm.query.QueryParameter queryParameter,
Long valueToCompare)
public static boolean isQueryParameterGreaterOrLessThan(org.picketlink.idm.query.IdentityQuery<?> identityQuery,
org.picketlink.idm.query.QueryParameter queryParameter,
Long valueToCompare,
boolean greaterThan)
public boolean matchExpiryDateParameters(org.picketlink.idm.model.IdentityType storedEntry)
Copyright © 2013. All Rights Reserved.