public static class DefaultSyncConfig.User extends DefaultSyncConfig.Authorizable
| Constructor and Description |
|---|
DefaultSyncConfig.User() |
| Modifier and Type | Method and Description |
|---|---|
long |
getMembershipExpirationTime()
Returns the duration in milliseconds until the group membership of a user is expired.
|
long |
getMembershipNestingDepth()
Returns the maximum depth of group nesting when membership relations are synced.
|
DefaultSyncConfig.User |
setMembershipExpirationTime(long membershipExpirationTime)
Sets the membership expiration time
|
DefaultSyncConfig.User |
setMembershipNestingDepth(long membershipNestingDepth)
Sets the group nesting depth.
|
getAutoMembership, getExpirationTime, getPathPrefix, getPropertyMapping, setAutoMembership, setExpirationTime, setPathPrefix, setPropertyMappingpublic long getMembershipExpirationTime()
@Nonnull public DefaultSyncConfig.User setMembershipExpirationTime(long membershipExpirationTime)
membershipExpirationTime - the time in milliseconds.thisgetMembershipExpirationTime()public long getMembershipNestingDepth()
@Nonnull public DefaultSyncConfig.User setMembershipNestingDepth(long membershipNestingDepth)
membershipNestingDepth - the depth.thisgetMembershipNestingDepth()Copyright © 2012-2016 The Apache Software Foundation. All Rights Reserved.