A B C D E F G H I M N O P S T V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractSimpleObfuscatingFunction - Class in org.unidata.mdm.core.type.model.source.obfuscate.impl
-
Abstract class for obfuscating function which process simple attributes.
- AbstractSimpleObfuscatingFunction() - Constructor for class org.unidata.mdm.core.type.model.source.obfuscate.impl.AbstractSimpleObfuscatingFunction
- ANY - org.unidata.mdm.core.type.model.source.attribute.SimpleDataType
B
- BLOB - org.unidata.mdm.core.type.model.source.attribute.SimpleDataType
- block(List<Object>) - Method in class org.unidata.mdm.core.context.ObfuscateAttributeValueContext.ObfuscateAttributeValueContextBuilder
-
Sets the block of attribute values involved in the obfuscation context.
- BOOLEAN - org.unidata.mdm.core.type.model.source.attribute.SimpleDataType
- build() - Method in class org.unidata.mdm.core.context.ObfuscateAttributeValueContext.ObfuscateAttributeValueContextBuilder
-
Constructs a new
ObfuscateAttributeValueContext
instance using the current builder state. - builder() - Static method in class org.unidata.mdm.core.context.ObfuscateAttributeValueContext
-
Returns a new builder instance for
ObfuscateAttributeValueContext
.
C
- CLOB - org.unidata.mdm.core.type.model.source.attribute.SimpleDataType
- com.universe.mdm.rest.v1.oauth2.type - package com.universe.mdm.rest.v1.oauth2.type
D
- DATE - org.unidata.mdm.core.type.model.source.attribute.SimpleDataType
E
- extractUserInfo(HttpResponse) - Method in interface com.universe.mdm.rest.v1.oauth2.type.OAuth2Provider
-
Extracts user information from HTTP response of
OAuth2Provider.getUserInfoUri()
request.
F
- fromValue(String) - Static method in enum org.unidata.mdm.core.type.model.source.attribute.SimpleDataType
G
- getAuthorizationUri() - Method in interface com.universe.mdm.rest.v1.oauth2.type.OAuth2Provider
-
Gets authorization URI, that used for redirecting to authorization server.
- getBlock() - Method in class org.unidata.mdm.core.context.ObfuscateAttributeValueContext
-
Returns the list of attribute values participating in the same obfuscation batch.
- getBody() - Method in class com.universe.mdm.rest.v1.oauth2.type.HttpResponse
- getClientId() - Method in interface com.universe.mdm.rest.v1.oauth2.type.OAuth2Provider
- getClientSecret() - Method in interface com.universe.mdm.rest.v1.oauth2.type.OAuth2Provider
- getDescription() - Method in interface org.unidata.mdm.core.type.model.source.obfuscate.ObfuscatingFunction
-
Returns description of function.
- getDisplayName() - Method in interface org.unidata.mdm.core.type.model.source.obfuscate.ObfuscatingFunction
-
Returns display name of function.
- getEmail() - Method in class com.universe.mdm.rest.v1.oauth2.type.OAuth2UserInfo
- getEmailNotification() - Method in class com.universe.mdm.rest.v1.oauth2.type.OAuth2UserInfo
- getFirstName() - Method in class com.universe.mdm.rest.v1.oauth2.type.OAuth2UserInfo
- getHeaders() - Method in class com.universe.mdm.rest.v1.oauth2.type.HttpResponse
- getId() - Method in interface com.universe.mdm.rest.v1.oauth2.type.OAuth2Provider
-
Gets provider ID.
- getLastName() - Method in class com.universe.mdm.rest.v1.oauth2.type.OAuth2UserInfo
- getLocale() - Method in class com.universe.mdm.rest.v1.oauth2.type.OAuth2UserInfo
- getLogin() - Method in class com.universe.mdm.rest.v1.oauth2.type.OAuth2UserInfo
- getMiddleName() - Method in class com.universe.mdm.rest.v1.oauth2.type.OAuth2UserInfo
- getName() - Method in class org.unidata.mdm.core.type.model.source.obfuscate.impl.AbstractSimpleObfuscatingFunction
-
Returns FQN of the function class.
- getName() - Method in interface org.unidata.mdm.core.type.model.source.obfuscate.ObfuscatingFunction
-
Returns FQN of the function class.
- getPosition() - Method in class org.unidata.mdm.core.context.ObfuscateAttributeValueContext
-
Returns the identifier of the attribute value in the values context batch.
- getRoles() - Method in class com.universe.mdm.rest.v1.oauth2.type.OAuth2UserInfo
- getScope() - Method in interface com.universe.mdm.rest.v1.oauth2.type.OAuth2Provider
-
OPTIONAL.
- getSimpleDataType() - Method in class org.unidata.mdm.core.type.model.source.obfuscate.impl.AbstractSimpleObfuscatingFunction
- getStatusCode() - Method in class com.universe.mdm.rest.v1.oauth2.type.HttpResponse
- getTokenUri() - Method in interface com.universe.mdm.rest.v1.oauth2.type.OAuth2Provider
-
Gets token URI, that used for getting access token from authorization server by web-application.
- getUserInfoUri() - Method in interface com.universe.mdm.rest.v1.oauth2.type.OAuth2Provider
-
Gets user info URI, that used for getting user information from resource server.
- getValue() - Method in class org.unidata.mdm.core.context.ObfuscateAttributeValueContext
-
Returns the attribute value that is to be obfuscated.
H
- HttpResponse - Class in com.universe.mdm.rest.v1.oauth2.type
-
Compact representation of HTTP response.
- HttpResponse(int, Map<String, List<String>>, byte[]) - Constructor for class com.universe.mdm.rest.v1.oauth2.type.HttpResponse
-
Constructor.
I
- INTEGER - org.unidata.mdm.core.type.model.source.attribute.SimpleDataType
- isActive() - Method in class com.universe.mdm.rest.v1.oauth2.type.OAuth2UserInfo
- isAdmin() - Method in class com.universe.mdm.rest.v1.oauth2.type.OAuth2UserInfo
- isBasicAuthenticationForTokenRequest() - Method in interface com.universe.mdm.rest.v1.oauth2.type.OAuth2Provider
- isSimple() - Method in class org.unidata.mdm.core.type.model.source.obfuscate.impl.AbstractSimpleObfuscatingFunction
-
Shows is this obfuscating function processes simple attributes.
- isSimple() - Method in interface org.unidata.mdm.core.type.model.source.obfuscate.ObfuscatingFunction
-
Shows is this obfuscating function processes simple attributes.
M
- MEASURED - org.unidata.mdm.core.type.model.source.attribute.SimpleDataType
N
- NUMBER - org.unidata.mdm.core.type.model.source.attribute.SimpleDataType
O
- OAuth2Provider - Interface in com.universe.mdm.rest.v1.oauth2.type
-
OAuth 2.0 authentication provider using authorization code grant flow according to RFC 6749.
- OAuth2UserInfo - Class in com.universe.mdm.rest.v1.oauth2.type
-
This class represents user, that authenticated with OAuth 2.0.
- OAuth2UserInfo(String) - Constructor for class com.universe.mdm.rest.v1.oauth2.type.OAuth2UserInfo
-
Constructor.
- obfuscate(ObfuscateAttributeValueContext) - Method in interface org.unidata.mdm.core.type.model.source.obfuscate.ObfuscatingFunction
-
Starts obfuscating process for provided attribute.
- ObfuscateAttributeValueContext - Class in org.unidata.mdm.core.context
-
Container for obfuscating function parameters.
- ObfuscateAttributeValueContext.ObfuscateAttributeValueContextBuilder - Class in org.unidata.mdm.core.context
-
Builder for constructing
ObfuscateAttributeValueContext
instances. - ObfuscateAttributeValueContextBuilder() - Constructor for class org.unidata.mdm.core.context.ObfuscateAttributeValueContext.ObfuscateAttributeValueContextBuilder
- ObfuscatingFunction - Interface in org.unidata.mdm.core.type.model.source.obfuscate
- org.unidata.mdm.core.context - package org.unidata.mdm.core.context
- org.unidata.mdm.core.type.model.source.attribute - package org.unidata.mdm.core.type.model.source.attribute
- org.unidata.mdm.core.type.model.source.obfuscate - package org.unidata.mdm.core.type.model.source.obfuscate
- org.unidata.mdm.core.type.model.source.obfuscate.impl - package org.unidata.mdm.core.type.model.source.obfuscate.impl
P
- position(int) - Method in class org.unidata.mdm.core.context.ObfuscateAttributeValueContext.ObfuscateAttributeValueContextBuilder
-
Sets the position of the current attribute value in the context batch.
S
- setActive(boolean) - Method in class com.universe.mdm.rest.v1.oauth2.type.OAuth2UserInfo
-
Sets whether user is active or not.
- setAdmin(boolean) - Method in class com.universe.mdm.rest.v1.oauth2.type.OAuth2UserInfo
-
Sets whether user is admin or not.
- setEmail(String) - Method in class com.universe.mdm.rest.v1.oauth2.type.OAuth2UserInfo
-
Sets user email.
- setEmailNotification(boolean) - Method in class com.universe.mdm.rest.v1.oauth2.type.OAuth2UserInfo
-
Sets whether user has email notifications enabled or not.
- setFirstName(String) - Method in class com.universe.mdm.rest.v1.oauth2.type.OAuth2UserInfo
-
Sets user first name.
- setLastName(String) - Method in class com.universe.mdm.rest.v1.oauth2.type.OAuth2UserInfo
-
Sets user last name.
- setLocale(Locale) - Method in class com.universe.mdm.rest.v1.oauth2.type.OAuth2UserInfo
-
Sets user locale.
- setMiddleName(String) - Method in class com.universe.mdm.rest.v1.oauth2.type.OAuth2UserInfo
-
Sets user middle name.
- setRoles(List<String>) - Method in class com.universe.mdm.rest.v1.oauth2.type.OAuth2UserInfo
-
Sets user roles names.
- SimpleDataType - Enum in org.unidata.mdm.core.type.model.source.attribute
- STRING - org.unidata.mdm.core.type.model.source.attribute.SimpleDataType
T
- TIME - org.unidata.mdm.core.type.model.source.attribute.SimpleDataType
- TIMESTAMP - org.unidata.mdm.core.type.model.source.attribute.SimpleDataType
V
- value() - Method in enum org.unidata.mdm.core.type.model.source.attribute.SimpleDataType
- value(Object) - Method in class org.unidata.mdm.core.context.ObfuscateAttributeValueContext.ObfuscateAttributeValueContextBuilder
-
Sets the attribute value that needs to be obfuscated.
- valueOf(String) - Static method in enum org.unidata.mdm.core.type.model.source.attribute.SimpleDataType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.unidata.mdm.core.type.model.source.attribute.SimpleDataType
-
Returns an array containing the constants of this enum type, in the order they are declared.
All Classes All Packages