public static interface JBossAuthCacheInvalidationFactory.TimeCacheExpiry
Modifier and Type | Method and Description |
---|---|
void |
register(String securityDomain,
Date expiry,
Principal principal)
Register a Principal that has an expiry at
Date |
void register(String securityDomain, Date expiry, Principal principal)
Date
securityDomain
- the security domain under which the principal may be cached in a subjectexpiry
- when to expire the principal and hence the subjectprincipal
- the principal which needs to be expiredCopyright © 2021 JBoss by Red Hat. All rights reserved.