public abstract static class DefaultSyncConfig.Authorizable extends Object
| Constructor and Description |
|---|
Authorizable() |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getAutoMembership()
Defines the set of group names that are automatically added to synced authorizable.
|
long |
getExpirationTime()
Returns the duration in milliseconds until a synced authorizable gets expired.
|
String |
getPathPrefix()
Defines the authorizables intermediate path prefix that is used when creating new authorizables.
|
Map<String,String> |
getPropertyMapping()
Defines the mapping of internal property names from external values.
|
DefaultSyncConfig.Authorizable |
setAutoMembership(String... autoMembership)
Sets the auto membership
|
DefaultSyncConfig.Authorizable |
setExpirationTime(long expirationTime)
Sets the expiration time.
|
DefaultSyncConfig.Authorizable |
setPathPrefix(String pathPrefix)
Sets the path prefix.
|
DefaultSyncConfig.Authorizable |
setPropertyMapping(Map<String,String> propertyMapping)
Sets the property mapping.
|
public long getExpirationTime()
public DefaultSyncConfig.Authorizable setExpirationTime(long expirationTime)
expirationTime - time in milliseconds.thisgetExpirationTime()public Set<String> getAutoMembership()
public DefaultSyncConfig.Authorizable setAutoMembership(String... autoMembership)
autoMembership - the membershipthisgetAutoMembership()public Map<String,String> getPropertyMapping()
public DefaultSyncConfig.Authorizable setPropertyMapping(Map<String,String> propertyMapping)
propertyMapping - the mappingthisgetPropertyMapping()public String getPathPrefix()
ExternalIdentity.public DefaultSyncConfig.Authorizable setPathPrefix(String pathPrefix)
pathPrefix - the path prefix.thisgetPathPrefix()"Copyright © 2010 - 2017 Adobe Systems Incorporated. All Rights Reserved"