| Modifier and Type | Method and Description | 
|---|---|
| ExtendedProperty | JpsConfiguration. getExtendedProperties()Returns all extended properties configured. | 
| ExtendedProperty | ServiceInstanceDescriptor. getExtendedProperty() | 
| ExtendedProperty | ServiceProviderDescriptor. getExtendedProperty() | 
| ExtendedProperty | ExtendedPropertySet. toExtendedProperty()Convert this ExtendedPropertySet instance into a ExtendedProperty instance using fully-qualified property names | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ExtendedProperty. putAll(ExtendedProperty ep)Copies all the key/values from the specified extended property to the existing extended property | 
| Modifier and Type | Method and Description | 
|---|---|
| ExtendedProperty | IdentityStoreService. getExtendedProperty()Returns all the extended properties configured for this service instance | 
| ExtendedProperty | IdentityStoreService. getExtendedProperty(java.lang.String realmName)Returns all the extended properties configured for this service for the given realm name | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ApplicationPolicy. createAppRole(java.lang.String appRoleName, java.lang.String displayName, java.lang.String desc, ExtendedProperty appRoleAttributes)Creates the requested application role in the policy store with extended attributes. | 
| void | ApplicationPolicy. createAppRole(java.lang.String appRoleName, java.lang.String displayName, java.lang.String desc, java.lang.String guid, ExtendedProperty appRoleAttributes)Creates the requested application role in the policy store with extended attributes. | 
| Modifier and Type | Method and Description | 
|---|---|
| ExtendedProperty | AppRoleEntry. getExtendedAttributes()Returns the extended attributes of an application role (if any). | 
| Modifier and Type | Method and Description | 
|---|---|
| ExtendedProperty | SsoServiceConfig. getExtendedProperty()Gets the combined extended properties of an SSO  ServiceInstanceandServiceProvider. |