A B C D E F G H I J K L M N O P R S T U V W 
All Classes All Packages

A

AbstractAttributeValueSyntaxFactory<T> - Class in pl.edu.icm.unity.engine.api.attributes
Generic AttributeValueSyntax factory simplifying its creation.
AbstractAttributeValueSyntaxFactory(String, Supplier<AttributeValueSyntax<T>>) - Constructor for class pl.edu.icm.unity.engine.api.attributes.AbstractAttributeValueSyntaxFactory
 
AbstractCredentialRetrieval<T extends CredentialExchange> - Class in pl.edu.icm.unity.engine.api.authn
Common code for all CredentialRetrieval implementations.
AbstractCredentialRetrieval(String) - Constructor for class pl.edu.icm.unity.engine.api.authn.AbstractCredentialRetrieval
 
AbstractCredentialRetrievalFactory<T extends CredentialRetrieval> - Class in pl.edu.icm.unity.engine.api.authn
Common boilerplate for CredentialRetrievalFactory implementations.
AbstractCredentialRetrievalFactory(String, String, String, ObjectFactory<T>, String) - Constructor for class pl.edu.icm.unity.engine.api.authn.AbstractCredentialRetrievalFactory
 
AbstractCredentialVerificatorFactory - Class in pl.edu.icm.unity.engine.api.authn
Helper to easily create credential factories.
AbstractCredentialVerificatorFactory(String, String, ObjectFactory<? extends CredentialVerificator>) - Constructor for class pl.edu.icm.unity.engine.api.authn.AbstractCredentialVerificatorFactory
 
AbstractEndpoint - Class in pl.edu.icm.unity.engine.api.endpoint
Typical boilerplate for all endpoints.
AbstractEndpoint() - Constructor for class pl.edu.icm.unity.engine.api.endpoint.AbstractEndpoint
 
AbstractInputTranslationActionFactory - Class in pl.edu.icm.unity.engine.translation.in.action
Boilerplate code for the input profile's InputTranslationActionFactory implementations.
AbstractInputTranslationActionFactory(String, ActionParameterDefinition...) - Constructor for class pl.edu.icm.unity.engine.translation.in.action.AbstractInputTranslationActionFactory
 
AbstractLocalCredentialVerificatorFactory - Class in pl.edu.icm.unity.engine.api.authn.local
Helper to easily create credential factories.
AbstractLocalCredentialVerificatorFactory(String, String, boolean, ObjectFactory<? extends LocalCredentialVerificator>) - Constructor for class pl.edu.icm.unity.engine.api.authn.local.AbstractLocalCredentialVerificatorFactory
 
AbstractLocalVerificator - Class in pl.edu.icm.unity.engine.api.authn.local
Abstract LocalCredentialVerificator with a common boilerplate code.
AbstractLocalVerificator(String, String, String, boolean) - Constructor for class pl.edu.icm.unity.engine.api.authn.local.AbstractLocalVerificator
 
AbstractOutputTranslationActionFactory - Class in pl.edu.icm.unity.engine.translation.out.action
Boilerplate code for the output profile's OutputTranslationActionFactory implementations.
AbstractOutputTranslationActionFactory(String, ActionParameterDefinition...) - Constructor for class pl.edu.icm.unity.engine.translation.out.action.AbstractOutputTranslationActionFactory
 
AbstractRemoteVerificator - Class in pl.edu.icm.unity.engine.api.authn.remote
Minor helper for remote verificators to properly call RemoteAuthnResultTranslator
AbstractRemoteVerificator(String, String, String, RemoteAuthnResultTranslator) - Constructor for class pl.edu.icm.unity.engine.api.authn.remote.AbstractRemoteVerificator
 
AbstractVerificator - Class in pl.edu.icm.unity.engine.api.authn
Abstract CredentialVerificator with a common boilerplate code.
AbstractVerificator(String, String, String) - Constructor for class pl.edu.icm.unity.engine.api.authn.AbstractVerificator
 
AbstractWebEndpoint - Class in pl.edu.icm.unity.engine.api.endpoint
Typical boilerplate for all WebAppEndpointInstances.
AbstractWebEndpoint(NetworkServer, AdvertisedAddressProvider) - Constructor for class pl.edu.icm.unity.engine.api.endpoint.AbstractWebEndpoint
 
accept - pl.edu.icm.unity.engine.api.translation.form.TranslatedRegistrationRequest.AutomaticRequestAction
 
accept - pl.edu.icm.unity.types.registration.RegistrationRequestAction
 
accept(ProjectRequestParam) - Method in interface pl.edu.icm.unity.engine.api.project.ProjectRequestManagement
Accept project request
acceptanceStatus - Variable in class pl.edu.icm.unity.engine.api.policyAgreement.PolicyAgreementState
 
acceptanceStatus - Variable in class pl.edu.icm.unity.types.policyAgreement.PolicyAgreementDecision
 
accepted - pl.edu.icm.unity.types.registration.RegistrationRequestStatus
 
ACCEPTED - pl.edu.icm.unity.types.policyAgreement.PolicyAgreementAcceptanceStatus
 
ACCOUNT_ACTIVATED_NOTIFICATION - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
ACCOUNT_DISABLED_NOTIFICATION - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
ACCOUNT_REMOVED_NOTIFICATION - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
action - Variable in class pl.edu.icm.unity.types.translation.TranslationRule
 
action(AuditEventAction) - Method in class pl.edu.icm.unity.types.basic.audit.AuditEvent.AuditEventBuilder
 
ActionParameterDefinition - Class in pl.edu.icm.unity.types.translation
Describes parameter of a translation action.
ActionParameterDefinition(String, String, Class<? extends Enum<?>>, boolean) - Constructor for class pl.edu.icm.unity.types.translation.ActionParameterDefinition
 
ActionParameterDefinition(String, String, ActionParameterDefinition.Type, boolean) - Constructor for class pl.edu.icm.unity.types.translation.ActionParameterDefinition
 
ActionParameterDefinition(String, String, ActionParameterDefinition.Type, boolean, ActionParameterDefinitionDetails) - Constructor for class pl.edu.icm.unity.types.translation.ActionParameterDefinition
 
ActionParameterDefinition.Type - Enum in pl.edu.icm.unity.types.translation
 
ActionParameterDefinitionDetails - Interface in pl.edu.icm.unity.types.translation
 
actionType - Variable in class pl.edu.icm.unity.engine.api.translation.TranslationActionInstance
 
ACTIVE_VALUE_CLIENT - Static variable in class pl.edu.icm.unity.engine.api.idp.CommonIdPProperties
 
ACTIVE_VALUE_MULTI_SELECTABLE - Static variable in class pl.edu.icm.unity.engine.api.idp.CommonIdPProperties
 
ACTIVE_VALUE_SELECTION_PFX - Static variable in class pl.edu.icm.unity.engine.api.idp.CommonIdPProperties
 
ACTIVE_VALUE_SINGLE_SELECTABLE - Static variable in class pl.edu.icm.unity.engine.api.idp.CommonIdPProperties
 
ActiveValueSelectionConfig(List<DynamicAttribute>, List<DynamicAttribute>, List<DynamicAttribute>) - Constructor for class pl.edu.icm.unity.engine.api.idp.CommonIdPProperties.ActiveValueSelectionConfig
 
ADD - pl.edu.icm.unity.types.basic.audit.AuditEventAction
 
ADD_IF_GROUP_EXISTS - pl.edu.icm.unity.engine.api.translation.in.GroupEffectMode
Identity will be added to the target group only if the group exists.
addAllValues(Map<String, String>) - Method in class pl.edu.icm.unity.types.I18nString
 
addAttribute(RemoteAttribute) - Method in class pl.edu.icm.unity.engine.api.authn.remote.RemotelyAuthenticatedInput
 
addAttribute(MappedAttribute) - Method in class pl.edu.icm.unity.engine.api.translation.in.MappingResult
 
addAttribute(Attribute) - Method in class pl.edu.icm.unity.engine.api.translation.form.TranslatedRegistrationRequest
 
addAttributeClass(String, String) - Method in class pl.edu.icm.unity.engine.api.translation.form.TranslatedRegistrationRequest
 
addAttributeClass(AttributesClass) - Method in interface pl.edu.icm.unity.engine.api.AttributeClassManagement
Defines a new attribute class
addAttributes(Collection<Attribute>) - Method in class pl.edu.icm.unity.engine.api.authn.remote.RemotelyAuthenticatedPrincipal
 
addAttributeType(AttributeType) - Method in interface pl.edu.icm.unity.engine.api.AttributeTypeManagement
Adds a new attribute type.
addAuthenticatedIdentities(Collection<String>) - Method in class pl.edu.icm.unity.engine.api.authn.LoginSession
 
addAuthenticatedWith(String) - Method in class pl.edu.icm.unity.engine.api.translation.in.MappingResult
 
addAuthenticationFlow(AuthenticationFlowDefinition) - Method in interface pl.edu.icm.unity.engine.api.AuthenticationFlowManagement
Add new authentication flow
addAuthnContext(T) - Method in class pl.edu.icm.unity.engine.api.authn.remote.RemoteAuthenticationContextManagement
 
addCachedPrefixes(String...) - Method in class pl.edu.icm.unity.engine.api.config.UnityPropertiesHelper
All properties which start with the given regexp will be cached in a way that all properties starting with this prefix can be quickly retrieved using UnityPropertiesHelper.getSortedStringKeys(String, boolean).
addCredentialDefinition(CredentialDefinition) - Method in interface pl.edu.icm.unity.engine.api.CredentialManagement
Defines a new credential definition, so it can be assigned to entities via credential requirements and to local authenticators.
addCredentialRequirement(CredentialRequirements) - Method in interface pl.edu.icm.unity.engine.api.CredentialRequirementManagement
Defines a new credential requirements instance
AddedAgreementSelectionBuilder(Selection) - Constructor for class pl.edu.icm.unity.types.registration.BaseRegistrationInputBuilder.AddedAgreementSelectionBuilder
 
AddedCredentialCredentialParamValueBuilder(CredentialParamValue) - Constructor for class pl.edu.icm.unity.types.registration.BaseRegistrationInputBuilder.AddedCredentialCredentialParamValueBuilder
 
AddedGroupSelectionSelectionBuilder(GroupSelection) - Constructor for class pl.edu.icm.unity.types.registration.BaseRegistrationInputBuilder.AddedGroupSelectionSelectionBuilder
 
AddedIdentityIdentityParamBuilder(IdentityParam) - Constructor for class pl.edu.icm.unity.types.registration.BaseRegistrationInputBuilder.AddedIdentityIdentityParamBuilder
 
addEnquiry(EnquiryForm) - Method in interface pl.edu.icm.unity.engine.api.EnquiryManagement
Add a new enquiry form.
addEntity(IdentityParam, String, EntityState) - Method in interface pl.edu.icm.unity.engine.api.EntityManagement
addEntity(IdentityParam, String, EntityState, boolean, List<Attribute>) - Method in interface pl.edu.icm.unity.engine.api.EntityManagement
Deprecated.
addEntity(IdentityParam, String, EntityState, List<Attribute>) - Method in interface pl.edu.icm.unity.engine.api.EntityManagement
Adds a new entity with an initial identity.
addEntity(IdentityParam, EntityState) - Method in interface pl.edu.icm.unity.engine.api.EntityManagement
As EntityManagement.addEntity(IdentityParam, EntityState, List) with the empty list of attributes and default credential requirements.
addEntity(IdentityParam, EntityState, boolean) - Method in interface pl.edu.icm.unity.engine.api.EntityManagement
Deprecated.
addEntity(IdentityParam, EntityState, boolean, List<Attribute>) - Method in interface pl.edu.icm.unity.engine.api.EntityManagement
Deprecated.
addEntity(IdentityParam, EntityState, List<Attribute>) - Method in interface pl.edu.icm.unity.engine.api.EntityManagement
As EntityManagement.addEntity(IdentityParam, String, EntityState, List) with the empty list of attributes and default credential requirements.
addEntityChange(EntityChange) - Method in class pl.edu.icm.unity.engine.api.translation.in.MappingResult
 
addEventListener(EventListener) - Method in interface pl.edu.icm.unity.engine.api.event.EventListenersManagement
 
addForm(RegistrationForm) - Method in interface pl.edu.icm.unity.engine.api.RegistrationsManagement
Add a new registration form.
addGenericMessageIfError(RemoteAuthenticationResult, AuthenticationResult.ResolvableError) - Method in class pl.edu.icm.unity.engine.api.authn.remote.AbstractRemoteVerificator
 
addGroup(String, String, I18nString, boolean) - Method in interface pl.edu.icm.unity.engine.api.project.DelegatedGroupManagement
Adds group
addGroup(RemoteGroupMembership) - Method in class pl.edu.icm.unity.engine.api.authn.remote.RemotelyAuthenticatedInput
 
addGroup(MappedGroup) - Method in class pl.edu.icm.unity.engine.api.translation.in.MappingResult
 
addGroup(Group) - Method in interface pl.edu.icm.unity.engine.api.GroupsManagement
Adds a new group
addGroup(Group, boolean) - Method in interface pl.edu.icm.unity.engine.api.GroupsManagement
Adds a new group in a recursive way
addGroups(Collection<String>) - Method in class pl.edu.icm.unity.engine.api.authn.remote.RemotelyAuthenticatedPrincipal
 
addGroups(Set<Group>) - Method in interface pl.edu.icm.unity.engine.api.GroupsManagement
Adds new groups
addGroupSelection(GroupSelection) - Method in class pl.edu.icm.unity.types.registration.BaseRegistrationInput
 
addIdentities(Collection<IdentityTaV>) - Method in class pl.edu.icm.unity.engine.api.authn.remote.RemotelyAuthenticatedPrincipal
 
addIdentity(RemoteIdentity) - Method in class pl.edu.icm.unity.engine.api.authn.remote.RemotelyAuthenticatedInput
 
addIdentity(MappedIdentity) - Method in class pl.edu.icm.unity.engine.api.translation.in.MappingResult
 
addIdentity(IdentityParam) - Method in class pl.edu.icm.unity.engine.api.translation.form.TranslatedRegistrationRequest
 
addIdentity(IdentityParam, EntityParam) - Method in interface pl.edu.icm.unity.engine.api.EntityManagement
Adds a new identity under existing entity.
addIdentity(IdentityParam, EntityParam, boolean) - Method in interface pl.edu.icm.unity.engine.api.EntityManagement
Deprecated.
addIdpStatistic(IdpStatistic) - Method in interface pl.edu.icm.unity.engine.api.IdpStatisticManagement
 
addInvitation(ProjectInvitationParam) - Method in interface pl.edu.icm.unity.engine.api.project.ProjectInvitationsManagement
Ads invitation
addInvitation(InvitationParam) - Method in interface pl.edu.icm.unity.engine.api.InvitationManagement
Associates a new invitation with a form.
addInvitationProcessingParam(AutomaticInvitationProcessingParam) - Method in class pl.edu.icm.unity.engine.api.translation.form.TranslatedRegistrationRequest
 
AdditionalAuthenticationMisconfiguredException - Exception in pl.edu.icm.unity.engine.api.session
Signals that additional authentication is required prior to invoking the operation but it is not configured properly so the operation can't succeed.
AdditionalAuthenticationMisconfiguredException() - Constructor for exception pl.edu.icm.unity.engine.api.session.AdditionalAuthenticationMisconfiguredException
 
AdditionalAuthenticationRequiredException - Exception in pl.edu.icm.unity.engine.api.session
Signals that additional authentication is required prior to invoking the operation
AdditionalAuthenticationRequiredException(String) - Constructor for exception pl.edu.icm.unity.engine.api.session.AdditionalAuthenticationRequiredException
 
addListener(SandboxAuthnNotifier.AuthnResultListener) - Method in interface pl.edu.icm.unity.engine.api.authn.sandbox.SandboxAuthnNotifier
 
addMemberFromParent(String, EntityParam) - Method in interface pl.edu.icm.unity.engine.api.GroupsManagement
As GroupsManagement.addMemberFromParent(String, EntityParam, List) with an empty list of attribute classes.
addMemberFromParent(String, EntityParam, List<Attribute>) - Method in interface pl.edu.icm.unity.engine.api.GroupsManagement
Adds a new member to the group.
addMemberFromParent(String, EntityParam, List<Attribute>, String, String) - Method in interface pl.edu.icm.unity.engine.api.GroupsManagement
Adds a new member to the group.
addMembership(GroupParam) - Method in class pl.edu.icm.unity.engine.api.translation.form.TranslatedRegistrationRequest
 
addMemberToGroup(String, String, long) - Method in interface pl.edu.icm.unity.engine.api.project.DelegatedGroupManagement
Adds a new member to the group
addMessage(Message) - Method in interface pl.edu.icm.unity.engine.api.msg.MessageManagement
 
addNotificationChannel(NotificationChannel) - Method in interface pl.edu.icm.unity.engine.api.NotificationsManagement
Creates a new channel for a given facility.
addParticipant(SessionParticipant) - Method in class pl.edu.icm.unity.engine.api.session.SessionParticipants
 
AddParticipantToSessionTask(SessionParticipantTypesRegistry, SessionParticipant...) - Constructor for class pl.edu.icm.unity.engine.api.session.SessionParticipants.AddParticipantToSessionTask
 
addPersistedCertificate(NamedCertificate) - Method in interface pl.edu.icm.unity.engine.api.PKIManagement
Adds a new persisted certificate
addPolicyDocument(PolicyDocumentCreateRequest) - Method in interface pl.edu.icm.unity.engine.api.policyDocument.PolicyDocumentManagement
Adds new policy document
addProfile(TranslationProfile) - Method in interface pl.edu.icm.unity.engine.api.TranslationProfileManagement
 
addProtectedPath(String) - Method in class pl.edu.icm.unity.engine.api.utils.HiddenResourcesFilter
 
addRealm(AuthenticationRealm) - Method in interface pl.edu.icm.unity.engine.api.RealmsManagement
Creates a new realm
addRememberMeCookieAndUnityToken(HttpServletResponse, AuthenticationRealm, RememberMeToken.LoginMachineDetails, long, Date, AuthenticationOptionKey, AuthenticationOptionKey) - Method in interface pl.edu.icm.unity.engine.api.authn.RememberMeProcessor
 
addSessionParticipant(SessionParticipant) - Method in class pl.edu.icm.unity.engine.api.authn.remote.RemotelyAuthenticatedInput
 
addSessionParticipant(SessionParticipant...) - Method in interface pl.edu.icm.unity.engine.api.session.SessionManagement
Adds given participants to the current login session
addTemplate(MessageTemplate) - Method in interface pl.edu.icm.unity.engine.api.MessageTemplateManagement
 
addToken(String, String, byte[], Date, Date) - Method in interface pl.edu.icm.unity.engine.api.token.TokensManagement
Adds a new token without owner
addToken(String, String, EntityParam, byte[], Date, Date) - Method in interface pl.edu.icm.unity.engine.api.token.TokensManagement
Adds a new token
addTokenExpirationListener(TokensManagement.TokenExpirationListener, String) - Method in interface pl.edu.icm.unity.engine.api.token.TokensManagement
Adds a new listenr which is notified about expired tokens of a specified type
addValue(String, String) - Method in class pl.edu.icm.unity.types.I18nString
 
addVolatileCertificate(String, X509Certificate) - Method in interface pl.edu.icm.unity.engine.api.PKIManagement
Adds a new volatile certificate
AdminComment - Class in pl.edu.icm.unity.types.registration
Comment made by a system entity, i.e.
AdminComment() - Constructor for class pl.edu.icm.unity.types.registration.AdminComment
 
AdminComment(String, long, boolean) - Constructor for class pl.edu.icm.unity.types.registration.AdminComment
 
ADVERTISED_HOST - Static variable in class pl.edu.icm.unity.engine.api.config.UnityHttpServerConfiguration
 
AdvertisedAddressProvider - Interface in pl.edu.icm.unity.engine.api.server
 
advertisedAddrProvider - Variable in class pl.edu.icm.unity.engine.api.endpoint.AbstractWebEndpoint
 
afterRemoteLoginFromRegistrationForm - pl.edu.icm.unity.types.registration.RegistrationContext.TriggeringMode
The form was submitted as a result of secondary sign up step, where a remote authentication was used to fill out registration form.
afterRemoteLoginWhenUnknownUser - pl.edu.icm.unity.types.registration.RegistrationContext.TriggeringMode
Form was shown after a successful remote authentication which was not mapped to a local entity by an input translation profile.
AGREEMENT - pl.edu.icm.unity.exceptions.IllegalFormContentsException.Category
 
AGREEMENT - pl.edu.icm.unity.types.registration.layout.FormLayoutElement
 
AgreementRegistrationParam - Class in pl.edu.icm.unity.types.registration
Defines an agreement to be shown.
AgreementRegistrationParam() - Constructor for class pl.edu.icm.unity.types.registration.AgreementRegistrationParam
 
AgreementRegistrationParam(I18nString, boolean) - Constructor for class pl.edu.icm.unity.types.registration.AgreementRegistrationParam
 
agreements - Variable in class pl.edu.icm.unity.engine.api.idp.IdpPolicyAgreementsConfiguration
 
agrs - pl.edu.icm.unity.engine.api.translation.form.RegistrationMVELContextKey
 
all - pl.edu.icm.unity.types.registration.GroupRegistrationParam.IncludeGroupsMode
 
ALL_OPTS - Static variable in class pl.edu.icm.unity.types.authn.AuthenticationOptionsSelector
 
allForAuthenticator(String) - Static method in class pl.edu.icm.unity.types.authn.AuthenticationOptionsSelector
 
allow - pl.edu.icm.unity.engine.api.config.UnityHttpServerConfiguration.XFrameOptions
 
ALLOW_FULL_HTML - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
ALLOW_NOT_PROXIED_TRAFFIC - Static variable in class pl.edu.icm.unity.engine.api.config.UnityHttpServerConfiguration
 
ALLOWED_IMMEDIATE_CLIENTS - Static variable in class pl.edu.icm.unity.engine.api.config.UnityHttpServerConfiguration
 
ALLOWED_TO_EMBED - Static variable in class pl.edu.icm.unity.engine.api.config.UnityHttpServerConfiguration
 
allowFor2ndFactor - pl.edu.icm.unity.types.authn.RememberMePolicy
 
allowForWholeAuthn - pl.edu.icm.unity.types.authn.RememberMePolicy
 
allowFrom - pl.edu.icm.unity.engine.api.config.UnityHttpServerConfiguration.XFrameOptions
 
allowModifyGroups - Variable in class pl.edu.icm.unity.engine.api.project.ProjectInvitationParam
 
AlreadyMemberException() - Constructor for exception pl.edu.icm.unity.engine.api.project.ProjectInvitationsManagement.AlreadyMemberException
 
applyRule(TranslationRule) - Method in interface pl.edu.icm.unity.engine.api.BulkProcessingManagement
Schedule a rule to be invoked immediately.
applyRuleSync(TranslationRule, long) - Method in interface pl.edu.icm.unity.engine.api.BulkProcessingManagement
 
areEqual(T, Object) - Method in interface pl.edu.icm.unity.engine.api.attributes.AttributeValueSyntax
 
areEqualStringValue(String, String) - Method in interface pl.edu.icm.unity.engine.api.attributes.AttributeValueSyntax
Converts values from string and then performs equality checking
AsciidoctorFormatter - Class in pl.edu.icm.unity.doc.utils
Generates Asciidoc table with properties info
AsciidoctorFormatter() - Constructor for class pl.edu.icm.unity.doc.utils.AsciidoctorFormatter
 
asLocal() - Method in interface pl.edu.icm.unity.engine.api.authn.AuthenticationResult
 
asRemote() - Method in interface pl.edu.icm.unity.engine.api.authn.AuthenticationResult
 
asRemote() - Method in class pl.edu.icm.unity.engine.api.authn.sandbox.SandboxAuthenticationResult
 
assembleAuthenticationResult(RemotelyAuthenticatedPrincipal, String, boolean) - Method in interface pl.edu.icm.unity.engine.api.authn.remote.RemoteAuthnResultTranslator
Tries to resolve the primary identity from the previously created RemotelyAuthenticatedPrincipal (usually via #processRemoteInput(RemotelyAuthenticatedInput)) and returns a final AuthenticationResult depending on the success of this action.
assertPrefillMatchesForm(FormPrefill, BaseForm) - Method in class pl.edu.icm.unity.types.registration.invite.InvitationParam
 
assertTypesAreTheSame(InvitationParam) - Method in class pl.edu.icm.unity.types.registration.invite.InvitationParam
 
attr - pl.edu.icm.unity.engine.api.attributes.AttributeStatementMVELContextKey
 
attr - pl.edu.icm.unity.engine.api.bulkops.EntityMVELContextKey
 
attr - pl.edu.icm.unity.engine.api.translation.form.RegistrationMVELContextKey
 
attr - pl.edu.icm.unity.engine.api.translation.in.InputTranslationMVELContextKey
 
attr - pl.edu.icm.unity.engine.api.translation.out.OutputTranslationMVELContextKey
 
attribtues - Variable in class pl.edu.icm.unity.engine.api.bulk.EntityGroupAttributes
 
attribute - pl.edu.icm.unity.engine.api.confirmation.EmailConfirmationRedirectURLBuilder.ConfirmedElementType
 
Attribute - Class in pl.edu.icm.unity.types.basic
Represents an attribute instance.
Attribute(ObjectNode) - Constructor for class pl.edu.icm.unity.types.basic.Attribute
Full deserialization from JSON
Attribute(String, String, String, ObjectNode) - Constructor for class pl.edu.icm.unity.types.basic.Attribute
Partial deserialization from JSON
Attribute(String, String, String, List<String>) - Constructor for class pl.edu.icm.unity.types.basic.Attribute
 
Attribute(String, String, String, List<String>, String, String) - Constructor for class pl.edu.icm.unity.types.basic.Attribute
Full constructor
Attribute(Attribute) - Constructor for class pl.edu.icm.unity.types.basic.Attribute
 
ATTRIBUTE - pl.edu.icm.unity.exceptions.IllegalFormContentsException.Category
 
ATTRIBUTE - pl.edu.icm.unity.types.basic.audit.AuditEventType
 
ATTRIBUTE - pl.edu.icm.unity.types.registration.layout.FormLayoutElement
 
AttributeClassHelper - Class in pl.edu.icm.unity.engine.api.attributes
Helper for handling AttributesClasses of an entity.
AttributeClassHelper() - Constructor for class pl.edu.icm.unity.engine.api.attributes.AttributeClassHelper
 
AttributeClassHelper(Map<String, AttributesClass>, Collection<String>) - Constructor for class pl.edu.icm.unity.engine.api.attributes.AttributeClassHelper
 
AttributeClassManagement - Interface in pl.edu.icm.unity.engine.api
Attribute class management API.
AttributeEffectMode - Enum in pl.edu.icm.unity.engine.api.translation.in
Defines how a mapped attribute should be handled.
AttributeExt - Class in pl.edu.icm.unity.types.basic
Extends the basic Attribute with metadata which is set by the server when returning attributes.
AttributeExt(ObjectNode) - Constructor for class pl.edu.icm.unity.types.basic.AttributeExt
 
AttributeExt(String, String, String, ObjectNode) - Constructor for class pl.edu.icm.unity.types.basic.AttributeExt
 
AttributeExt(AttributeExt) - Constructor for class pl.edu.icm.unity.types.basic.AttributeExt
Cloning constructor.
AttributeExt(AttributeExt, Date, Date) - Constructor for class pl.edu.icm.unity.types.basic.AttributeExt
Cloning constructor.
AttributeExt(Attribute, boolean) - Constructor for class pl.edu.icm.unity.types.basic.AttributeExt
Upcasts Attribute to AttributeExt, creation and update dates are set to current time.
AttributeExt(Attribute, boolean, Date, Date) - Constructor for class pl.edu.icm.unity.types.basic.AttributeExt
 
AttributeMetadataProvider - Interface in pl.edu.icm.unity.engine.api.attributes
Implementation defines an AttributeType metadata.
AttributeMetadataProvidersRegistry - Class in pl.edu.icm.unity.engine.api.attributes
 
AttributeMetadataProvidersRegistry(Optional<List<AttributeMetadataProvider>>) - Constructor for class pl.edu.icm.unity.engine.api.attributes.AttributeMetadataProvidersRegistry
 
AttributeRegistrationParam - Class in pl.edu.icm.unity.types.registration
Attribute registration option.
AttributeRegistrationParam() - Constructor for class pl.edu.icm.unity.types.registration.AttributeRegistrationParam
 
AttributeRegistrationParamBuilder(AttributeRegistrationParam, T) - Constructor for class pl.edu.icm.unity.types.registration.BaseFormBuilder.AttributeRegistrationParamBuilder
 
attributes - Variable in class pl.edu.icm.unity.engine.api.project.DelegatedGroupMember
 
attributes - Variable in class pl.edu.icm.unity.types.basic.GroupDelegationConfiguration
 
attributes - Variable in class pl.edu.icm.unity.types.basic.MultiGroupMembers.EntityGroupAttributes
 
AttributesClass - Class in pl.edu.icm.unity.types.basic
Represents attribute class, i.e.
AttributesClass() - Constructor for class pl.edu.icm.unity.types.basic.AttributesClass
Creates an empty, anonymous AC: nothing is required nor allowed
AttributesClass(String, String, Set<String>, Set<String>, boolean, Set<String>) - Constructor for class pl.edu.icm.unity.types.basic.AttributesClass
 
AttributesContentPublicServletProvider - Interface in pl.edu.icm.unity.engine.api.wellknown
Provides servlet with public access to user's content stored in attributes, of those syntaxes that provides AttributeValueSyntax.publicExposureSpec() implementation.
attributesGroup - Variable in class pl.edu.icm.unity.engine.api.bulk.EntityInGroupData
 
attributesInGroups - Variable in class pl.edu.icm.unity.types.basic.EntityWithAttributes
 
AttributesManagement - Interface in pl.edu.icm.unity.engine.api
Attributes management API.
AttributeStatement - Class in pl.edu.icm.unity.types.basic
Attribute statement allows for generating dynamic attributes.
AttributeStatement() - Constructor for class pl.edu.icm.unity.types.basic.AttributeStatement
 
AttributeStatement(ObjectNode) - Constructor for class pl.edu.icm.unity.types.basic.AttributeStatement
 
AttributeStatement(String, String, AttributeStatement.ConflictResolution, String, String) - Constructor for class pl.edu.icm.unity.types.basic.AttributeStatement
Creates a statement assigning a dynamic attribute
AttributeStatement(String, String, AttributeStatement.ConflictResolution, Attribute) - Constructor for class pl.edu.icm.unity.types.basic.AttributeStatement
Creates a statement assigning a fixed attribute
AttributeStatement.ConflictResolution - Enum in pl.edu.icm.unity.types.basic
 
AttributeStatement.Direction - Enum in pl.edu.icm.unity.types.basic
 
AttributeStatementMVELContextKey - Enum in pl.edu.icm.unity.engine.api.attributes
 
AttributeSupport - Interface in pl.edu.icm.unity.engine.api.attributes
This interface collect engine's operations related to attributes.
AttributeSyntaxFactoriesRegistry - Class in pl.edu.icm.unity.engine.api.attributes
Maintains a simple registry of available AttributeValueSyntaxFactoryies.
AttributeSyntaxFactoriesRegistry(Optional<List<AttributeValueSyntaxFactory<?>>>) - Constructor for class pl.edu.icm.unity.engine.api.attributes.AttributeSyntaxFactoriesRegistry
 
AttributeType - Class in pl.edu.icm.unity.types.basic
Attribute type defines rules for handling attributes.
AttributeType() - Constructor for class pl.edu.icm.unity.types.basic.AttributeType
 
AttributeType(ObjectNode) - Constructor for class pl.edu.icm.unity.types.basic.AttributeType
 
AttributeType(String, String) - Constructor for class pl.edu.icm.unity.types.basic.AttributeType
 
AttributeType(String, String, MessageSource) - Constructor for class pl.edu.icm.unity.types.basic.AttributeType
This version resolves the descriptions of the attribute from the message bundles.
AttributeType(String, String, MessageSource, String, Object[]) - Constructor for class pl.edu.icm.unity.types.basic.AttributeType
This version resolves the descriptions of the attribute from the message bundles.
AttributeType(String, String, I18nString, I18nString) - Constructor for class pl.edu.icm.unity.types.basic.AttributeType
 
AttributeTypeManagement - Interface in pl.edu.icm.unity.engine.api
Attribute types management API.
AttributeTypeSupport - Interface in pl.edu.icm.unity.engine.api.attributes
API helping to manipulate attributes, used internally
AttributeValueConverter - Interface in pl.edu.icm.unity.engine.api
Performs conversion of Attribute values in a convenient to use way.
AttributeValueSyntax<T> - Interface in pl.edu.icm.unity.engine.api.attributes
Base interface defining attribute value syntax.
AttributeValueSyntaxFactory<T> - Interface in pl.edu.icm.unity.engine.api.attributes
Implementations allow to instantiate AttributeValueSyntax instances.
attrObj - pl.edu.icm.unity.engine.api.translation.in.InputTranslationMVELContextKey
 
attrObj - pl.edu.icm.unity.engine.api.translation.out.OutputTranslationMVELContextKey
 
attrs - pl.edu.icm.unity.engine.api.attributes.AttributeStatementMVELContextKey
 
attrs - pl.edu.icm.unity.engine.api.bulkops.EntityMVELContextKey
 
attrs - pl.edu.icm.unity.engine.api.translation.form.RegistrationMVELContextKey
 
attrs - pl.edu.icm.unity.engine.api.translation.in.InputTranslationMVELContextKey
 
attrs - pl.edu.icm.unity.engine.api.translation.out.OutputTranslationMVELContextKey
 
AuditEntity - Class in pl.edu.icm.unity.types.basic.audit
Holds information entity that initiate event or was subject of event.
AuditEntity(Long, String, String) - Constructor for class pl.edu.icm.unity.types.basic.audit.AuditEntity
 
AuditEvent - Class in pl.edu.icm.unity.types.basic.audit
Holds information about single event that occur in the system.
AuditEvent.AuditEventBuilder - Class in pl.edu.icm.unity.types.basic.audit
 
AuditEventAction - Enum in pl.edu.icm.unity.types.basic.audit
 
AuditEventBuilder() - Constructor for class pl.edu.icm.unity.types.basic.audit.AuditEvent.AuditEventBuilder
 
AUDITEVENTLOGS_ENABLED - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
AuditEventManagement - Interface in pl.edu.icm.unity.engine.api
AuditEvent management API.
AuditEventTag - Enum in pl.edu.icm.unity.types.basic.audit
Enum containing Tag values - provided to organize possible values.
AuditEventType - Enum in pl.edu.icm.unity.types.basic.audit
 
auditLogs - Variable in class pl.edu.icm.unity.types.basic.DBDumpContentElements
 
authenticatedEntity - Variable in class pl.edu.icm.unity.engine.api.authn.AuthenticationResult.SuccessResult
 
AuthenticatedEntity - Class in pl.edu.icm.unity.engine.api.authn
Stores information about authenticated entity during the authentication.
AuthenticatedEntity(Long, String, String) - Constructor for class pl.edu.icm.unity.engine.api.authn.AuthenticatedEntity
 
AuthenticatedEntity(Long, Set<String>, String) - Constructor for class pl.edu.icm.unity.engine.api.authn.AuthenticatedEntity
 
AuthenticatedEntity(Long, AuthenticationSubject, String) - Constructor for class pl.edu.icm.unity.engine.api.authn.AuthenticatedEntity
 
authenticatedWith - pl.edu.icm.unity.engine.api.translation.out.OutputTranslationMVELContextKey
 
AUTHENTICATION_FLOW - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
AUTHENTICATION_FLOW_FIRST_FACTOR_AUTHENTICATORS - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
AUTHENTICATION_FLOW_NAME - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
AUTHENTICATION_FLOW_POLICY - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
AUTHENTICATION_FLOW_SECOND_FACTOR_AUTHENTICATORS - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
authenticationDisabled - pl.edu.icm.unity.types.basic.EntityState
The entity is fully valid, but it can not authenticate itself.
AuthenticationException - Exception in pl.edu.icm.unity.engine.api.authn
Thrown on authentication problem.
AuthenticationException(String) - Constructor for exception pl.edu.icm.unity.engine.api.authn.AuthenticationException
 
AuthenticationException(String, Exception) - Constructor for exception pl.edu.icm.unity.engine.api.authn.AuthenticationException
 
AuthenticationException(AuthenticationResult, String) - Constructor for exception pl.edu.icm.unity.engine.api.authn.AuthenticationException
 
AuthenticationFlow - Class in pl.edu.icm.unity.engine.api.authn
Stores information about a authentication flow, as configured by administrator and selectable by a user or client.
AuthenticationFlow(String, AuthenticationFlowDefinition.Policy, Set<AuthenticatorInstance>, List<AuthenticatorInstance>, long) - Constructor for class pl.edu.icm.unity.engine.api.authn.AuthenticationFlow
 
AuthenticationFlowDefinition - Class in pl.edu.icm.unity.types.authn
Configuration of a authentication flow.
AuthenticationFlowDefinition() - Constructor for class pl.edu.icm.unity.types.authn.AuthenticationFlowDefinition
 
AuthenticationFlowDefinition(String, AuthenticationFlowDefinition.Policy, Set<String>) - Constructor for class pl.edu.icm.unity.types.authn.AuthenticationFlowDefinition
 
AuthenticationFlowDefinition(String, AuthenticationFlowDefinition.Policy, Set<String>, List<String>) - Constructor for class pl.edu.icm.unity.types.authn.AuthenticationFlowDefinition
 
AuthenticationFlowDefinition.Policy - Enum in pl.edu.icm.unity.types.authn
 
AuthenticationFlowManagement - Interface in pl.edu.icm.unity.engine.api
API for authentication flow management.
authenticationFlows - Variable in class pl.edu.icm.unity.engine.api.endpoint.AbstractEndpoint
 
authenticationOption - Variable in exception pl.edu.icm.unity.engine.api.session.AdditionalAuthenticationRequiredException
 
authenticationOptionKey - Variable in class pl.edu.icm.unity.engine.api.authn.remote.AuthenticationTriggeringContext
 
AuthenticationOptionKey - Class in pl.edu.icm.unity.types.authn
Represents an authentication option, which is a pair of authenticator id and one of its authentication option ids.
AuthenticationOptionKey(String, String) - Constructor for class pl.edu.icm.unity.types.authn.AuthenticationOptionKey
 
AuthenticationOptionKeyUtils - Class in pl.edu.icm.unity.types.authn
Creates and parses string representation containing authenticator key and its authN option key.
AuthenticationOptionKeyUtils() - Constructor for class pl.edu.icm.unity.types.authn.AuthenticationOptionKeyUtils
 
AuthenticationOptionsSelector - Class in pl.edu.icm.unity.types.authn
Represents selection of authentication options: either a single concrete one or all options under a common authenticator.
AuthenticationOptionsSelector(String, String) - Constructor for class pl.edu.icm.unity.types.authn.AuthenticationOptionsSelector
 
AuthenticationOptionsSelector(String, String, Optional<I18nString>) - Constructor for class pl.edu.icm.unity.types.authn.AuthenticationOptionsSelector
 
AuthenticationOptionsSelector.AuthenticationOptionsSelectorComparator - Class in pl.edu.icm.unity.types.authn
 
AuthenticationOptionsSelectorComparator(MessageSource) - Constructor for class pl.edu.icm.unity.types.authn.AuthenticationOptionsSelector.AuthenticationOptionsSelectorComparator
 
AuthenticationPolicy - Enum in pl.edu.icm.unity.engine.api.authn
 
AuthenticationProcessor - Interface in pl.edu.icm.unity.engine.api.authn
Utility methods processing results of authenticators.
AuthenticationRealm - Class in pl.edu.icm.unity.types.authn
Authentication realm definition.
AuthenticationRealm() - Constructor for class pl.edu.icm.unity.types.authn.AuthenticationRealm
 
AuthenticationRealm(ObjectNode) - Constructor for class pl.edu.icm.unity.types.authn.AuthenticationRealm
 
AuthenticationRealm(String, String, int, int, RememberMePolicy, int, int) - Constructor for class pl.edu.icm.unity.types.authn.AuthenticationRealm
 
authenticationResult - Variable in class pl.edu.icm.unity.engine.api.userimport.UserImportSerivce.ImportResult
 
AuthenticationResult - Interface in pl.edu.icm.unity.engine.api.authn
Base contract of authentication result - have remote and local authn variants.
AuthenticationResult.ErrorResult - Class in pl.edu.icm.unity.engine.api.authn
 
AuthenticationResult.ResolvableError - Class in pl.edu.icm.unity.engine.api.authn
 
AuthenticationResult.Status - Enum in pl.edu.icm.unity.engine.api.authn
 
AuthenticationResult.SuccessResult - Class in pl.edu.icm.unity.engine.api.authn
 
AuthenticationStepContext - Class in pl.edu.icm.unity.engine.api.authn
Describes context of authentication: in which realm it happens (or happened), what flow is used, which option was used and which factor it was which can be 1 or 2 (at least until we start support 3rd factor authn).
AuthenticationStepContext(AuthenticatorStepContext, AuthenticationOptionKey) - Constructor for class pl.edu.icm.unity.engine.api.authn.AuthenticationStepContext
 
AuthenticationStepContext(AuthenticationRealm, AuthenticationFlow, AuthenticationOptionKey, AuthenticatorStepContext.FactorOrder, String) - Constructor for class pl.edu.icm.unity.engine.api.authn.AuthenticationStepContext
 
AuthenticationSubject - Class in pl.edu.icm.unity.engine.api.authn
DTO containing information about a user being authenticated.
authenticationTriggeredFirstFactor() - Static method in class pl.edu.icm.unity.engine.api.authn.remote.AuthenticationTriggeringContext
 
authenticationTriggeredFirstFactor(boolean) - Static method in class pl.edu.icm.unity.engine.api.authn.remote.AuthenticationTriggeringContext
 
authenticationTriggeredSecondFactor(boolean, PartialAuthnState) - Static method in class pl.edu.icm.unity.engine.api.authn.remote.AuthenticationTriggeringContext
 
AuthenticationTriggeringContext - Class in pl.edu.icm.unity.engine.api.authn.remote
 
AUTHENTICATOR - pl.edu.icm.unity.engine.api.files.FileStorageService.StandardOwner
 
AUTHENTICATOR_CREDENTIAL - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
AUTHENTICATOR_NAME - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
AUTHENTICATOR_TYPE - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
AUTHENTICATOR_VERIFICATOR_CONFIG - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
AuthenticatorDefinition - Class in pl.edu.icm.unity.types.authn
Describes authenticator configuration.
AuthenticatorDefinition(String, String, String, String) - Constructor for class pl.edu.icm.unity.types.authn.AuthenticatorDefinition
 
AuthenticatorInfo - Class in pl.edu.icm.unity.types.authn
Describes authenticator configuration.
AuthenticatorInfo(String, AuthenticatorTypeDescription, String, Optional<String>, Set<String>) - Constructor for class pl.edu.icm.unity.types.authn.AuthenticatorInfo
 
AuthenticatorInstance - Interface in pl.edu.icm.unity.engine.api.authn
Representation of an authenticator instance, which is a composition of CredentialRetrieval and CredentialVerificator, configured.
AuthenticatorInstanceMetadata - Class in pl.edu.icm.unity.types.authn
Describes a configured authenticator instance in implementation agnostic way.
AuthenticatorInstanceMetadata() - Constructor for class pl.edu.icm.unity.types.authn.AuthenticatorInstanceMetadata
 
authenticatorKey - Variable in class pl.edu.icm.unity.types.authn.AuthenticationOptionsSelector
 
AuthenticatorManagement - Interface in pl.edu.icm.unity.engine.api
API for authenticators management.
authenticatorOnlyKey(String) - Static method in class pl.edu.icm.unity.types.authn.AuthenticationOptionKey
 
AUTHENTICATORS - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
AuthenticatorStepContext - Class in pl.edu.icm.unity.engine.api.authn
Describes authenticator context of authentication: in which realm it happens (or happened), what flow is used, which factor it was which can be 1 or 2 (at least until we start support 3rd factor authn).
AuthenticatorStepContext(AuthenticatorStepContext) - Constructor for class pl.edu.icm.unity.engine.api.authn.AuthenticatorStepContext
 
AuthenticatorStepContext(AuthenticationRealm, AuthenticationFlow, String, AuthenticatorStepContext.FactorOrder) - Constructor for class pl.edu.icm.unity.engine.api.authn.AuthenticatorStepContext
 
AuthenticatorStepContext.FactorOrder - Enum in pl.edu.icm.unity.engine.api.authn
 
AuthenticatorSupportService - Interface in pl.edu.icm.unity.engine.api.authn
Provides access to authenticators.
AuthenticatorTypeDescription - Class in pl.edu.icm.unity.types.authn
Describes an available authenticator type.
AuthenticatorTypeDescription(String, String, boolean) - Constructor for class pl.edu.icm.unity.types.authn.AuthenticatorTypeDescription
 
AUTHN - pl.edu.icm.unity.types.basic.audit.AuditEventTag
 
AuthnGridSettings() - Constructor for class pl.edu.icm.unity.types.registration.ExternalSignupGridSpec.AuthnGridSettings
 
AuthnGridSettings(boolean, int) - Constructor for class pl.edu.icm.unity.types.registration.ExternalSignupGridSpec.AuthnGridSettings
 
AuthNInfo(AuthenticationOptionKey, Date) - Constructor for class pl.edu.icm.unity.engine.api.authn.LoginSession.AuthNInfo
 
authnOptionId - Variable in class pl.edu.icm.unity.engine.api.authn.AuthenticationStepContext
 
AuthorizationException - Exception in pl.edu.icm.unity.exceptions
Thrown when there is authorization problem
AuthorizationException(String) - Constructor for exception pl.edu.icm.unity.exceptions.AuthorizationException
 
AuthorizationException(String, Throwable) - Constructor for exception pl.edu.icm.unity.exceptions.AuthorizationException
 
AuthorizationExceptionRT - Exception in pl.edu.icm.unity.exceptions
Thrown when there is authorization problem, this is a runtime variant.
AuthorizationExceptionRT(String) - Constructor for exception pl.edu.icm.unity.exceptions.AuthorizationExceptionRT
 
AuthorizationExceptionRT(String, Throwable) - Constructor for exception pl.edu.icm.unity.exceptions.AuthorizationExceptionRT
 
AuthorizationManagement - Interface in pl.edu.icm.unity.engine.api
API for authorization management.
AUTHZ_CACHE_MS - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
AUTO_ACCEPTED - pl.edu.icm.unity.types.registration.RegistrationWrapUpConfig.TriggeringState
 
AUTO_REJECTED - pl.edu.icm.unity.types.registration.RegistrationWrapUpConfig.TriggeringState
 
automatic - pl.edu.icm.unity.types.registration.ParameterRetrievalSettings
system must set the value automatically, e.g.
automaticAndInteractive - pl.edu.icm.unity.types.registration.ParameterRetrievalSettings
system sets default value automatically but user can edit it
automaticHidden - pl.edu.icm.unity.types.registration.ParameterRetrievalSettings
as automatic, but the automatically collected value is not shown in the registration form
AutomaticInvitationProcessingParam - Class in pl.edu.icm.unity.engine.api.translation.form
Holds the information relevant for automatic invitation processing.
AutomaticInvitationProcessingParam(String) - Constructor for class pl.edu.icm.unity.engine.api.translation.form.AutomaticInvitationProcessingParam
 
automaticOrInteractive - pl.edu.icm.unity.types.registration.ParameterRetrievalSettings
if system does not set value user can enter value manually, otherwise remote value is used but not shown
autoRedirect - Variable in class pl.edu.icm.unity.engine.api.finalization.WorkflowFinalizationConfiguration
 
autoRedirect(String) - Static method in class pl.edu.icm.unity.engine.api.finalization.WorkflowFinalizationConfiguration
 

B

BASE_PREFIX - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
BaseEmailConfirmationState - Class in pl.edu.icm.unity.engine.api.confirmation.states
Contains common informations used during confirmation
BaseEmailConfirmationState() - Constructor for class pl.edu.icm.unity.engine.api.confirmation.states.BaseEmailConfirmationState
 
BaseEmailConfirmationState(String) - Constructor for class pl.edu.icm.unity.engine.api.confirmation.states.BaseEmailConfirmationState
 
BaseEmailConfirmationState(String, String, String, String) - Constructor for class pl.edu.icm.unity.engine.api.confirmation.states.BaseEmailConfirmationState
 
BaseForm - Class in pl.edu.icm.unity.types.registration
Base class with shared state for RegistrationForm and EnquiryForm.
BaseFormBuilder<T extends BaseFormBuilder<?>> - Class in pl.edu.icm.unity.types.registration
Builder of BaseForm
BaseFormBuilder(BaseForm) - Constructor for class pl.edu.icm.unity.types.registration.BaseFormBuilder
 
BaseFormBuilder.AttributeRegistrationParamBuilder - Class in pl.edu.icm.unity.types.registration
 
BaseFormBuilder.GroupRegistrationParamBuilder - Class in pl.edu.icm.unity.types.registration
 
BaseFormBuilder.IdentityRegistrationParamBuilder - Class in pl.edu.icm.unity.types.registration
 
BaseFormNotifications - Class in pl.edu.icm.unity.types.registration
Configuration of notifications related to all kinds of forms.
BaseFormNotifications() - Constructor for class pl.edu.icm.unity.types.registration.BaseFormNotifications
 
BaseRegistrationInput - Class in pl.edu.icm.unity.types.registration
Base of enquiry and registration requests.
BaseRegistrationInput() - Constructor for class pl.edu.icm.unity.types.registration.BaseRegistrationInput
 
BaseRegistrationInput(ObjectNode) - Constructor for class pl.edu.icm.unity.types.registration.BaseRegistrationInput
 
BaseRegistrationInputBuilder<T extends BaseRegistrationInput,​GeneratorT extends BaseRegistrationInputBuilder<?,​?>> - Class in pl.edu.icm.unity.types.registration
BaseRegistrationInputBuilder(T) - Constructor for class pl.edu.icm.unity.types.registration.BaseRegistrationInputBuilder
 
BaseRegistrationInputBuilder.AddedAgreementSelectionBuilder - Class in pl.edu.icm.unity.types.registration
 
BaseRegistrationInputBuilder.AddedCredentialCredentialParamValueBuilder - Class in pl.edu.icm.unity.types.registration
 
BaseRegistrationInputBuilder.AddedGroupSelectionSelectionBuilder - Class in pl.edu.icm.unity.types.registration
 
BaseRegistrationInputBuilder.AddedIdentityIdentityParamBuilder - Class in pl.edu.icm.unity.types.registration
 
BaseRegistrationInputBuilder.CredentialParamValueBuilderBase<GeneratorT extends BaseRegistrationInputBuilder.CredentialParamValueBuilderBase<GeneratorT>> - Class in pl.edu.icm.unity.types.registration
 
BaseRegistrationInputBuilder.IdentityParamBuilderBase<GeneratorT extends BaseRegistrationInputBuilder.IdentityParamBuilderBase<GeneratorT>> - Class in pl.edu.icm.unity.types.registration
 
BaseRegistrationInputBuilder.SelectionBuilderBase<GeneratorT extends BaseRegistrationInputBuilder.SelectionBuilderBase<GeneratorT>> - Class in pl.edu.icm.unity.types.registration
 
basicError(String, String) - Static method in class pl.edu.icm.unity.engine.api.finalization.WorkflowFinalizationConfiguration
 
BasicFormElement - Class in pl.edu.icm.unity.types.registration.layout
Used in FormLayout to represent a form element being placed - for positioning of simple elements which has only one instance (e.g.
BasicFormElement(FormLayoutElement) - Constructor for class pl.edu.icm.unity.types.registration.layout.BasicFormElement
 
bindHttpSession(HttpSession, LoginSession) - Method in interface pl.edu.icm.unity.engine.api.session.LoginToHttpSessionBinder
 
BindingAuthn - Interface in pl.edu.icm.unity.engine.api.endpoint
Interface defining binding specific API (e.g.
bindingName - Variable in class pl.edu.icm.unity.engine.api.authn.AbstractCredentialRetrieval
 
BlindStopperInputAction - Class in pl.edu.icm.unity.engine.translation.in.action
Action used instead of a real action when it is misconfigured.
BlindStopperInputAction(TranslationActionType, String[]) - Constructor for class pl.edu.icm.unity.engine.translation.in.action.BlindStopperInputAction
 
BlindStopperOutputAction - Class in pl.edu.icm.unity.engine.translation.out.action
Action used instead of a real action when it is misconfigured.
BlindStopperOutputAction(TranslationActionType, String[]) - Constructor for class pl.edu.icm.unity.engine.translation.out.action.BlindStopperOutputAction
 
BOOLEAN - pl.edu.icm.unity.types.translation.ActionParameterDefinition.Type
 
breakLogin() - Method in class pl.edu.icm.unity.engine.api.authn.IdPLoginController
 
breakLogin() - Method in interface pl.edu.icm.unity.engine.api.authn.IdPLoginController.IdPLoginHandler
Breaks any existing login session.
build() - Method in class pl.edu.icm.unity.engine.api.confirmation.EmailConfirmationRedirectURLBuilder
 
build() - Method in class pl.edu.icm.unity.engine.api.finalization.WorkflowFinalizationConfiguration.Builder
 
build() - Method in class pl.edu.icm.unity.engine.api.mvel.MVELExpressionContext.Builder
 
build() - Method in class pl.edu.icm.unity.engine.api.registration.RegistrationRedirectURLBuilder
 
build() - Method in class pl.edu.icm.unity.types.authn.IdPInfo.Builder
 
build() - Method in class pl.edu.icm.unity.types.basic.audit.AuditEvent.AuditEventBuilder
 
build() - Method in class pl.edu.icm.unity.types.basic.idpStatistic.IdpStatistic.Builder
 
build() - Method in class pl.edu.icm.unity.types.registration.BaseRegistrationInputBuilder
 
build() - Method in class pl.edu.icm.unity.types.registration.EnquiryFormBuilder
 
build() - Method in class pl.edu.icm.unity.types.registration.EnquiryFormBuilder.EnquiryFormNotificationsBuilder
 
build() - Method in class pl.edu.icm.unity.types.registration.invite.ComboInvitationParam.Builder
 
build() - Method in class pl.edu.icm.unity.types.registration.invite.EnquiryInvitationParam.Builder
 
build() - Method in class pl.edu.icm.unity.types.registration.invite.FormPrefill.Builder
 
build() - Method in class pl.edu.icm.unity.types.registration.invite.RegistrationInvitationParam.Builder
 
build() - Method in class pl.edu.icm.unity.types.registration.layout.FormLayoutSettings.Builder
 
build() - Method in class pl.edu.icm.unity.types.registration.RegistrationFormBuilder
 
builder() - Static method in class pl.edu.icm.unity.engine.api.finalization.WorkflowFinalizationConfiguration
 
builder() - Static method in class pl.edu.icm.unity.engine.api.mvel.MVELExpressionContext
 
builder() - Static method in class pl.edu.icm.unity.types.authn.IdPInfo
 
builder() - Static method in class pl.edu.icm.unity.types.basic.audit.AuditEvent
 
builder() - Static method in class pl.edu.icm.unity.types.basic.idpStatistic.IdpStatistic
 
builder() - Static method in class pl.edu.icm.unity.types.registration.invite.ComboInvitationParam
 
builder() - Static method in class pl.edu.icm.unity.types.registration.invite.EnquiryInvitationParam
 
builder() - Static method in class pl.edu.icm.unity.types.registration.invite.FormPrefill
 
builder() - Static method in class pl.edu.icm.unity.types.registration.invite.RegistrationInvitationParam
 
builder() - Static method in class pl.edu.icm.unity.types.registration.layout.FormLayoutSettings
 
Builder() - Constructor for class pl.edu.icm.unity.engine.api.finalization.WorkflowFinalizationConfiguration.Builder
 
Builder() - Constructor for class pl.edu.icm.unity.types.registration.invite.ComboInvitationParam.Builder
 
Builder() - Constructor for class pl.edu.icm.unity.types.registration.invite.EnquiryInvitationParam.Builder
 
Builder() - Constructor for class pl.edu.icm.unity.types.registration.invite.FormPrefill.Builder
 
Builder() - Constructor for class pl.edu.icm.unity.types.registration.invite.RegistrationInvitationParam.Builder
 
Builder() - Constructor for class pl.edu.icm.unity.types.registration.layout.FormLayoutSettings.Builder
 
Builder(ComboInvitationParam) - Constructor for class pl.edu.icm.unity.types.registration.invite.ComboInvitationParam.Builder
 
Builder(EnquiryInvitationParam) - Constructor for class pl.edu.icm.unity.types.registration.invite.EnquiryInvitationParam.Builder
 
Builder(InvitationParam) - Constructor for class pl.edu.icm.unity.types.registration.invite.InvitationParam.Builder
 
Builder(RegistrationInvitationParam) - Constructor for class pl.edu.icm.unity.types.registration.invite.RegistrationInvitationParam.Builder
 
BULK_ENTITY_OPS - pl.edu.icm.unity.types.translation.ProfileType
 
BulkGroupQueryService - Interface in pl.edu.icm.unity.engine.api.bulk
Supports fast resolving of data about a group contents in bulk.
BulkProcessingManagement - Interface in pl.edu.icm.unity.engine.api
Defines API allowing for bulk processing of entities - both manually and basing on a repeatable schedule.

C

cacheIfNeeded(String) - Method in class pl.edu.icm.unity.engine.api.config.UnityPropertiesHelper
 
CacheProvider - Class in pl.edu.icm.unity.engine.api.utils
Component providing access to Ehcache CacheManager.
CacheProvider() - Constructor for class pl.edu.icm.unity.engine.api.utils.CacheProvider
 
callerId - Variable in class pl.edu.icm.unity.engine.api.authn.sandbox.SandboxAuthnEvent
 
cancelled - pl.edu.icm.unity.engine.api.registration.RegistrationRedirectURLBuilder.Status
 
CANCELLED - pl.edu.icm.unity.types.registration.RegistrationWrapUpConfig.TriggeringState
 
CapacityLimitReachedException - Exception in pl.edu.icm.unity.exceptions
Thrown when capacity limit is reached.
CapacityLimitReachedException(String) - Constructor for exception pl.edu.icm.unity.exceptions.CapacityLimitReachedException
 
CAPTCHA - pl.edu.icm.unity.types.registration.layout.FormLayoutElement
 
CAPTION - pl.edu.icm.unity.types.registration.layout.FormLayoutElement
 
cause - Variable in class pl.edu.icm.unity.engine.api.authn.AuthenticationResult.ErrorResult
 
CERTIFICATE_FILE - Static variable in class pl.edu.icm.unity.engine.api.config.UnityPKIConfiguration
 
CERTIFICATES - Static variable in class pl.edu.icm.unity.engine.api.config.UnityPKIConfiguration
 
checkAttribtues(Collection<String>, Map<String, AttributeType>) - Method in class pl.edu.icm.unity.engine.api.attributes.AttributeClassHelper
Verifies if the given attribute set is consistent with the effective AC
CHECKBOX_NOTSELECTED - pl.edu.icm.unity.types.policyAgreement.PolicyAgreementPresentationType
 
CHECKBOX_SELECTED - pl.edu.icm.unity.types.policyAgreement.PolicyAgreementPresentationType
 
checkCredentialState(String) - Method in interface pl.edu.icm.unity.engine.api.authn.local.LocalCredentialVerificator
 
checkIfAuthenticatorsAreAmongSupported(Set<String>) - Method in class pl.edu.icm.unity.engine.api.authn.AuthenticationFlow
 
checkIfUserHasCredential(AuthenticatorInstanceMetadata, long) - Method in interface pl.edu.icm.unity.engine.api.authn.AuthenticationProcessor
 
checkParams() - Method in class pl.edu.icm.unity.engine.api.translation.TranslationActionInstance
 
clean(HttpServletRequest) - Static method in class pl.edu.icm.unity.engine.api.utils.RoutingServlet
Cleans any previous routing settings.
cleanupClass(AttributesClass, Map<String, AttributesClass>) - Static method in class pl.edu.icm.unity.engine.api.attributes.AttributeClassHelper
All parents which are also parents of other existing parents are removed.
CLIENT_IP - pl.edu.icm.unity.engine.api.utils.MDCKeys
 
clientId - Variable in class pl.edu.icm.unity.engine.api.idp.statistic.GroupedIdpStatistic
 
clientId - Variable in class pl.edu.icm.unity.engine.api.idp.statistic.IdpStatisticEvent
 
clientId - Variable in class pl.edu.icm.unity.types.basic.idpStatistic.IdpStatistic
 
clientId(String) - Method in class pl.edu.icm.unity.types.basic.idpStatistic.IdpStatistic.Builder
 
clientName - Variable in class pl.edu.icm.unity.engine.api.idp.statistic.GroupedIdpStatistic
 
clientName - Variable in class pl.edu.icm.unity.engine.api.idp.statistic.IdpStatisticEvent
 
clientName - Variable in class pl.edu.icm.unity.types.basic.idpStatistic.IdpStatistic
 
clientName(String) - Method in class pl.edu.icm.unity.types.basic.idpStatistic.IdpStatistic.Builder
 
clone() - Method in class pl.edu.icm.unity.types.authn.AuthenticatorInstanceMetadata
 
clone() - Method in class pl.edu.icm.unity.types.authn.CredentialDefinition
 
clone() - Method in class pl.edu.icm.unity.types.basic.Attribute
 
clone() - Method in class pl.edu.icm.unity.types.basic.AttributesClass
 
clone() - Method in class pl.edu.icm.unity.types.basic.AttributeStatement
 
clone() - Method in class pl.edu.icm.unity.types.basic.AttributeType
 
clone() - Method in class pl.edu.icm.unity.types.basic.DynamicAttribute
 
clone() - Method in class pl.edu.icm.unity.types.basic.EntityInformation
 
clone() - Method in class pl.edu.icm.unity.types.basic.Group
 
clone() - Method in class pl.edu.icm.unity.types.basic.Identity
 
clone() - Method in class pl.edu.icm.unity.types.basic.IdentityType
 
clone() - Method in class pl.edu.icm.unity.types.basic.MessageTemplate
 
clone() - Method in class pl.edu.icm.unity.types.I18nString
 
clone() - Method in class pl.edu.icm.unity.types.registration.invite.ComboInvitationParam
 
clone() - Method in class pl.edu.icm.unity.types.registration.invite.EnquiryInvitationParam
 
clone() - Method in class pl.edu.icm.unity.types.registration.invite.RegistrationInvitationParam
 
clone() - Method in class pl.edu.icm.unity.types.translation.TranslationProfile
 
cloningBuilder() - Method in class pl.edu.icm.unity.types.registration.invite.ComboInvitationParam
 
cloningBuilder() - Method in class pl.edu.icm.unity.types.registration.invite.EnquiryInvitationParam
 
cloningBuilder() - Method in class pl.edu.icm.unity.types.registration.invite.RegistrationInvitationParam
 
CODE_PARAM - Static variable in interface pl.edu.icm.unity.engine.api.registration.PublicRegistrationURLSupport
 
CodeGenerator - Class in pl.edu.icm.unity.engine.api.utils
Simply string code generator
CodeGenerator() - Constructor for class pl.edu.icm.unity.engine.api.utils.CodeGenerator
 
COMBO - pl.edu.icm.unity.types.registration.invite.InvitationParam.InvitationType
 
ComboInvitationParam - Class in pl.edu.icm.unity.types.registration.invite
 
ComboInvitationParam(ObjectNode) - Constructor for class pl.edu.icm.unity.types.registration.invite.ComboInvitationParam
 
ComboInvitationParam(String, String, Instant) - Constructor for class pl.edu.icm.unity.types.registration.invite.ComboInvitationParam
 
ComboInvitationParam(String, String, Instant, String) - Constructor for class pl.edu.icm.unity.types.registration.invite.ComboInvitationParam
 
ComboInvitationParam.Builder - Class in pl.edu.icm.unity.types.registration.invite
 
Comment - Class in pl.edu.icm.unity.types.registration
Wraps comment with its date.
Comment() - Constructor for class pl.edu.icm.unity.types.registration.Comment
 
Comment(String) - Constructor for class pl.edu.icm.unity.types.registration.Comment
 
COMMENTS - pl.edu.icm.unity.types.registration.layout.FormLayoutElement
 
CommonIdPProperties - Class in pl.edu.icm.unity.engine.api.idp
Contains settings which are common for all IdP endpoints
CommonIdPProperties() - Constructor for class pl.edu.icm.unity.engine.api.idp.CommonIdPProperties
 
CommonIdPProperties.ActiveValueSelectionConfig - Class in pl.edu.icm.unity.engine.api.idp
 
compare(AuthenticationOptionsSelector, AuthenticationOptionsSelector) - Method in class pl.edu.icm.unity.types.authn.AuthenticationOptionsSelector.AuthenticationOptionsSelectorComparator
 
compareTo(AuthenticationOptionsSelector) - Method in class pl.edu.icm.unity.types.authn.AuthenticationOptionsSelector
 
compareTo(Group) - Method in class pl.edu.icm.unity.types.basic.Group
 
completed() - Static method in class pl.edu.icm.unity.engine.api.authn.InteractiveAuthenticationProcessor.PostAuthenticationStepDecision
 
COMPLETED - pl.edu.icm.unity.engine.api.authn.InteractiveAuthenticationProcessor.PostAuthenticationStepDecision.Decision
 
condition - Variable in class pl.edu.icm.unity.types.translation.TranslationRule
 
CONFIG_FILE_PROP - Static variable in class pl.edu.icm.unity.engine.api.config.DefaultConfigurationLocation
 
CONFIG_ONLY_ERA_CONTROL - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
configId - Variable in class pl.edu.icm.unity.types.authn.IdPInfo
 
configuration - Variable in class pl.edu.icm.unity.engine.api.integration.IntegrationEvent
 
configuration - Variable in class pl.edu.icm.unity.types.authn.AuthenticatorDefinition
 
CONFIGURATION_FILE - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
ConfigurationLoader - Class in pl.edu.icm.unity.engine.api.config
Loads configuration properties.
ConfigurationLoader() - Constructor for class pl.edu.icm.unity.engine.api.config.ConfigurationLoader
 
ConfigurationLocationProvider - Interface in pl.edu.icm.unity.engine.api.config
Interface implemented by a bean providing a programatically set configuration.
confirm() - Method in class pl.edu.icm.unity.types.confirmation.ConfirmationInfo
 
CONFIRMATION_AUTO_REDIRECT - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
CONFIRMATION_DEFAULT_RETURN_URL - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
CONFIRMATION_TEMPLATE - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
CONFIRMATION_THEME - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
CONFIRMATION_TOKEN_ARG - Static variable in interface pl.edu.icm.unity.engine.api.confirmation.EmailConfirmationServletProvider
 
CONFIRMATION_TOKEN_TYPE - Static variable in interface pl.edu.icm.unity.engine.api.confirmation.EmailConfirmationManager
 
confirmationInfo - Variable in class pl.edu.icm.unity.types.basic.VerifiableElementBase
 
ConfirmationInfo - Class in pl.edu.icm.unity.types.confirmation
Stores information about confirmation.
ConfirmationInfo() - Constructor for class pl.edu.icm.unity.types.confirmation.ConfirmationInfo
 
ConfirmationInfo(boolean) - Constructor for class pl.edu.icm.unity.types.confirmation.ConfirmationInfo
 
ConfirmationInfo(int) - Constructor for class pl.edu.icm.unity.types.confirmation.ConfirmationInfo
 
ConfirmationInfo(ObjectNode) - Constructor for class pl.edu.icm.unity.types.confirmation.ConfirmationInfo
 
ConfirmationMode - Enum in pl.edu.icm.unity.types.registration
Defines possible options for registration element confirmation
CONFIRMED - pl.edu.icm.unity.types.registration.ConfirmationMode
 
Constants - Class in pl.edu.icm.unity
Various useful application wide constants
Constants() - Constructor for class pl.edu.icm.unity.Constants
 
contactAddress - Variable in class pl.edu.icm.unity.engine.api.project.ProjectInvitationParam
 
contactAddress - Variable in class pl.edu.icm.unity.types.registration.invite.InvitationSendData
 
containsAutomaticAndMandatoryParams() - Method in class pl.edu.icm.unity.types.registration.BaseForm
 
content - Variable in class pl.edu.icm.unity.engine.api.attributes.PublicAttributeContent
 
content - Variable in class pl.edu.icm.unity.engine.api.policyDocument.PolicyDocumentCreateRequest
 
content - Variable in class pl.edu.icm.unity.engine.api.policyDocument.PolicyDocumentWithRevision
 
contentType - Variable in class pl.edu.icm.unity.engine.api.policyDocument.PolicyDocumentCreateRequest
 
contentType - Variable in class pl.edu.icm.unity.engine.api.policyDocument.PolicyDocumentWithRevision
 
CONTEXT_PATH - Static variable in interface pl.edu.icm.unity.engine.api.endpoint.SharedEndpointManagement
 
convertFromString(String) - Method in interface pl.edu.icm.unity.engine.api.attributes.AttributeValueSyntax
Converts the value from string representation as produced by AttributeValueSyntax.convertToString(Object)
convertFromString(String, String, String) - Method in interface pl.edu.icm.unity.engine.api.identity.IdentityTypeDefinition
Creates an IdentityParam from a string representation.
convertTextToConfig(Collection<PolicyDocumentWithRevision>, I18nString) - Static method in class pl.edu.icm.unity.engine.api.policyAgreement.PolicyAgreementConfigTextParser
 
convertTextToPresentation(Collection<PolicyDocumentWithRevision>, I18nString) - Static method in class pl.edu.icm.unity.engine.api.policyAgreement.PolicyAgreementConfigTextParser
 
convertToString(T) - Method in interface pl.edu.icm.unity.engine.api.attributes.AttributeValueSyntax
Dumps a domain value to string.
CookieHelper - Class in pl.edu.icm.unity.engine.api.utils
Cookie finder
CookieHelper() - Constructor for class pl.edu.icm.unity.engine.api.utils.CookieHelper
 
correct - pl.edu.icm.unity.types.authn.LocalCredentialState
the credential is fine
CORS_ALLOW_CREDENTIALS - Static variable in class pl.edu.icm.unity.engine.api.config.UnityHttpServerConfiguration
 
CORS_ALLOWED_HEADERS - Static variable in class pl.edu.icm.unity.engine.api.config.UnityHttpServerConfiguration
 
CORS_ALLOWED_METHODS - Static variable in class pl.edu.icm.unity.engine.api.config.UnityHttpServerConfiguration
 
CORS_ALLOWED_ORIGINS - Static variable in class pl.edu.icm.unity.engine.api.config.UnityHttpServerConfiguration
 
CORS_CHAIN_PREFLIGHT - Static variable in class pl.edu.icm.unity.engine.api.config.UnityHttpServerConfiguration
 
CORS_EXPOSED_HEADERS - Static variable in class pl.edu.icm.unity.engine.api.config.UnityHttpServerConfiguration
 
CORS_PFX - Static variable in class pl.edu.icm.unity.engine.api.config.UnityHttpServerConfiguration
 
CORS_PREFLIGHT_MAX_AGE - Static variable in class pl.edu.icm.unity.engine.api.config.UnityHttpServerConfiguration
 
CREATE_GROUP_IF_MISSING - pl.edu.icm.unity.engine.api.translation.in.GroupEffectMode
If a target group is missing then it will be created first, then the identity is added.
CREATE_ONLY - pl.edu.icm.unity.engine.api.translation.in.AttributeEffectMode
If the local attribute doesn't exist it will be created.
CREATE_OR_MATCH - pl.edu.icm.unity.engine.api.translation.in.IdentityEffectMode
Identity will be created if doesn't exists.
CREATE_OR_UPDATE - pl.edu.icm.unity.engine.api.translation.in.AttributeEffectMode
Local attribute will be created if doesn't exists.
createAttribute(EntityParam, Attribute) - Method in interface pl.edu.icm.unity.engine.api.AttributesManagement
Creates an attribute (must not be present).
createAttributeSuppressingConfirmation(EntityParam, Attribute) - Method in interface pl.edu.icm.unity.engine.api.AttributesManagement
Creates an attribute (must not be present).
createAuthenticator(String, String, String, String) - Method in interface pl.edu.icm.unity.engine.api.AuthenticatorManagement
Creates a new authenticator
createConfirmFromNames(MessageSource, Collection<? extends NamedObject>) - Static method in class pl.edu.icm.unity.engine.api.utils.MessageUtils
As MessageUtils.createConfirmFromStrings(MessageSource, Collection) but uses getName() instead of toString().
createConfirmFromStrings(MessageSource, Collection<?>) - Static method in class pl.edu.icm.unity.engine.api.utils.MessageUtils
Produces a string with at most 4 elements of the collection elements (toString() is called).
createExpresionValueMap(RemotelyAuthenticatedInput) - Static method in class pl.edu.icm.unity.engine.api.translation.in.InputTranslationContextFactory
 
createInstance() - Method in class pl.edu.icm.unity.engine.api.attributes.AbstractAttributeValueSyntaxFactory
 
createInstance() - Method in interface pl.edu.icm.unity.engine.api.attributes.AttributeValueSyntaxFactory
 
createLastIdpCookie(String, AuthenticationOptionKey) - Static method in class pl.edu.icm.unity.engine.api.authn.LastAuthenticationCookie
 
createLocalCredentialVerificator(CredentialDefinition) - Method in class pl.edu.icm.unity.engine.api.authn.local.LocalCredentialsRegistry
 
createMvelContext(RemotelyAuthenticatedInput) - Static method in class pl.edu.icm.unity.engine.api.translation.in.InputTranslationContextFactory
 
createNewIdentity(String, String, long) - Method in interface pl.edu.icm.unity.engine.api.identity.IdentityTypeDefinition
Tries to create a new identity.
createSession(long, AuthenticationRealm, String, String, LoginSession.RememberMeInfo, AuthenticationOptionKey, AuthenticationOptionKey) - Method in interface pl.edu.icm.unity.engine.api.session.SessionManagement
Creates new session
createState() - Method in class pl.edu.icm.unity.engine.api.confirmation.states.BaseEmailConfirmationState
 
createState() - Method in class pl.edu.icm.unity.engine.api.confirmation.states.EmailAttribiuteConfirmationState
 
createState() - Method in class pl.edu.icm.unity.engine.api.confirmation.states.RegistrationEmailConfirmationState
 
createState() - Method in class pl.edu.icm.unity.engine.api.confirmation.states.RegistrationReqEmailAttribiuteConfirmationState
 
createState() - Method in class pl.edu.icm.unity.engine.api.confirmation.states.UserEmailConfirmationState
 
CREDENTIAL - pl.edu.icm.unity.exceptions.IllegalFormContentsException.Category
 
CREDENTIAL - pl.edu.icm.unity.types.registration.layout.FormLayoutElement
 
CREDENTIAL_CONFIGURATION - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
CREDENTIAL_DESCRIPTION - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
CREDENTIAL_NAME - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
CREDENTIAL_REQ_CONTENTS - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
CREDENTIAL_REQ_DESCRIPTION - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
CREDENTIAL_REQ_NAME - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
CREDENTIAL_REQS - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
CREDENTIAL_TYPE - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
CredentialDefinition - Class in pl.edu.icm.unity.types.authn
Configured instance of CredentialType.
CredentialDefinition() - Constructor for class pl.edu.icm.unity.types.authn.CredentialDefinition
 
CredentialDefinition(ObjectNode) - Constructor for class pl.edu.icm.unity.types.authn.CredentialDefinition
 
CredentialDefinition(String, String) - Constructor for class pl.edu.icm.unity.types.authn.CredentialDefinition
For tests: the displayed name is set to name (via default value) and description is set empty.
CredentialDefinition(String, String, I18nString, MessageSource) - Constructor for class pl.edu.icm.unity.types.authn.CredentialDefinition
Creates a standard CredentialDefinition with displayed name loaded from message bundle (using the typeId as key).
CredentialDefinition(String, String, I18nString, I18nString) - Constructor for class pl.edu.icm.unity.types.authn.CredentialDefinition
 
credentialExchange - Variable in class pl.edu.icm.unity.engine.api.authn.AbstractCredentialRetrieval
 
CredentialExchange - Interface in pl.edu.icm.unity.engine.api.authn
Marker interface.
CredentialHelper - Interface in pl.edu.icm.unity.engine.api.authn.local
Allows for performing various credential related operations which needs to be handled internally, not via the public API.
CredentialInfo - Class in pl.edu.icm.unity.types.authn
Stores information about entity authentication: the id of CredentialRequirements and the state.
CredentialInfo(String, Map<String, CredentialPublicInformation>) - Constructor for class pl.edu.icm.unity.types.authn.CredentialInfo
 
CredentialManagement - Interface in pl.edu.icm.unity.engine.api
Credential management API
credentialName - Variable in class pl.edu.icm.unity.engine.api.authn.local.AbstractLocalVerificator
 
CredentialParamValue - Class in pl.edu.icm.unity.types.registration
Credential registration parameter
CredentialParamValue() - Constructor for class pl.edu.icm.unity.types.registration.CredentialParamValue
 
CredentialParamValue(String, String) - Constructor for class pl.edu.icm.unity.types.registration.CredentialParamValue
 
CredentialParamValueBuilderBase(CredentialParamValue) - Constructor for class pl.edu.icm.unity.types.registration.BaseRegistrationInputBuilder.CredentialParamValueBuilderBase
 
CredentialPublicInformation - Class in pl.edu.icm.unity.types.authn
Stores information about credential: its status and credential-type dependent data, e.g.
CredentialPublicInformation(LocalCredentialState, String) - Constructor for class pl.edu.icm.unity.types.authn.CredentialPublicInformation
 
CredentialPublicInformation(LocalCredentialState, String, String) - Constructor for class pl.edu.icm.unity.types.authn.CredentialPublicInformation
 
CredentialRecentlyUsedException - Exception in pl.edu.icm.unity.exceptions
Thrown when credential being set was recently used
CredentialRecentlyUsedException(String) - Constructor for exception pl.edu.icm.unity.exceptions.CredentialRecentlyUsedException
 
CredentialRecentlyUsedException(String, Throwable) - Constructor for exception pl.edu.icm.unity.exceptions.CredentialRecentlyUsedException
 
CredentialRegistrationParam - Class in pl.edu.icm.unity.types.registration
Credential registration option.
CredentialRegistrationParam() - Constructor for class pl.edu.icm.unity.types.registration.CredentialRegistrationParam
 
CredentialRegistrationParam(String) - Constructor for class pl.edu.icm.unity.types.registration.CredentialRegistrationParam
 
CredentialRegistrationParam(String, String, String) - Constructor for class pl.edu.icm.unity.types.registration.CredentialRegistrationParam
 
CredentialRequirementManagement - Interface in pl.edu.icm.unity.engine.api
API for CredentialRequirements management.
CredentialRequirements - Class in pl.edu.icm.unity.types.authn
Set of credentials.
CredentialRequirements() - Constructor for class pl.edu.icm.unity.types.authn.CredentialRequirements
 
CredentialRequirements(String, String, Set<String>) - Constructor for class pl.edu.icm.unity.types.authn.CredentialRequirements
 
CredentialReset - Interface in pl.edu.icm.unity.engine.api.authn
Implementations provide a credential reset functionality.
CredentialRetrieval - Interface in pl.edu.icm.unity.engine.api.authn
Retrieves credential, using a some binding specific method.
CredentialRetrievalFactory - Interface in pl.edu.icm.unity.engine.api.authn
Implementations allows for creating CredentialRetrievals of a particular type.
CREDENTIALS - pl.edu.icm.unity.types.basic.audit.AuditEventType
 
CREDENTIALS - Static variable in class pl.edu.icm.unity.engine.api.config.UnityPKIConfiguration
 
CREDENTIALS - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
CredentialType - Class in pl.edu.icm.unity.types.authn
Describes credential type as username and password or one-time password.
CredentialType() - Constructor for class pl.edu.icm.unity.types.authn.CredentialType
 
CredentialType(String, String, boolean) - Constructor for class pl.edu.icm.unity.types.authn.CredentialType
 
CredentialVerificator - Interface in pl.edu.icm.unity.engine.api.authn
Implementations allow for verification of the provided credential.
CredentialVerificator.VerificatorType - Enum in pl.edu.icm.unity.engine.api.authn
 
CredentialVerificatorFactory - Interface in pl.edu.icm.unity.engine.api.authn
Produces CredentialVerificators of a particular type.
credReq - pl.edu.icm.unity.engine.api.bulkops.EntityMVELContextKey
 
credStatus - pl.edu.icm.unity.engine.api.bulkops.EntityMVELContextKey
 
cronExpression - Variable in class pl.edu.icm.unity.types.bulkops.ScheduledProcessingRuleParam
 
ctx - Variable in class pl.edu.icm.unity.engine.api.authn.sandbox.SandboxAuthnEvent
 
CURRENT_DESTINATION - Static variable in class pl.edu.icm.unity.engine.api.utils.RoutingServlet
 

D

day - pl.edu.icm.unity.engine.api.IdpStatisticManagement.GroupBy
 
DAYS - pl.edu.icm.unity.types.translation.ActionParameterDefinition.Type
 
DB_DUMP_DIRECTORY - Static variable in interface pl.edu.icm.unity.engine.api.ServerManagement
 
DB_IMPORT_DIRECTORY - Static variable in interface pl.edu.icm.unity.engine.api.ServerManagement
 
DBDumpContentElements - Class in pl.edu.icm.unity.types.basic
Contains information about db dump content.
DBDumpContentElements() - Constructor for class pl.edu.icm.unity.types.basic.DBDumpContentElements
 
DBDumpContentElements(boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class pl.edu.icm.unity.types.basic.DBDumpContentElements
 
decisionTs - Variable in class pl.edu.icm.unity.engine.api.policyAgreement.PolicyAgreementState
 
decline(ProjectRequestParam) - Method in interface pl.edu.icm.unity.engine.api.project.ProjectRequestManagement
Reject project request
decodeAuthenticator(String) - Static method in class pl.edu.icm.unity.types.authn.AuthenticationOptionKeyUtils
 
decodeOption(String) - Static method in class pl.edu.icm.unity.types.authn.AuthenticationOptionKeyUtils
 
DEFAULT - pl.edu.icm.unity.engine.api.authn.AuthenticationPolicy
 
DEFAULT - pl.edu.icm.unity.types.registration.invite.PrefilledEntryMode
Entry is presented with a default value
DEFAULT - pl.edu.icm.unity.types.registration.RegistrationWrapUpConfig.TriggeringState
 
DEFAULT - pl.edu.icm.unity.types.translation.ProfileMode
 
DEFAULT - Static variable in class pl.edu.icm.unity.types.registration.layout.FormLayoutSettings
 
DEFAULT_CODE_LENGTH - Static variable in class pl.edu.icm.unity.types.confirmation.MobileNumberConfirmationConfiguration
 
DEFAULT_CONTEXT - Static variable in class pl.edu.icm.unity.engine.api.wellknown.SecuredWellKnownURLServlet
 
DEFAULT_CREDENTIAL - Static variable in interface pl.edu.icm.unity.engine.api.CredentialManagement
 
DEFAULT_CREDENTIAL_REQUIREMENT - Static variable in interface pl.edu.icm.unity.engine.api.CredentialRequirementManagement
 
DEFAULT_EMAIL_CHANNEL - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
DEFAULT_HEIGHT - Static variable in class pl.edu.icm.unity.types.registration.ExternalSignupGridSpec.AuthnGridSettings
 
DEFAULT_LOCALE - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
DEFAULT_MAX_FAILURES - Static variable in interface pl.edu.icm.unity.engine.api.event.EventListener
 
DEFAULT_OUTPUT_PROFILE - Static variable in interface pl.edu.icm.unity.engine.api.TranslationProfileManagement
 
DEFAULT_SIG_IN_RECORD_LIMIT - Static variable in interface pl.edu.icm.unity.engine.api.IdpStatisticManagement
 
DEFAULT_SMS_CHANNEL - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
DEFAULT_STAT_SIZE_LIMIT - Static variable in interface pl.edu.icm.unity.engine.api.IdpStatisticManagement
 
DEFAULT_TTL_DAYS - Static variable in class pl.edu.icm.unity.engine.api.project.ProjectInvitation
 
DEFAULT_VALIDITY - Static variable in class pl.edu.icm.unity.types.confirmation.EmailConfirmationConfiguration
 
DEFAULT_VALIDITY - Static variable in class pl.edu.icm.unity.types.confirmation.MobileNumberConfirmationConfiguration
 
DEFAULT_WEB_CONTENT_PATH - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
DEFAULT_WEB_PATH - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
DefaultConfigurationLocation - Class in pl.edu.icm.unity.engine.api.config
Returns the configuration file: use a reselected one with property or the default one if not set.
DefaultConfigurationLocation() - Constructor for class pl.edu.icm.unity.engine.api.config.DefaultConfigurationLocation
 
DefaultJsonFormatterFacility - Class in pl.edu.icm.unity.engine.api.utils.json
Default formatter.
DefaultJsonFormatterFacility() - Constructor for class pl.edu.icm.unity.engine.api.utils.json.DefaultJsonFormatterFacility
 
defaultObjectMapper() - Method in class pl.edu.icm.unity.ObjectMapperSpringProvider
 
defaults - Static variable in class pl.edu.icm.unity.engine.api.config.UnityHttpServerConfiguration
 
defaults - Static variable in class pl.edu.icm.unity.engine.api.config.UnityPKIConfiguration
 
defaults - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
DefaultUnsuccessfulAuthenticationCounter - Class in pl.edu.icm.unity.engine.api.authn
Counts unsuccessful authentication attempts per client's IP address.
DefaultUnsuccessfulAuthenticationCounter(int, long) - Constructor for class pl.edu.icm.unity.engine.api.authn.DefaultUnsuccessfulAuthenticationCounter
 
DelegatedGroup - Class in pl.edu.icm.unity.engine.api.project
Holds information about delegated group.
DelegatedGroup(String, GroupDelegationConfiguration, boolean, String) - Constructor for class pl.edu.icm.unity.engine.api.project.DelegatedGroup
 
DelegatedGroupContents - Class in pl.edu.icm.unity.engine.api.project
Holds information about delegated group and subgroup.
DelegatedGroupContents(DelegatedGroup, Optional<List<String>>) - Constructor for class pl.edu.icm.unity.engine.api.project.DelegatedGroupContents
 
DelegatedGroupManagement - Interface in pl.edu.icm.unity.engine.api.project
Internal engine API for delegated groups management
DelegatedGroupMember - Class in pl.edu.icm.unity.engine.api.project
Holds information about delegated group member.
DelegatedGroupMember(long, String, String, GroupAuthorizationRole, String, VerifiableElementBase, Optional<List<Attribute>>) - Constructor for class pl.edu.icm.unity.engine.api.project.DelegatedGroupMember
 
delegationConfiguration - Variable in class pl.edu.icm.unity.engine.api.project.DelegatedGroup
 
deleteOlderThan(LocalDateTime) - Method in interface pl.edu.icm.unity.engine.api.IdpStatisticManagement
 
deny - pl.edu.icm.unity.engine.api.authn.AuthenticationResult.Status
There was authentication try with the authenticator but it failed
deny - pl.edu.icm.unity.engine.api.config.UnityHttpServerConfiguration.XFrameOptions
 
deploy(String, String, String, EndpointConfiguration) - Method in interface pl.edu.icm.unity.engine.api.EndpointManagement
Deploys a new instance of an endpoint of id type, at address location.
DEPLOYED - pl.edu.icm.unity.types.endpoint.Endpoint.EndpointState
 
deployEndpoint(WebAppEndpointInstance) - Method in interface pl.edu.icm.unity.engine.api.server.NetworkServer
 
deployHandler(ServletContextHandler, String) - Method in interface pl.edu.icm.unity.engine.api.server.NetworkServer
 
deployInternalEndpointFilter(String, FilterHolder) - Method in interface pl.edu.icm.unity.engine.api.endpoint.SharedEndpointManagement
Deploys the given filter in the internal, shared endpoint.
deployInternalEndpointServlet(String, ServletHolder, boolean) - Method in interface pl.edu.icm.unity.engine.api.endpoint.SharedEndpointManagement
Deploys the given servlet in the internal, shared endpoint.
DescribedObject - Interface in pl.edu.icm.unity.types
General purpose interface, useful for extending.
DescribedObjectImpl - Class in pl.edu.icm.unity.types
Bean implementation of DescribedObject interface.
DescribedObjectImpl() - Constructor for class pl.edu.icm.unity.types.DescribedObjectImpl
 
DescribedObjectImpl(ObjectNode) - Constructor for class pl.edu.icm.unity.types.DescribedObjectImpl
 
DescribedObjectImpl(String, String) - Constructor for class pl.edu.icm.unity.types.DescribedObjectImpl
 
DescribedObjectROImpl - Class in pl.edu.icm.unity.types
Read only implementation of DescribedObject interface.
DescribedObjectROImpl() - Constructor for class pl.edu.icm.unity.types.DescribedObjectROImpl
 
DescribedObjectROImpl(ObjectNode) - Constructor for class pl.edu.icm.unity.types.DescribedObjectROImpl
 
DescribedObjectROImpl(String, String) - Constructor for class pl.edu.icm.unity.types.DescribedObjectROImpl
 
description - Variable in class pl.edu.icm.unity.engine.api.endpoint.AbstractEndpoint
 
description - Variable in class pl.edu.icm.unity.types.DescribedObjectROImpl
 
description - Variable in class pl.edu.icm.unity.types.I18nDescribedObject
 
descriptionKey - Variable in enum pl.edu.icm.unity.engine.api.attributes.AttributeStatementMVELContextKey
 
descriptionKey - Variable in enum pl.edu.icm.unity.engine.api.bulkops.EntityMVELContextKey
 
descriptionKey - Variable in class pl.edu.icm.unity.engine.api.integration.IntegrationEventVariable
 
descriptionKey - Variable in enum pl.edu.icm.unity.engine.api.translation.form.RegistrationMVELContextKey
 
descriptionKey - Variable in enum pl.edu.icm.unity.engine.api.translation.in.InputTranslationMVELContextKey
 
descriptionKey - Variable in enum pl.edu.icm.unity.engine.api.translation.out.OutputTranslationMVELContextKey
 
descriptionPrefix - Static variable in enum pl.edu.icm.unity.engine.api.attributes.AttributeStatementMVELContextKey
 
descriptionPrefix - Static variable in enum pl.edu.icm.unity.engine.api.bulkops.EntityMVELContextKey
 
descriptionPrefix - Static variable in enum pl.edu.icm.unity.engine.api.translation.form.RegistrationMVELContextKey
 
descriptionPrefix - Static variable in enum pl.edu.icm.unity.engine.api.translation.in.InputTranslationMVELContextKey
 
descriptionPrefix - Static variable in enum pl.edu.icm.unity.engine.api.translation.out.OutputTranslationMVELContextKey
 
deserialize(String) - Method in class pl.edu.icm.unity.attr.UnityImage
 
deserialize(Token) - Method in class pl.edu.icm.unity.engine.api.authn.LoginSession
 
deserializeSimple(String) - Method in interface pl.edu.icm.unity.engine.api.attributes.AttributeValueSyntax
Many attributes are passed in a string form, especially when obtained externally.
destroy() - Method in class pl.edu.icm.unity.engine.api.authn.AbstractCredentialRetrieval
 
destroy() - Method in class pl.edu.icm.unity.engine.api.authn.AuthenticationFlow
 
destroy() - Method in class pl.edu.icm.unity.engine.api.endpoint.AbstractEndpoint
 
destroy() - Method in class pl.edu.icm.unity.engine.api.endpoint.AbstractWebEndpoint
 
destroy() - Method in interface pl.edu.icm.unity.engine.api.endpoint.BindingAuthn
Called when endpoint using this implementation is destroyed.
destroy() - Method in interface pl.edu.icm.unity.engine.api.endpoint.EndpointInstance
Stops the endpoint.
destroy() - Method in class pl.edu.icm.unity.engine.api.utils.HiddenResourcesFilter
 
destroyOverridable() - Method in class pl.edu.icm.unity.engine.api.endpoint.AbstractWebEndpoint
 
details(JsonNode) - Method in class pl.edu.icm.unity.types.basic.audit.AuditEvent.AuditEventBuilder
 
directorySchema - Variable in class pl.edu.icm.unity.types.basic.DBDumpContentElements
 
DISABLE - pl.edu.icm.unity.types.basic.EntityScheduledOperation
 
DISABLE_TLS - Static variable in class pl.edu.icm.unity.engine.api.config.UnityHttpServerConfiguration
 
disableAuditEvents() - Method in interface pl.edu.icm.unity.engine.api.AuditEventManagement
Disable Audit Logs feature (Audit Logs gathering) n the system.
disabled - pl.edu.icm.unity.types.basic.EntityState
The entity is disabled.
DISABLED_CIPHER_SUITES - Static variable in class pl.edu.icm.unity.engine.api.config.UnityHttpServerConfiguration
 
DISABLED_PROTOCOLS - Static variable in class pl.edu.icm.unity.engine.api.config.UnityHttpServerConfiguration
 
disallow - pl.edu.icm.unity.types.authn.RememberMePolicy
 
displayedName - Variable in class pl.edu.icm.unity.engine.api.policyDocument.PolicyDocumentCreateRequest
 
displayedName - Variable in class pl.edu.icm.unity.engine.api.policyDocument.PolicyDocumentWithRevision
 
displayedName - Variable in class pl.edu.icm.unity.engine.api.project.DelegatedGroup
 
displayedName - Variable in class pl.edu.icm.unity.types.authn.AuthenticationOptionsSelector
 
displayedName - Variable in class pl.edu.icm.unity.types.authn.IdPInfo
 
displayedName - Variable in class pl.edu.icm.unity.types.authn.IdPInfo.IdpGroup
 
displayedName - Variable in class pl.edu.icm.unity.types.I18nDescribedObject
 
displayedNameKey - Variable in class pl.edu.icm.unity.MessageArea
 
displayedText - Variable in class pl.edu.icm.unity.engine.api.policyAgreement.PolicyAgreementConfigTextParser.DocPlaceholder
 
DOC_PLACEHOLDER_PATTER - Static variable in class pl.edu.icm.unity.engine.api.policyAgreement.PolicyAgreementConfigTextParser
 
docId - Variable in class pl.edu.icm.unity.engine.api.policyAgreement.PolicyAgreementConfigTextParser.DocPlaceholder
 
DocPlaceholder(Long, String) - Constructor for class pl.edu.icm.unity.engine.api.policyAgreement.PolicyAgreementConfigTextParser.DocPlaceholder
 
documentsIdsToAccept - Variable in class pl.edu.icm.unity.types.policyAgreement.PolicyAgreementConfiguration
 
documentsIdsToAccept - Variable in class pl.edu.icm.unity.types.policyAgreement.PolicyAgreementDecision
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class pl.edu.icm.unity.engine.api.utils.HiddenResourcesFilter
 
DONT_CONFIRM - pl.edu.icm.unity.types.registration.ConfirmationMode
 
DOS_FILTER_PFX - Static variable in class pl.edu.icm.unity.engine.api.config.UnityHttpServerConfiguration
 
downwards - pl.edu.icm.unity.types.basic.AttributeStatement.Direction
 
drop - pl.edu.icm.unity.engine.api.translation.form.TranslatedRegistrationRequest.AutomaticRequestAction
 
drop - pl.edu.icm.unity.types.registration.RegistrationRequestAction
 
DT_FORMATTER_MEDIUM - Static variable in class pl.edu.icm.unity.Constants
 
DT_FORMATTER_STANDARD - Static variable in class pl.edu.icm.unity.Constants
 
DT_FORMATTER_STANDARD_WITH_SECOND_FRACTION - Static variable in class pl.edu.icm.unity.Constants
 
DYN_GROUP_PFX - Static variable in class pl.edu.icm.unity.engine.api.translation.form.DynamicGroupParam
 
DYN_GROUP_PFX - Static variable in class pl.edu.icm.unity.types.registration.AttributeRegistrationParam
 
DynamicAttribute - Class in pl.edu.icm.unity.types.basic
Wrapper for Attribute.
DynamicAttribute(Attribute) - Constructor for class pl.edu.icm.unity.types.basic.DynamicAttribute
 
DynamicAttribute(Attribute, String, String, boolean) - Constructor for class pl.edu.icm.unity.types.basic.DynamicAttribute
 
DynamicAttribute(Attribute, AttributeType) - Constructor for class pl.edu.icm.unity.types.basic.DynamicAttribute
 
DynamicAttribute(Attribute, AttributeType, String, String, boolean) - Constructor for class pl.edu.icm.unity.types.basic.DynamicAttribute
 
dynamicAttributeMode() - Method in class pl.edu.icm.unity.types.basic.AttributeStatement
 
DynamicGroupParam - Class in pl.edu.icm.unity.engine.api.translation.form
 
DynamicGroupParam(int) - Constructor for class pl.edu.icm.unity.engine.api.translation.form.DynamicGroupParam
 
DynamicGroupParam(String) - Constructor for class pl.edu.icm.unity.engine.api.translation.form.DynamicGroupParam
 

E

eattr - pl.edu.icm.unity.engine.api.attributes.AttributeStatementMVELContextKey
 
eattrs - pl.edu.icm.unity.engine.api.attributes.AttributeStatementMVELContextKey
 
elementConfirmationError - pl.edu.icm.unity.engine.api.confirmation.EmailConfirmationRedirectURLBuilder.Status
 
elementConfirmationError - pl.edu.icm.unity.engine.api.registration.RegistrationRedirectURLBuilder.Status
 
elementConfirmed - pl.edu.icm.unity.engine.api.confirmation.EmailConfirmationRedirectURLBuilder.Status
 
elementConfirmed - pl.edu.icm.unity.engine.api.registration.RegistrationRedirectURLBuilder.Status
 
email - Variable in class pl.edu.icm.unity.engine.api.project.DelegatedGroupMember
 
email - Variable in class pl.edu.icm.unity.engine.api.project.ProjectRequest
 
EMAIL_CONFIRMATION_FAILED - pl.edu.icm.unity.types.registration.RegistrationWrapUpConfig.TriggeringState
 
EMAIL_CONFIRMATION_REQUEST_LIMIT - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
EMAIL_CONFIRMATION_REQUEST_LIMIT_OLD - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
EMAIL_CONFIRMED - pl.edu.icm.unity.types.registration.RegistrationWrapUpConfig.TriggeringState
 
EmailAttribiuteConfirmationState - Class in pl.edu.icm.unity.engine.api.confirmation.states
Contains necessary informations used during the confirmation a attribute
EmailAttribiuteConfirmationState(long, String, String, String, String) - Constructor for class pl.edu.icm.unity.engine.api.confirmation.states.EmailAttribiuteConfirmationState
 
EmailAttribiuteConfirmationState(String) - Constructor for class pl.edu.icm.unity.engine.api.confirmation.states.EmailAttribiuteConfirmationState
 
EmailConfirmationConfiguration - Class in pl.edu.icm.unity.types.confirmation
Email confirmation subsystem configuration entry
EmailConfirmationConfiguration() - Constructor for class pl.edu.icm.unity.types.confirmation.EmailConfirmationConfiguration
 
EmailConfirmationConfiguration(ObjectNode) - Constructor for class pl.edu.icm.unity.types.confirmation.EmailConfirmationConfiguration
 
EmailConfirmationConfiguration(String) - Constructor for class pl.edu.icm.unity.types.confirmation.EmailConfirmationConfiguration
 
EmailConfirmationManager - Interface in pl.edu.icm.unity.engine.api.confirmation
Confirmation manager for email attribute or identity
EmailConfirmationRedirectURLBuilder - Class in pl.edu.icm.unity.engine.api.confirmation
Creates redirect URL which shall be used in certain situations after confirmation of email.
EmailConfirmationRedirectURLBuilder(String, String) - Constructor for class pl.edu.icm.unity.engine.api.confirmation.EmailConfirmationRedirectURLBuilder
 
EmailConfirmationRedirectURLBuilder(String, EmailConfirmationRedirectURLBuilder.Status) - Constructor for class pl.edu.icm.unity.engine.api.confirmation.EmailConfirmationRedirectURLBuilder
 
EmailConfirmationRedirectURLBuilder.ConfirmedElementType - Enum in pl.edu.icm.unity.engine.api.confirmation
 
EmailConfirmationRedirectURLBuilder.Status - Enum in pl.edu.icm.unity.engine.api.confirmation
 
EmailConfirmationServletProvider - Interface in pl.edu.icm.unity.engine.api.confirmation
Provides servlet used as a email confirmation endpoint
EmailIdentityConfirmationState - Class in pl.edu.icm.unity.engine.api.confirmation.states
Contains necessary informations used during the confirmation a identity
EmailIdentityConfirmationState(long, String, String, String) - Constructor for class pl.edu.icm.unity.engine.api.confirmation.states.EmailIdentityConfirmationState
 
EmailIdentityConfirmationState(String) - Constructor for class pl.edu.icm.unity.engine.api.confirmation.states.EmailIdentityConfirmationState
 
EMBEDDED_PROFILE - Static variable in class pl.edu.icm.unity.engine.api.translation.TranslationProfileGenerator
 
EMBEDDED_TRANSLATION_PROFILE - Static variable in class pl.edu.icm.unity.engine.api.idp.CommonIdPProperties
 
EMPTY - Static variable in class pl.edu.icm.unity.attr.LinkableImage
 
EmptySandboxAuthnConext - Class in pl.edu.icm.unity.engine.api.authn.sandbox
 
EmptySandboxAuthnConext() - Constructor for class pl.edu.icm.unity.engine.api.authn.sandbox.EmptySandboxAuthnConext
 
ENABLE_CORS - Static variable in class pl.edu.icm.unity.engine.api.config.UnityHttpServerConfiguration
CORS support.
ENABLE_DOS_FILTER - Static variable in class pl.edu.icm.unity.engine.api.config.UnityHttpServerConfiguration
 
ENABLE_GZIP - Static variable in class pl.edu.icm.unity.engine.api.config.UnityHttpServerConfiguration
 
ENABLE_HSTS - Static variable in class pl.edu.icm.unity.engine.api.config.UnityHttpServerConfiguration
 
ENABLE_LOW_LEVEL_EVENTS - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
enableAssociation - Variable in class pl.edu.icm.unity.engine.api.authn.RemoteAuthenticationResult.UnknownRemotePrincipalResult
 
enableAuditEvents() - Method in interface pl.edu.icm.unity.engine.api.AuditEventManagement
Enable Audit Logs feature (Audit Logs gathering) in the system.
enabled - Variable in class pl.edu.icm.unity.engine.api.project.SubprojectGroupDelegationConfiguration
 
enabled - Variable in class pl.edu.icm.unity.types.basic.GroupDelegationConfiguration
 
ENABLED_LOCALES - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
enableSubprojects - Variable in class pl.edu.icm.unity.engine.api.project.SubprojectGroupDelegationConfiguration
 
enableSubprojects - Variable in class pl.edu.icm.unity.types.basic.GroupDelegationConfiguration
 
encode(String, String) - Static method in class pl.edu.icm.unity.types.authn.AuthenticationOptionKeyUtils
 
encodeToCSS(String) - Static method in class pl.edu.icm.unity.types.authn.AuthenticationOptionKeyUtils
 
endAgreement() - Method in class pl.edu.icm.unity.types.registration.BaseRegistrationInputBuilder.AddedAgreementSelectionBuilder
 
endAttributeParam() - Method in class pl.edu.icm.unity.types.registration.BaseFormBuilder.AttributeRegistrationParamBuilder
 
endCredential() - Method in class pl.edu.icm.unity.types.registration.BaseRegistrationInputBuilder.AddedCredentialCredentialParamValueBuilder
 
endGroupParam() - Method in class pl.edu.icm.unity.types.registration.BaseFormBuilder.GroupRegistrationParamBuilder
 
endGroupSelection() - Method in class pl.edu.icm.unity.types.registration.BaseRegistrationInputBuilder.AddedGroupSelectionSelectionBuilder
 
endIdentity() - Method in class pl.edu.icm.unity.types.registration.BaseRegistrationInputBuilder.AddedIdentityIdentityParamBuilder
 
endIdentityParam() - Method in class pl.edu.icm.unity.types.registration.BaseFormBuilder.IdentityRegistrationParamBuilder
 
endNotificationsConfiguration() - Method in class pl.edu.icm.unity.types.registration.EnquiryFormBuilder.EnquiryFormNotificationsBuilder
 
endNotificationsConfiguration() - Method in class pl.edu.icm.unity.types.registration.RegistrationFormBuilder.RegistrationFormNotificationsBuilder
 
Endpoint - Class in pl.edu.icm.unity.types.endpoint
Complete information allowing to create an endpoint
Endpoint(ObjectNode) - Constructor for class pl.edu.icm.unity.types.endpoint.Endpoint
 
Endpoint(String, String, String, EndpointConfiguration, long) - Constructor for class pl.edu.icm.unity.types.endpoint.Endpoint
 
Endpoint(String, String, String, EndpointConfiguration, long, Endpoint.EndpointState) - Constructor for class pl.edu.icm.unity.types.endpoint.Endpoint
 
ENDPOINT - pl.edu.icm.unity.engine.api.utils.MDCKeys
 
ENDPOINT_ADDRESS - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
ENDPOINT_AUTHENTICATORS - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
ENDPOINT_CONFIGURATION - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
ENDPOINT_DESCRIPTION - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
ENDPOINT_DISPLAYED_NAME - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
ENDPOINT_NAME - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
ENDPOINT_NAME - Static variable in class pl.edu.icm.unity.engine.api.home.HomeEndpointConstants
 
ENDPOINT_NAME - Static variable in class pl.edu.icm.unity.engine.api.project.ProjectManagementConstants
 
ENDPOINT_REALM - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
ENDPOINT_TYPE - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
Endpoint.EndpointState - Enum in pl.edu.icm.unity.types.endpoint
 
EndpointConfiguration - Class in pl.edu.icm.unity.types.endpoint
Base endpoint configuration.
EndpointConfiguration(ObjectNode) - Constructor for class pl.edu.icm.unity.types.endpoint.EndpointConfiguration
 
EndpointConfiguration(I18nString, String, List<String>, String, String) - Constructor for class pl.edu.icm.unity.types.endpoint.EndpointConfiguration
 
EndpointConfiguration(I18nString, String, List<String>, String, String, String) - Constructor for class pl.edu.icm.unity.types.endpoint.EndpointConfiguration
 
EndpointFactory - Interface in pl.edu.icm.unity.engine.api.endpoint
Implemented by a class which allows to create an endpoint instance ready for hot deployment.
EndpointFileConfigurationManagement - Interface in pl.edu.icm.unity.engine.api.endpoint
 
EndpointInstance - Interface in pl.edu.icm.unity.engine.api.endpoint
Generic endpoint instance.
EndpointManagement - Interface in pl.edu.icm.unity.engine.api
Management of endpoints
endpointPath - Variable in class pl.edu.icm.unity.engine.api.authn.AuthenticatorStepContext
 
EndpointPathValidator - Class in pl.edu.icm.unity.engine.api.endpoint
Helper for validation endpoint path
EndpointPathValidator() - Constructor for class pl.edu.icm.unity.engine.api.endpoint.EndpointPathValidator
 
ENDPOINTS - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
EndpointTypeDescription - Class in pl.edu.icm.unity.types.endpoint
Defines a static description of an endpoint.
EndpointTypeDescription() - Constructor for class pl.edu.icm.unity.types.endpoint.EndpointTypeDescription
 
EndpointTypeDescription(String, String, String, Map<String, String>) - Constructor for class pl.edu.icm.unity.types.endpoint.EndpointTypeDescription
 
EndpointTypeDescription(String, String, String, Map<String, String>, Properties) - Constructor for class pl.edu.icm.unity.types.endpoint.EndpointTypeDescription
 
EngineApiMessageAreaProvider - Class in pl.edu.icm.unity.engine.api.msg
 
EngineApiMessageAreaProvider() - Constructor for class pl.edu.icm.unity.engine.api.msg.EngineApiMessageAreaProvider
 
EngineException - Exception in pl.edu.icm.unity.exceptions
Super class of all API exceptions.
EngineException() - Constructor for exception pl.edu.icm.unity.exceptions.EngineException
 
EngineException(String) - Constructor for exception pl.edu.icm.unity.exceptions.EngineException
 
EngineException(String, Throwable) - Constructor for exception pl.edu.icm.unity.exceptions.EngineException
 
EngineException(Throwable) - Constructor for exception pl.edu.icm.unity.exceptions.EngineException
 
Enquiry - pl.edu.icm.unity.engine.api.registration.RequestType
 
ENQUIRY - pl.edu.icm.unity.engine.api.confirmation.states.RegistrationEmailConfirmationState.RequestType
 
ENQUIRY - pl.edu.icm.unity.types.registration.FormType
 
ENQUIRY - pl.edu.icm.unity.types.registration.invite.InvitationParam.InvitationType
 
ENQUIRY_VIEW - Static variable in interface pl.edu.icm.unity.engine.api.registration.PublicRegistrationURLSupport
 
EnquiryForm - Class in pl.edu.icm.unity.types.registration
Configuration of an enquiry form.
EnquiryForm() - Constructor for class pl.edu.icm.unity.types.registration.EnquiryForm
 
EnquiryForm(ObjectNode) - Constructor for class pl.edu.icm.unity.types.registration.EnquiryForm
 
EnquiryForm.EnquiryType - Enum in pl.edu.icm.unity.types.registration
 
EnquiryFormBuilder - Class in pl.edu.icm.unity.types.registration
Builder of EnquiryForm.
EnquiryFormBuilder() - Constructor for class pl.edu.icm.unity.types.registration.EnquiryFormBuilder
 
EnquiryFormBuilder(EnquiryForm) - Constructor for class pl.edu.icm.unity.types.registration.EnquiryFormBuilder
 
EnquiryFormBuilder.EnquiryFormNotificationsBuilder - Class in pl.edu.icm.unity.types.registration
 
EnquiryFormNotifications - Class in pl.edu.icm.unity.types.registration
Configuration of notifications related to enquiry forms.
EnquiryFormNotifications() - Constructor for class pl.edu.icm.unity.types.registration.EnquiryFormNotifications
 
EnquiryFormNotificationsBuilder(EnquiryFormNotifications, EnquiryFormBuilder) - Constructor for class pl.edu.icm.unity.types.registration.EnquiryFormBuilder.EnquiryFormNotificationsBuilder
 
EnquiryInvitationParam - Class in pl.edu.icm.unity.types.registration.invite
 
EnquiryInvitationParam(ObjectNode) - Constructor for class pl.edu.icm.unity.types.registration.invite.EnquiryInvitationParam
 
EnquiryInvitationParam(String, Instant) - Constructor for class pl.edu.icm.unity.types.registration.invite.EnquiryInvitationParam
 
EnquiryInvitationParam(String, Instant, String) - Constructor for class pl.edu.icm.unity.types.registration.invite.EnquiryInvitationParam
 
EnquiryInvitationParam.Builder - Class in pl.edu.icm.unity.types.registration.invite
 
EnquiryManagement - Interface in pl.edu.icm.unity.engine.api
Enquires support: forms, submissions of requests and their processing.
EnquiryResponse - Class in pl.edu.icm.unity.types.registration
Enquiry response, tied to an EnquiryForm.
EnquiryResponse() - Constructor for class pl.edu.icm.unity.types.registration.EnquiryResponse
 
EnquiryResponse(ObjectNode) - Constructor for class pl.edu.icm.unity.types.registration.EnquiryResponse
 
EnquiryResponseBuilder - Class in pl.edu.icm.unity.types.registration
Builder of EnquiryResponse
EnquiryResponseBuilder() - Constructor for class pl.edu.icm.unity.types.registration.EnquiryResponseBuilder
 
EnquiryResponseState - Class in pl.edu.icm.unity.types.registration
Specialization of UserRequestState for EnquiryResponses.
EnquiryResponseState() - Constructor for class pl.edu.icm.unity.types.registration.EnquiryResponseState
 
EnquiryResponseState(ObjectNode) - Constructor for class pl.edu.icm.unity.types.registration.EnquiryResponseState
 
entities - Variable in class pl.edu.icm.unity.engine.api.bulk.GroupsWithMembers
 
entities - Variable in class pl.edu.icm.unity.types.basic.MultiGroupMembers
 
entity - Variable in class pl.edu.icm.unity.engine.api.authn.sandbox.SandboxAuthnEvent
 
entity - Variable in class pl.edu.icm.unity.engine.api.bulk.EntityInGroupData
 
entity - Variable in class pl.edu.icm.unity.types.basic.EntityWithAttributes
 
Entity - Class in pl.edu.icm.unity.types.basic
Represents an entity with complete information - as retrieved from the system.
Entity(List<Identity>, EntityInformation, CredentialInfo) - Constructor for class pl.edu.icm.unity.types.basic.Entity
 
ENTITY - pl.edu.icm.unity.types.basic.audit.AuditEventType
 
ENTITY_ID - pl.edu.icm.unity.engine.api.utils.MDCKeys
 
EntityAction - Class in pl.edu.icm.unity.engine.api.bulkops
Implementation performs an action on a given entity.
EntityAction(TranslationActionType, String[]) - Constructor for class pl.edu.icm.unity.engine.api.bulkops.EntityAction
 
EntityActionFactory - Interface in pl.edu.icm.unity.engine.api.bulkops
Marker of EntityAction factories
EntityActionsRegistry - Class in pl.edu.icm.unity.engine.api.bulkops
Maintains a simple registry of available EntityActionFactoryies.
EntityActionsRegistry(List<EntityActionFactory>) - Constructor for class pl.edu.icm.unity.engine.api.bulkops.EntityActionsRegistry
 
entityBased(long) - Static method in class pl.edu.icm.unity.engine.api.authn.AuthenticationSubject
 
EntityChange - Class in pl.edu.icm.unity.engine.api.translation.in
Describes entity status change prescribed by the profile.
EntityChange(EntityScheduledOperation, Date) - Constructor for class pl.edu.icm.unity.engine.api.translation.in.EntityChange
 
EntityCredentialManagement - Interface in pl.edu.icm.unity.engine.api
API for management of entities' credentials.
EntityGroupAttributes - Class in pl.edu.icm.unity.engine.api.bulk
 
EntityGroupAttributes - Class in pl.edu.icm.unity.types.basic
 
EntityGroupAttributes() - Constructor for class pl.edu.icm.unity.types.basic.EntityGroupAttributes
 
EntityGroupAttributes(long, Collection<AttributeExt>) - Constructor for class pl.edu.icm.unity.types.basic.MultiGroupMembers.EntityGroupAttributes
 
EntityGroupAttributes(long, Map<String, AttributeExt>) - Constructor for class pl.edu.icm.unity.engine.api.bulk.EntityGroupAttributes
 
entityId - pl.edu.icm.unity.engine.api.attributes.AttributeStatementMVELContextKey
 
entityId - Variable in class pl.edu.icm.unity.engine.api.authn.AuthenticationSubject
 
entityId - Variable in class pl.edu.icm.unity.engine.api.bulk.EntityGroupAttributes
 
entityId - Variable in class pl.edu.icm.unity.engine.api.project.DelegatedGroupMember
 
entityId - Variable in class pl.edu.icm.unity.types.basic.MultiGroupMembers.EntityGroupAttributes
 
EntityInformation - Class in pl.edu.icm.unity.types.basic
Stores information about entity, besides its identities, credentials and basic information as id.
EntityInformation() - Constructor for class pl.edu.icm.unity.types.basic.EntityInformation
 
EntityInformation(long) - Constructor for class pl.edu.icm.unity.types.basic.EntityInformation
 
EntityInformation(ObjectNode) - Constructor for class pl.edu.icm.unity.types.basic.EntityInformation
 
EntityInGroup - Class in pl.edu.icm.unity.engine.api.idp
EntityParam with group context information
EntityInGroup(String, EntityParam) - Constructor for class pl.edu.icm.unity.engine.api.idp.EntityInGroup
 
EntityInGroupData - Class in pl.edu.icm.unity.engine.api.bulk
Almost all information about a single entity in general plus attributes in a particular group and in root group
EntityInGroupData(Entity, String, Set<String>, Map<String, AttributeExt>, Map<String, AttributeExt>, Set<String>) - Constructor for class pl.edu.icm.unity.engine.api.bulk.EntityInGroupData
 
EntityManagement - Interface in pl.edu.icm.unity.engine.api
Engine API for (closely related) entities and identities management.
EntityMVELContextKey - Enum in pl.edu.icm.unity.engine.api.bulkops
 
entityParam - Variable in class pl.edu.icm.unity.engine.api.idp.EntityInGroup
 
EntityParam - Class in pl.edu.icm.unity.types.basic
Allows for flexible addressing of a subject of a method operating on a particular entity: either using entityId or using IdentityValue (belonging to the entity).
EntityParam(Long) - Constructor for class pl.edu.icm.unity.types.basic.EntityParam
 
EntityParam(IdentityTaV) - Constructor for class pl.edu.icm.unity.types.basic.EntityParam
 
EntityResolver - Interface in pl.edu.icm.unity.engine.api.identity
Various helper operations allowing for converting and checking identity and entity related parameters.
EntityScheduledOperation - Enum in pl.edu.icm.unity.types.basic
Describes an operation to be scheduled on an entity.
EntityState - Enum in pl.edu.icm.unity.types.basic
Overall entity status.
EntityWithAttributes - Class in pl.edu.icm.unity.types.basic
 
EntityWithAttributes(Entity, Map<String, GroupMembership>, Map<String, List<ExternalizedAttribute>>) - Constructor for class pl.edu.icm.unity.types.basic.EntityWithAttributes
 
EntityWithCredential - Class in pl.edu.icm.unity.engine.api.authn
Entity and a value of (one of) its credential attribute
EntityWithCredential() - Constructor for class pl.edu.icm.unity.engine.api.authn.EntityWithCredential
 
EntityWithCredential(String, String, long) - Constructor for class pl.edu.icm.unity.engine.api.authn.EntityWithCredential
 
ENUM - pl.edu.icm.unity.types.translation.ActionParameterDefinition.Type
 
equals(Object) - Method in class pl.edu.icm.unity.attr.LinkableImage
 
equals(Object) - Method in class pl.edu.icm.unity.engine.api.attributes.PublicAttributeInfo
 
equals(Object) - Method in class pl.edu.icm.unity.engine.api.authn.AuthenticationSubject
 
equals(Object) - Method in class pl.edu.icm.unity.engine.api.idp.IdpPolicyAgreementsConfiguration
 
equals(Object) - Method in class pl.edu.icm.unity.engine.api.idp.statistic.GroupedIdpStatistic
 
equals(Object) - Method in class pl.edu.icm.unity.engine.api.idp.statistic.GroupedIdpStatistic.SigInStatistic
 
equals(Object) - Method in class pl.edu.icm.unity.engine.api.idp.statistic.IdpStatisticEvent
 
equals(Object) - Method in class pl.edu.icm.unity.engine.api.initializers.ScriptConfiguration
 
equals(Object) - Method in class pl.edu.icm.unity.engine.api.integration.IntegrationEventGroup
 
equals(Object) - Method in class pl.edu.icm.unity.engine.api.pki.NamedCertificate
 
equals(Object) - Method in class pl.edu.icm.unity.engine.api.policyAgreement.PolicyAgreementState
 
equals(Object) - Method in class pl.edu.icm.unity.engine.api.policyDocument.PolicyDocumentCreateRequest
 
equals(Object) - Method in class pl.edu.icm.unity.engine.api.policyDocument.PolicyDocumentUpdateRequest
 
equals(Object) - Method in class pl.edu.icm.unity.engine.api.policyDocument.PolicyDocumentWithRevision
 
equals(Object) - Method in class pl.edu.icm.unity.engine.api.project.DelegatedGroup
 
equals(Object) - Method in class pl.edu.icm.unity.engine.api.project.DelegatedGroupContents
 
equals(Object) - Method in class pl.edu.icm.unity.engine.api.project.DelegatedGroupMember
 
equals(Object) - Method in class pl.edu.icm.unity.engine.api.project.ProjectInvitation
 
equals(Object) - Method in class pl.edu.icm.unity.engine.api.project.ProjectInvitationParam
 
equals(Object) - Method in class pl.edu.icm.unity.engine.api.project.ProjectRequest
 
equals(Object) - Method in class pl.edu.icm.unity.engine.api.project.ProjectRequestParam
 
equals(Object) - Method in class pl.edu.icm.unity.engine.api.translation.form.AutomaticInvitationProcessingParam
 
equals(Object) - Method in class pl.edu.icm.unity.engine.api.translation.form.GroupParam
 
equals(Object) - Method in class pl.edu.icm.unity.engine.api.translation.form.RegistrationContext
 
equals(Object) - Method in class pl.edu.icm.unity.engine.api.translation.in.MappedAttribute
 
equals(Object) - Method in class pl.edu.icm.unity.engine.api.translation.TranslationActionInstance
 
equals(Object) - Method in class pl.edu.icm.unity.engine.api.translation.TranslationCondition
 
equals(Object) - Method in class pl.edu.icm.unity.MessageArea
 
equals(Object) - Method in class pl.edu.icm.unity.msg.Message
 
equals(Object) - Method in class pl.edu.icm.unity.types.authn.AuthenticationFlowDefinition
 
equals(Object) - Method in class pl.edu.icm.unity.types.authn.AuthenticationOptionKey
 
equals(Object) - Method in class pl.edu.icm.unity.types.authn.AuthenticationOptionsSelector
 
equals(Object) - Method in class pl.edu.icm.unity.types.authn.AuthenticationRealm
 
equals(Object) - Method in class pl.edu.icm.unity.types.authn.AuthenticatorDefinition
 
equals(Object) - Method in class pl.edu.icm.unity.types.authn.AuthenticatorInfo
 
equals(Object) - Method in class pl.edu.icm.unity.types.authn.AuthenticatorInstanceMetadata
 
equals(Object) - Method in class pl.edu.icm.unity.types.authn.AuthenticatorTypeDescription
 
equals(Object) - Method in class pl.edu.icm.unity.types.authn.CredentialDefinition
 
equals(Object) - Method in class pl.edu.icm.unity.types.authn.CredentialInfo
 
equals(Object) - Method in class pl.edu.icm.unity.types.authn.CredentialPublicInformation
 
equals(Object) - Method in class pl.edu.icm.unity.types.authn.CredentialRequirements
 
equals(Object) - Method in class pl.edu.icm.unity.types.authn.IdPInfo
 
equals(Object) - Method in class pl.edu.icm.unity.types.authn.IdPInfo.IdpGroup
 
equals(Object) - Method in class pl.edu.icm.unity.types.basic.Attribute
 
equals(Object) - Method in class pl.edu.icm.unity.types.basic.AttributeExt
 
equals(Object) - Method in class pl.edu.icm.unity.types.basic.AttributesClass
 
equals(Object) - Method in class pl.edu.icm.unity.types.basic.AttributeStatement
 
equals(Object) - Method in class pl.edu.icm.unity.types.basic.AttributeType
 
equals(Object) - Method in class pl.edu.icm.unity.types.basic.audit.AuditEntity
 
equals(Object) - Method in class pl.edu.icm.unity.types.basic.audit.AuditEvent
 
equals(Object) - Method in class pl.edu.icm.unity.types.basic.DynamicAttribute
 
equals(Object) - Method in class pl.edu.icm.unity.types.basic.Entity
 
equals(Object) - Method in class pl.edu.icm.unity.types.basic.EntityInformation
 
equals(Object) - Method in class pl.edu.icm.unity.types.basic.EntityParam
 
equals(Object) - Method in class pl.edu.icm.unity.types.basic.EntityWithAttributes
 
equals(Object) - Method in class pl.edu.icm.unity.types.basic.Group
 
equals(Object) - Method in class pl.edu.icm.unity.types.basic.GroupDelegationConfiguration
 
equals(Object) - Method in class pl.edu.icm.unity.types.basic.GroupMember
 
equals(Object) - Method in class pl.edu.icm.unity.types.basic.GroupMembership
 
equals(Object) - Method in class pl.edu.icm.unity.types.basic.GroupProperty
 
equals(Object) - Method in class pl.edu.icm.unity.types.basic.Identity
 
equals(Object) - Method in class pl.edu.icm.unity.types.basic.IdentityParam
 
equals(Object) - Method in class pl.edu.icm.unity.types.basic.IdentityTaV
 
equals(Object) - Method in class pl.edu.icm.unity.types.basic.IdentityType
 
equals(Object) - Method in class pl.edu.icm.unity.types.basic.idpStatistic.IdpStatistic
 
equals(Object) - Method in class pl.edu.icm.unity.types.basic.MessageTemplate
 
equals(Object) - Method in class pl.edu.icm.unity.types.basic.MessageTemplate.Message
 
equals(Object) - Method in class pl.edu.icm.unity.types.basic.NotificationChannel
 
equals(Object) - Method in class pl.edu.icm.unity.types.basic.NotificationChannelInfo
 
equals(Object) - Method in class pl.edu.icm.unity.types.basic.VerifiableElementBase
 
equals(Object) - Method in class pl.edu.icm.unity.types.basic.VerifiableEmail
 
equals(Object) - Method in class pl.edu.icm.unity.types.bulkops.ScheduledProcessingRule
 
equals(Object) - Method in class pl.edu.icm.unity.types.bulkops.ScheduledProcessingRuleParam
 
equals(Object) - Method in class pl.edu.icm.unity.types.confirmation.ConfirmationInfo
 
equals(Object) - Method in class pl.edu.icm.unity.types.DescribedObjectROImpl
 
equals(Object) - Method in class pl.edu.icm.unity.types.endpoint.Endpoint
 
equals(Object) - Method in class pl.edu.icm.unity.types.endpoint.EndpointConfiguration
 
equals(Object) - Method in class pl.edu.icm.unity.types.endpoint.ResolvedEndpoint
 
equals(Object) - Method in class pl.edu.icm.unity.types.I18nDescribedObject
 
equals(Object) - Method in class pl.edu.icm.unity.types.I18nMessage
 
equals(Object) - Method in class pl.edu.icm.unity.types.I18nString
 
equals(Object) - Method in class pl.edu.icm.unity.types.I18nStringSource
 
equals(Object) - Method in class pl.edu.icm.unity.types.policyAgreement.PolicyAgreementConfiguration
 
equals(Object) - Method in class pl.edu.icm.unity.types.policyAgreement.PolicyAgreementDecision
 
equals(Object) - Method in class pl.edu.icm.unity.types.registration.AdminComment
 
equals(Object) - Method in class pl.edu.icm.unity.types.registration.AgreementRegistrationParam
 
equals(Object) - Method in class pl.edu.icm.unity.types.registration.AttributeRegistrationParam
 
equals(Object) - Method in class pl.edu.icm.unity.types.registration.BaseForm
 
equals(Object) - Method in class pl.edu.icm.unity.types.registration.BaseFormNotifications
 
equals(Object) - Method in class pl.edu.icm.unity.types.registration.BaseRegistrationInput
 
equals(Object) - Method in class pl.edu.icm.unity.types.registration.Comment
 
equals(Object) - Method in class pl.edu.icm.unity.types.registration.CredentialParamValue
 
equals(Object) - Method in class pl.edu.icm.unity.types.registration.CredentialRegistrationParam
 
equals(Object) - Method in class pl.edu.icm.unity.types.registration.EnquiryForm
 
equals(Object) - Method in class pl.edu.icm.unity.types.registration.EnquiryFormNotifications
 
equals(Object) - Method in class pl.edu.icm.unity.types.registration.EnquiryResponseState
 
equals(Object) - Method in class pl.edu.icm.unity.types.registration.ExternalSignupGridSpec.AuthnGridSettings
 
equals(Object) - Method in class pl.edu.icm.unity.types.registration.ExternalSignupGridSpec
 
equals(Object) - Method in class pl.edu.icm.unity.types.registration.ExternalSignupSpec
 
equals(Object) - Method in class pl.edu.icm.unity.types.registration.GroupRegistrationParam
 
equals(Object) - Method in class pl.edu.icm.unity.types.registration.GroupSelection
 
equals(Object) - Method in class pl.edu.icm.unity.types.registration.IdentityRegistrationParam
 
equals(Object) - Method in class pl.edu.icm.unity.types.registration.invite.ComboInvitationParam
 
equals(Object) - Method in class pl.edu.icm.unity.types.registration.invite.EnquiryInvitationParam
 
equals(Object) - Method in class pl.edu.icm.unity.types.registration.invite.FormPrefill
 
equals(Object) - Method in class pl.edu.icm.unity.types.registration.invite.InvitationParam
 
equals(Object) - Method in class pl.edu.icm.unity.types.registration.invite.InvitationSendData
 
equals(Object) - Method in class pl.edu.icm.unity.types.registration.invite.InvitationWithCode
 
equals(Object) - Method in class pl.edu.icm.unity.types.registration.invite.PrefilledEntry
 
equals(Object) - Method in class pl.edu.icm.unity.types.registration.invite.RegistrationInvitationParam
 
equals(Object) - Method in class pl.edu.icm.unity.types.registration.layout.FormCaptionElement
 
equals(Object) - Method in class pl.edu.icm.unity.types.registration.layout.FormElement
 
equals(Object) - Method in class pl.edu.icm.unity.types.registration.layout.FormLayout
 
equals(Object) - Method in class pl.edu.icm.unity.types.registration.layout.FormLayoutSettings
 
equals(Object) - Method in class pl.edu.icm.unity.types.registration.layout.FormParameterElement
 
equals(Object) - Method in class pl.edu.icm.unity.types.registration.OptionalRegistrationParam
 
equals(Object) - Method in class pl.edu.icm.unity.types.registration.RegistrationContext
 
equals(Object) - Method in class pl.edu.icm.unity.types.registration.RegistrationForm
 
equals(Object) - Method in class pl.edu.icm.unity.types.registration.RegistrationFormLayouts
 
equals(Object) - Method in class pl.edu.icm.unity.types.registration.RegistrationFormNotifications
 
equals(Object) - Method in class pl.edu.icm.unity.types.registration.RegistrationParam
 
equals(Object) - Method in class pl.edu.icm.unity.types.registration.RegistrationRequestState
 
equals(Object) - Method in class pl.edu.icm.unity.types.registration.RegistrationWrapUpConfig
 
equals(Object) - Method in class pl.edu.icm.unity.types.registration.Selection
 
equals(Object) - Method in class pl.edu.icm.unity.types.registration.URLQueryPrefillConfig
 
equals(Object) - Method in class pl.edu.icm.unity.types.registration.UserRequestState
 
equals(Object) - Method in class pl.edu.icm.unity.types.translation.TranslationAction
 
equals(Object) - Method in class pl.edu.icm.unity.types.translation.TranslationActionType
 
equals(Object) - Method in class pl.edu.icm.unity.types.translation.TranslationProfile
 
equals(Object) - Method in class pl.edu.icm.unity.types.translation.TranslationRule
 
error - Variable in class pl.edu.icm.unity.engine.api.authn.AuthenticationResult.ErrorResult
 
error - Variable in class pl.edu.icm.unity.engine.api.authn.InteractiveAuthenticationProcessor.PostAuthenticationStepDecision.ErrorDetail
 
error(InteractiveAuthenticationProcessor.PostAuthenticationStepDecision.ErrorDetail) - Static method in class pl.edu.icm.unity.engine.api.authn.InteractiveAuthenticationProcessor.PostAuthenticationStepDecision
 
ERROR - pl.edu.icm.unity.engine.api.authn.InteractiveAuthenticationProcessor.PostAuthenticationStepDecision.Decision
 
ErrorDetail(AuthenticationResult.ResolvableError) - Constructor for class pl.edu.icm.unity.engine.api.authn.InteractiveAuthenticationProcessor.PostAuthenticationStepDecision.ErrorDetail
 
evalToKey - Variable in class pl.edu.icm.unity.engine.api.mvel.MVELExpressionContext
 
evaluate(Object) - Method in class pl.edu.icm.unity.engine.api.translation.TranslationCondition
 
evaluate(Object, Logger) - Method in class pl.edu.icm.unity.engine.api.translation.TranslationCondition
 
Event - Interface in pl.edu.icm.unity.types
Marker interface for EventProcessor execution abstraction.
EventCategory - Enum in pl.edu.icm.unity.engine.api.event
Defines the well known phases of events.
EventListener - Interface in pl.edu.icm.unity.engine.api.event
Event listeners are Event consumers.
EventListenersManagement - Interface in pl.edu.icm.unity.engine.api.event
Management of event listeners
EventPublisher - Interface in pl.edu.icm.unity.engine.api.event
Allows for sending platform events.
EventPublisherWithAuthz - Interface in pl.edu.icm.unity.engine.api.event
Allows for sending platform events.
EVERYTHING - Static variable in class pl.edu.icm.unity.types.basic.GroupContents
 
executeVerificator(Supplier<AuthenticationResult>, AuthenticationTriggeringContext) - Method in interface pl.edu.icm.unity.engine.api.authn.remote.RemoteAuthnResponseProcessor
 
ExecutionFailException - Exception in pl.edu.icm.unity.engine.api.translation
Throw to signal that further execution of the translation profile should be stopped and that the whole process should be finished with error.
ExecutionFailException(String) - Constructor for exception pl.edu.icm.unity.engine.api.translation.ExecutionFailException
 
ExecutorsService - Class in pl.edu.icm.unity.engine.api.utils
Provides server-wide thread pool.
ExecutorsService(UnityServerConfiguration) - Constructor for class pl.edu.icm.unity.engine.api.utils.ExecutorsService
 
ExpectedIdentity - Class in pl.edu.icm.unity.types.authn
Describes expected identity
ExpectedIdentity() - Constructor for class pl.edu.icm.unity.types.authn.ExpectedIdentity
 
ExpectedIdentity(String, ExpectedIdentity.IdentityExpectation) - Constructor for class pl.edu.icm.unity.types.authn.ExpectedIdentity
 
ExpectedIdentity.IdentityExpectation - Enum in pl.edu.icm.unity.types.authn
 
expiration - Variable in class pl.edu.icm.unity.engine.api.project.ProjectInvitationParam
 
expiration - Variable in class pl.edu.icm.unity.types.registration.invite.InvitationSendData
 
exportDb(DBDumpContentElements) - Method in interface pl.edu.icm.unity.engine.api.ServerManagement
Exports database contents to a JSON file.
EXPRESSION - pl.edu.icm.unity.types.translation.ActionParameterDefinition.Type
 
EXTENSION_PFX - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
EXTERNAL_NOTIFICATION_FILE - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
EXTERNAL_NOTIFICATION_NAME - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
EXTERNAL_NOTIFICATION_PFX - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
EXTERNAL_NOTIFICATION_SUPPORTS_TEMPLATES - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
ExternalDataParser - Interface in pl.edu.icm.unity.engine.api.translation
Parses external data into types usable in Unity API.
externalId - Variable in class pl.edu.icm.unity.engine.api.attributes.PublicAttributeInfo
 
ExternalizedAttribute - Class in pl.edu.icm.unity.types.basic
Used on REST endpoint, available in types module for rest clients.
ExternalizedAttribute(ObjectNode) - Constructor for class pl.edu.icm.unity.types.basic.ExternalizedAttribute
 
ExternalizedAttribute(AttributeExt) - Constructor for class pl.edu.icm.unity.types.basic.ExternalizedAttribute
 
ExternalizedAttribute(AttributeExt, List<String>) - Constructor for class pl.edu.icm.unity.types.basic.ExternalizedAttribute
 
ExternalSignupGridSpec - Class in pl.edu.icm.unity.types.registration
Configures which remote signUp methods should be shown in grid.
ExternalSignupGridSpec(List<AuthenticationOptionsSelector>, ExternalSignupGridSpec.AuthnGridSettings) - Constructor for class pl.edu.icm.unity.types.registration.ExternalSignupGridSpec
 
ExternalSignupGridSpec.AuthnGridSettings - Class in pl.edu.icm.unity.types.registration
 
ExternalSignupSpec - Class in pl.edu.icm.unity.types.registration
Configures the external sign up process during registration.
ExternalSignupSpec(List<AuthenticationOptionsSelector>) - Constructor for class pl.edu.icm.unity.types.registration.ExternalSignupSpec
 
externalValuesToInternal(String, List<?>) - Method in interface pl.edu.icm.unity.engine.api.AttributeValueConverter
 
externalValuesToInternal(AttributeValueSyntax<T>, List<?>) - Method in interface pl.edu.icm.unity.engine.api.AttributeValueConverter
 
extractCustomVariables(I18nMessage) - Static method in class pl.edu.icm.unity.engine.api.msgtemplate.MessageTemplateValidator
 
extractIdPs() - Method in interface pl.edu.icm.unity.engine.api.authn.AuthenticatorInstance
 
extractParticipants(AuthenticationResult...) - Static method in interface pl.edu.icm.unity.engine.api.authn.AuthenticationProcessor
Extracts and returns all remote SessionParticipants from the AuthenticationResults.
extractTags(String) - Static method in class pl.edu.icm.unity.types.basic.VerifiableEmail
 
extractVariables(I18nMessage) - Static method in class pl.edu.icm.unity.engine.api.msgtemplate.MessageTemplateValidator
 
extraInformation - Variable in class pl.edu.icm.unity.engine.api.finalization.WorkflowFinalizationConfiguration
 

F

FACILITY_ID - Static variable in class pl.edu.icm.unity.engine.api.confirmation.states.EmailAttribiuteConfirmationState
 
FACILITY_ID - Static variable in class pl.edu.icm.unity.engine.api.confirmation.states.EmailIdentityConfirmationState
 
FACILITY_ID - Static variable in class pl.edu.icm.unity.engine.api.confirmation.states.RegistrationReqEmailAttribiuteConfirmationState
 
FACILITY_ID - Static variable in class pl.edu.icm.unity.engine.api.confirmation.states.RegistrationReqEmailIdentityConfirmationState
 
facilityId - Variable in class pl.edu.icm.unity.engine.api.confirmation.states.BaseEmailConfirmationState
 
factor - Variable in class pl.edu.icm.unity.engine.api.authn.AuthenticatorStepContext
 
factory - Variable in class pl.edu.icm.unity.engine.api.authn.AbstractCredentialVerificatorFactory
 
failed() - Static method in class pl.edu.icm.unity.engine.api.authn.LocalAuthenticationResult
 
failed() - Static method in class pl.edu.icm.unity.engine.api.authn.RemoteAuthenticationResult
 
failed(Exception) - Static method in class pl.edu.icm.unity.engine.api.authn.LocalAuthenticationResult
 
failed(Exception) - Static method in class pl.edu.icm.unity.engine.api.authn.RemoteAuthenticationResult
 
failed(AuthenticationResult.ResolvableError) - Static method in class pl.edu.icm.unity.engine.api.authn.LocalAuthenticationResult
 
failed(AuthenticationResult.ResolvableError, Exception) - Static method in class pl.edu.icm.unity.engine.api.authn.LocalAuthenticationResult
 
failed(RemotelyAuthenticatedPrincipal, Exception, AuthenticationResult.ResolvableError) - Static method in class pl.edu.icm.unity.engine.api.authn.RemoteAuthenticationResult
 
failed(RemotelyAuthenticatedPrincipal, AuthenticationResult.ResolvableError) - Static method in class pl.edu.icm.unity.engine.api.authn.RemoteAuthenticationResult
 
FAILED - pl.edu.icm.unity.types.basic.idpStatistic.IdpStatistic.Status
 
failedAuthn(Exception, String, RemotelyAuthenticatedInput) - Static method in class pl.edu.icm.unity.engine.api.authn.remote.RemoteSandboxAuthnContext
 
failedCount - Variable in class pl.edu.icm.unity.engine.api.idp.statistic.GroupedIdpStatistic.SigInStatistic
 
FAST_RANDOM - Static variable in class pl.edu.icm.unity.engine.api.config.UnityHttpServerConfiguration
 
FILE_SIZE_LIMIT - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
FileStorageService - Interface in pl.edu.icm.unity.engine.api.files
Provides access to local or remote file.
FileStorageService.StandardOwner - Enum in pl.edu.icm.unity.engine.api.files
 
fill(JsonNode, Map<Integer, PrefilledEntry<T>>, Class<T>) - Method in class pl.edu.icm.unity.types.registration.invite.FormPrefill
 
fill(FormPrefill) - Method in class pl.edu.icm.unity.types.registration.invite.FormPrefill
 
filterAgreementToPresent(EntityParam, List<PolicyAgreementConfiguration>) - Method in interface pl.edu.icm.unity.engine.api.policyAgreement.PolicyAgreementManagement
 
filterByIncludeGroupsMode(List<Group>, GroupRegistrationParam.IncludeGroupsMode) - Static method in class pl.edu.icm.unity.engine.api.registration.GroupPatternMatcher
 
filterMatching(List<Group>, String) - Static method in class pl.edu.icm.unity.engine.api.registration.GroupPatternMatcher
 
filterMatching(List<Group>, Collection<String>) - Static method in class pl.edu.icm.unity.engine.api.registration.GroupPatternMatcher
 
finalizeAfterPrimaryAuthentication(PartialAuthnState, boolean) - Method in interface pl.edu.icm.unity.engine.api.authn.AuthenticationProcessor
Should be used if the second step authentication is not required: retrieve a final AuthenticatedEntity.
finalizeAfterSecondaryAuthentication(PartialAuthnState, AuthenticationResult) - Method in interface pl.edu.icm.unity.engine.api.authn.AuthenticationProcessor
Should be used if the second step authentication is required to process second authenticator results and retrieve a final AuthenticatedEntity.
fireEvent(SandboxAuthnEvent) - Method in interface pl.edu.icm.unity.engine.api.authn.sandbox.SandboxAuthnRouter
 
fireEvent(Event) - Method in interface pl.edu.icm.unity.engine.api.event.EventPublisher
Publish the event for further processing.
fireEventWithAuthz(Event) - Method in interface pl.edu.icm.unity.engine.api.event.EventPublisherWithAuthz
Invokes the event thru {@link EventPublisher.fireEvent(Event)}, however the caller is authorized with the highest privilege level.
FIRST - pl.edu.icm.unity.engine.api.authn.AuthenticatorStepContext.FactorOrder
 
firstFactorAuthnState - Variable in class pl.edu.icm.unity.engine.api.authn.remote.AuthenticationTriggeringContext
 
firstFactorSkipped - Variable in class pl.edu.icm.unity.engine.api.authn.LoginSession.RememberMeInfo
 
FORCE_LOGIN - pl.edu.icm.unity.engine.api.authn.AuthenticationPolicy
 
form - Variable in class pl.edu.icm.unity.engine.api.authn.remote.AuthenticationTriggeringContext
 
form - Variable in class pl.edu.icm.unity.types.registration.invite.InvitationSendData
 
FORM - pl.edu.icm.unity.engine.api.files.FileStorageService.StandardOwner
 
FORM_PARAM - Static variable in interface pl.edu.icm.unity.engine.api.registration.PublicRegistrationURLSupport
 
format(String, Map<String, PropertyMD>) - Method in class pl.edu.icm.unity.doc.utils.AsciidoctorFormatter
 
formatMediumInstant(Instant) - Static method in class pl.edu.icm.unity.engine.api.utils.TimeUtil
 
formatStandardInstant(Instant) - Static method in class pl.edu.icm.unity.engine.api.utils.TimeUtil
 
formatStandardInstantWithNano(Instant) - Static method in class pl.edu.icm.unity.engine.api.utils.TimeUtil
 
FormAutomationSupport - Interface in pl.edu.icm.unity.engine.api.registration
Various internally useful operations, related to forms automation.
FormCaptionElement - Class in pl.edu.icm.unity.types.registration.layout
represents a fixed section caption
FormCaptionElement(I18nString) - Constructor for class pl.edu.icm.unity.types.registration.layout.FormCaptionElement
 
FormElement - Class in pl.edu.icm.unity.types.registration.layout
Used in FormLayout to represent a form element being placed.
FormElement(FormLayoutElement, boolean) - Constructor for class pl.edu.icm.unity.types.registration.layout.FormElement
 
formForUnknownPrincipal - Variable in class pl.edu.icm.unity.engine.api.authn.RemoteAuthenticationResult.UnknownRemotePrincipalResult
 
FormLayout - Class in pl.edu.icm.unity.types.registration.layout
Describes a layout of a BaseForm: ordering of its elements and additional metadata needed only for rendering (as section titles).
FormLayout(ObjectNode) - Constructor for class pl.edu.icm.unity.types.registration.layout.FormLayout
 
FormLayout(List<? extends FormElement>) - Constructor for class pl.edu.icm.unity.types.registration.layout.FormLayout
 
FormLayoutElement - Enum in pl.edu.icm.unity.types.registration.layout
Types of form layout elements.
FormLayoutSettings - Class in pl.edu.icm.unity.types.registration.layout
Provides visual configuration that can be applied on a BaseForm.
FormLayoutSettings() - Constructor for class pl.edu.icm.unity.types.registration.layout.FormLayoutSettings
 
FormLayoutSettings(boolean, float, String, boolean, String) - Constructor for class pl.edu.icm.unity.types.registration.layout.FormLayoutSettings
 
FormLayoutSettings.Builder - Class in pl.edu.icm.unity.types.registration.layout
 
FormLayoutUtils - Class in pl.edu.icm.unity.types.registration
Utility class to deal with most common operations like form validation or generating default layout.
FormLocalSignupButtonElement - Class in pl.edu.icm.unity.types.registration.layout
represents a fixed button with custom caption
FormLocalSignupButtonElement() - Constructor for class pl.edu.icm.unity.types.registration.layout.FormLocalSignupButtonElement
 
FormParameterElement - Class in pl.edu.icm.unity.types.registration.layout
Represents one of the variable form elements, which can have multiple occurrences: attributes, identities, groups and credentials.
FormParameterElement(FormLayoutElement, int) - Constructor for class pl.edu.icm.unity.types.registration.layout.FormParameterElement
 
FormPrefill - Class in pl.edu.icm.unity.types.registration.invite
 
FormPrefill() - Constructor for class pl.edu.icm.unity.types.registration.invite.FormPrefill
 
FormPrefill(String, FormType) - Constructor for class pl.edu.icm.unity.types.registration.invite.FormPrefill
 
FormPrefill(FormType) - Constructor for class pl.edu.icm.unity.types.registration.invite.FormPrefill
 
FormPrefill.Builder - Class in pl.edu.icm.unity.types.registration.invite
 
FormProvider - Interface in pl.edu.icm.unity.types.registration.invite
 
FormSeparatorElement - Class in pl.edu.icm.unity.types.registration.layout
Represents a visual separator between sections.
FormSeparatorElement() - Constructor for class pl.edu.icm.unity.types.registration.layout.FormSeparatorElement
 
formType - Variable in class pl.edu.icm.unity.types.registration.invite.InvitationSendData
 
FormType - Enum in pl.edu.icm.unity.types.registration
 
forwardTo(String, HttpServletRequest, HttpServletResponse) - Static method in class pl.edu.icm.unity.engine.api.utils.RoutingServlet
The routing will be reconfigured to forward all requests to the given destination.
FRAME_OPTIONS - Static variable in class pl.edu.icm.unity.engine.api.config.UnityHttpServerConfiguration
 
FreemarkerAppHandler - Class in pl.edu.icm.unity.engine.api.utils
Used for cases where plain web page should be presented to the user, based on freemarker template.
FreemarkerAppHandler(UnityServerConfiguration) - Constructor for class pl.edu.icm.unity.engine.api.utils.FreemarkerAppHandler
 
FreemarkerUtils - Class in pl.edu.icm.unity.engine.api.utils
Helper with shared routings for bootstraping template engine.
FreemarkerUtils() - Constructor for class pl.edu.icm.unity.engine.api.utils.FreemarkerUtils
 
fromExt(String) - Static method in enum pl.edu.icm.unity.attr.ImageType
 
fromJson(JsonNode) - Static method in class pl.edu.icm.unity.types.I18nString
 
fromJson(JsonNode) - Static method in class pl.edu.icm.unity.types.I18nStringJsonUtil
 
fromJson(JsonNode, JsonNode) - Static method in class pl.edu.icm.unity.types.I18nStringJsonUtil
 
fromJson(ObjectNode) - Method in class pl.edu.icm.unity.types.basic.Attribute
 
fromJson(ObjectNode) - Method in class pl.edu.icm.unity.types.registration.invite.ComboInvitationParam
 
fromJson(ObjectNode) - Method in class pl.edu.icm.unity.types.registration.invite.EnquiryInvitationParam
 
fromJson(ObjectNode) - Method in class pl.edu.icm.unity.types.registration.invite.RegistrationInvitationParam
 
fromJson(String) - Static method in class pl.edu.icm.unity.engine.api.policyAgreement.PolicyAgreementState
 
fromJsonBase(ObjectNode) - Method in class pl.edu.icm.unity.types.basic.Attribute
 
fromJsonBase(ObjectNode) - Method in class pl.edu.icm.unity.types.basic.AttributeType
Initializes base state from JSON everything besides name and syntax
fromJsonBase(ObjectNode) - Method in class pl.edu.icm.unity.types.basic.EntityInformation
 
fromJsonBase(ObjectNode) - Method in class pl.edu.icm.unity.types.basic.Group
 
fromJsonBase(ObjectNode) - Method in class pl.edu.icm.unity.types.basic.GroupMembership
 
fromJsonBase(ObjectNode) - Method in class pl.edu.icm.unity.types.basic.IdentityType
 
fromJsonDescObj(ObjectNode) - Method in class pl.edu.icm.unity.types.DescribedObjectROImpl
 
fromJsonExt(ObjectNode) - Method in class pl.edu.icm.unity.types.basic.AttributeExt
 
fromJsonString(String) - Static method in class pl.edu.icm.unity.types.basic.VerifiableEmail
 
fromJsonString(String) - Static method in class pl.edu.icm.unity.types.basic.VerifiableMobileNumber
 
fromMimeType(String) - Static method in enum pl.edu.icm.unity.attr.ImageType
 
fromPropoerties(MessageSource, UnityPropertiesHelper) - Static method in class pl.edu.icm.unity.engine.api.idp.IdpPolicyAgreementsConfigurationParser
 
fromString(String) - Static method in class pl.edu.icm.unity.engine.api.policyAgreement.PolicyAgreementConfigTextParser.DocPlaceholder
 

G

GENERAL_ERROR - pl.edu.icm.unity.types.registration.RegistrationWrapUpConfig.TriggeringState
 
generateCode(int, char[]) - Static method in class pl.edu.icm.unity.engine.api.utils.CodeGenerator
 
generateEmbeddedEmptyInputProfile() - Static method in class pl.edu.icm.unity.engine.api.translation.TranslationProfileGenerator
 
generateEmbeddedEmptyOutputProfile() - Static method in class pl.edu.icm.unity.engine.api.translation.TranslationProfileGenerator
 
generateIncludeInputProfile(String) - Static method in class pl.edu.icm.unity.engine.api.translation.TranslationProfileGenerator
 
generateIncludeInputProfile(String, String) - Static method in class pl.edu.icm.unity.engine.api.translation.TranslationProfileGenerator
 
generateIncludeOutputProfile(String) - Static method in class pl.edu.icm.unity.engine.api.translation.TranslationProfileGenerator
 
generateIncludeOutputProfile(String, String) - Static method in class pl.edu.icm.unity.engine.api.translation.TranslationProfileGenerator
 
generateMixedCharCode(int) - Static method in class pl.edu.icm.unity.engine.api.utils.CodeGenerator
 
generateNumberCode(int) - Static method in class pl.edu.icm.unity.engine.api.utils.CodeGenerator
 
generateProjectJoinEnquiryForm(String, String) - Method in interface pl.edu.icm.unity.engine.api.utils.GroupDelegationConfigGenerator
 
generateProjectRegistrationForm(String, String, List<String>) - Method in interface pl.edu.icm.unity.engine.api.utils.GroupDelegationConfigGenerator
 
generateProjectUpdateEnquiryForm(String, String) - Method in interface pl.edu.icm.unity.engine.api.utils.GroupDelegationConfigGenerator
 
generateSubprojectJoinEnquiryForm(String, String, String, String) - Method in interface pl.edu.icm.unity.engine.api.utils.GroupDelegationConfigGenerator
 
generateSubprojectRegistrationForm(String, String, String, String) - Method in interface pl.edu.icm.unity.engine.api.utils.GroupDelegationConfigGenerator
 
generateSubprojectUpdateEnquiryForm(String, String, String, String) - Method in interface pl.edu.icm.unity.engine.api.utils.GroupDelegationConfigGenerator
 
get() - Method in interface pl.edu.icm.unity.engine.api.server.AdvertisedAddressProvider
 
GET - pl.edu.icm.unity.engine.api.integration.Webhook.WebhookHttpMethod
 
getAcceptedTemplate() - Method in class pl.edu.icm.unity.types.registration.BaseFormNotifications
 
getAction() - Method in class pl.edu.icm.unity.types.basic.audit.AuditEvent
 
getAction() - Method in class pl.edu.icm.unity.types.translation.TranslationRule
 
getActionType() - Method in interface pl.edu.icm.unity.engine.api.translation.TranslationActionFactory
 
getActionType() - Method in class pl.edu.icm.unity.engine.api.translation.TranslationActionInstance
 
getActionType() - Method in class pl.edu.icm.unity.engine.translation.in.action.AbstractInputTranslationActionFactory
 
getActionType() - Method in class pl.edu.icm.unity.engine.translation.out.action.AbstractOutputTranslationActionFactory
 
getActiveValueSelectionConfig(PropertiesHelper, String, Collection<DynamicAttribute>) - Static method in class pl.edu.icm.unity.engine.api.idp.CommonIdPProperties
 
getAddAttributeAction(String, String, String) - Method in interface pl.edu.icm.unity.engine.api.translation.form.RegistrationFormTranslationActionGenerator
 
getAddIdentifierIndentityAction(String) - Method in interface pl.edu.icm.unity.engine.api.translation.form.RegistrationFormTranslationActionGenerator
 
getAdditionalAuthn() - Method in class pl.edu.icm.unity.engine.api.authn.LoginSession
 
getAddressForEntity(EntityParam, String, boolean) - Method in interface pl.edu.icm.unity.engine.api.notification.NotificationProducer
Get address for entity.
getAddToGroupAction(String) - Method in interface pl.edu.icm.unity.engine.api.translation.form.RegistrationFormTranslationActionGenerator
 
getAdminComments() - Method in class pl.edu.icm.unity.types.registration.UserRequestState
 
getAdminsNotificationGroup() - Method in class pl.edu.icm.unity.types.registration.BaseFormNotifications
 
getAgreements() - Method in class pl.edu.icm.unity.types.registration.BaseForm
 
getAgreements() - Method in class pl.edu.icm.unity.types.registration.BaseRegistrationInput
 
getAll() - Method in class pl.edu.icm.unity.engine.api.utils.TypesRegistryBase
 
getAllAttributes(EntityParam, boolean, String, String, boolean) - Method in interface pl.edu.icm.unity.engine.api.AttributesManagement
Returns attributes of an entity, including hidden ones.
getAllAttributes(EntityParam, boolean, List<GroupPattern>, String, boolean) - Method in interface pl.edu.icm.unity.engine.api.AttributesManagement
Returns attributes of multiple groups, including hidden ones.
getAllAuthenticators() - Method in class pl.edu.icm.unity.engine.api.authn.AuthenticationFlow
 
getAllAuthenticators() - Method in class pl.edu.icm.unity.types.authn.AuthenticationFlowDefinition
 
getAllCertificateNames() - Method in interface pl.edu.icm.unity.engine.api.PKIManagement
 
getAllDocsPlaceholdersInConfigText(String) - Static method in class pl.edu.icm.unity.engine.api.policyAgreement.PolicyAgreementConfigTextParser
 
getAllDocsPlaceholdersInConfigText(I18nString) - Static method in class pl.edu.icm.unity.engine.api.policyAgreement.PolicyAgreementConfigTextParser
 
getAllEntitiesWithContactEmail(String) - Method in interface pl.edu.icm.unity.engine.api.EntityManagement
Returns entities with assigned e-mail - as attribute or identity
getAllEvents() - Method in interface pl.edu.icm.unity.engine.api.AuditEventManagement
List of AuditEvent objects.
getAllMessages() - Method in interface pl.edu.icm.unity.engine.api.msg.MessageManagement
 
getAllowed() - Method in class pl.edu.icm.unity.types.basic.AttributesClass
 
getAllowedGroups() - Method in class pl.edu.icm.unity.types.registration.invite.FormPrefill
 
getAllowForRememberMeDays() - Method in class pl.edu.icm.unity.types.authn.AuthenticationRealm
 
getAllRequestedGroupsDiff(List<Group>, List<Group>, List<GroupSelection>, List<GroupRegistrationParam>) - Static method in class pl.edu.icm.unity.engine.api.registration.GroupDiffUtils
 
getAllTags() - Method in interface pl.edu.icm.unity.engine.api.AuditEventManagement
List of tags.
getAllTokens() - Method in interface pl.edu.icm.unity.engine.api.token.TokensManagement
 
getAllTokens(String) - Method in interface pl.edu.icm.unity.engine.api.token.SecuredTokensManagement
User with "System Manager" authorization role can get all tokens.
getAllTokens(String) - Method in interface pl.edu.icm.unity.engine.api.token.TokensManagement
 
getAndRemoveAuthnContext(String) - Method in class pl.edu.icm.unity.engine.api.authn.remote.RemoteAuthenticationContextManagement
 
getArguments() - Method in class pl.edu.icm.unity.types.I18nStringSource
 
getAsEnquiry(Long) - Method in class pl.edu.icm.unity.types.registration.invite.ComboInvitationParam
 
getAsRegistration() - Method in class pl.edu.icm.unity.types.registration.invite.ComboInvitationParam
 
getAssignedAttributeName() - Method in class pl.edu.icm.unity.types.basic.AttributeStatement
Name of the assigned attribute, regardless whether values are fixed or dynamic.
getAsString() - Method in class pl.edu.icm.unity.engine.api.config.UnityPropertiesHelper
 
getAttibuteTypeResourcesFromClasspathDir() - Method in interface pl.edu.icm.unity.engine.api.attributes.AttributeTypeSupport
Get attribute type resource from classpath resource dir
getAttribute() - Method in class pl.edu.icm.unity.engine.api.translation.in.MappedAttribute
 
getAttribute() - Method in class pl.edu.icm.unity.types.basic.DynamicAttribute
 
getAttributeByMetadata(EntityParam, String, String) - Method in interface pl.edu.icm.unity.engine.api.attributes.AttributeSupport
Returns attribute which has the given metadata set.
getAttributeClass(String) - Method in interface pl.edu.icm.unity.engine.api.AttributeClassManagement
 
getAttributeClasses() - Method in interface pl.edu.icm.unity.engine.api.AttributeClassManagement
 
getAttributeClasses() - Method in class pl.edu.icm.unity.engine.api.translation.form.TranslatedRegistrationRequest
 
getAttributeDisplayedName(String, String) - Method in interface pl.edu.icm.unity.engine.api.project.DelegatedGroupManagement
Gets attribute displayed name
getAttributeParams() - Method in class pl.edu.icm.unity.types.registration.BaseForm
 
getAttributes() - Method in class pl.edu.icm.unity.engine.api.authn.remote.RemotelyAuthenticatedInput
 
getAttributes() - Method in class pl.edu.icm.unity.engine.api.authn.remote.RemotelyAuthenticatedPrincipal
 
getAttributes() - Method in class pl.edu.icm.unity.engine.api.translation.form.TranslatedRegistrationRequest
 
getAttributes() - Method in class pl.edu.icm.unity.engine.api.translation.in.MappingResult
 
getAttributes() - Method in class pl.edu.icm.unity.engine.api.translation.out.TranslationInput
 
getAttributes() - Method in class pl.edu.icm.unity.engine.api.translation.out.TranslationResult
 
getAttributes() - Method in class pl.edu.icm.unity.types.basic.GroupMember
 
getAttributes() - Method in class pl.edu.icm.unity.types.registration.BaseRegistrationInput
 
getAttributes() - Method in class pl.edu.icm.unity.types.registration.invite.FormPrefill
 
getAttributes(EntityParam, String, String) - Method in interface pl.edu.icm.unity.engine.api.AttributesManagement
Returns visible attributes of an entity.
getAttributesByKeyword(String) - Method in interface pl.edu.icm.unity.engine.api.attributes.AttributeSupport
Returns all attributes linked with given keyword.
getAttributesClasses() - Method in class pl.edu.icm.unity.types.basic.Group
 
getAttributeStatements() - Method in class pl.edu.icm.unity.types.basic.Group
 
getAttributesToPersist() - Method in class pl.edu.icm.unity.engine.api.translation.out.TranslationResult
 
getAttributeType() - Method in class pl.edu.icm.unity.types.basic.DynamicAttribute
 
getAttributeType() - Method in class pl.edu.icm.unity.types.registration.AttributeRegistrationParam
 
getAttributeType(String) - Method in interface pl.edu.icm.unity.engine.api.AttributeTypeManagement
 
getAttributeTypes() - Method in interface pl.edu.icm.unity.engine.api.attributes.AttributeTypeSupport
 
getAttributeTypes() - Method in interface pl.edu.icm.unity.engine.api.AttributeTypeManagement
 
getAttributeTypesAsMap() - Method in interface pl.edu.icm.unity.engine.api.attributes.AttributeSupport
 
getAttributeTypesAsMap() - Method in interface pl.edu.icm.unity.engine.api.AttributeTypeManagement
 
getAttributeTypeWithMetadata(String) - Method in interface pl.edu.icm.unity.engine.api.attributes.AttributeSupport
Returns all attribute types which have the given metadata set.
getAttributeTypeWithSingeltonMetadata(String) - Method in interface pl.edu.icm.unity.engine.api.attributes.AttributeSupport
Returns attribute type which has the given metadata set.
getAttributeValueByMetadata(EntityParam, String, String) - Method in interface pl.edu.icm.unity.engine.api.attributes.AttributeSupport
Returns the first value of attribute which has the given metadata set.
getAuditEvents(Date, Date, int, String, int) - Method in interface pl.edu.icm.unity.engine.api.AuditEventManagement
Retrieve list of AuditEvents sorted by timestamp for given time period.
getAuthenticatedIdentities() - Method in class pl.edu.icm.unity.engine.api.authn.LoginSession
 
getAuthenticatedWith() - Method in class pl.edu.icm.unity.engine.api.authn.AuthenticatedEntity
 
getAuthenticatedWith() - Method in class pl.edu.icm.unity.engine.api.translation.in.MappingResult
 
getAuthenticationFlow() - Method in class pl.edu.icm.unity.engine.api.authn.PartialAuthnState
 
getAuthenticationFlow(String) - Method in interface pl.edu.icm.unity.engine.api.AuthenticationFlowManagement
Get authentication flow by given name
getAuthenticationFlows() - Method in interface pl.edu.icm.unity.engine.api.AuthenticationFlowManagement
 
getAuthenticationFlows() - Method in class pl.edu.icm.unity.engine.api.endpoint.AbstractEndpoint
 
getAuthenticationFlows() - Method in interface pl.edu.icm.unity.engine.api.endpoint.EndpointInstance
 
getAuthenticationOptions() - Method in class pl.edu.icm.unity.types.endpoint.EndpointConfiguration
 
getAuthenticationStepContext() - Method in class pl.edu.icm.unity.engine.api.authn.remote.RedirectedAuthnState
 
getAuthenticationTriggeringContext() - Method in class pl.edu.icm.unity.engine.api.authn.remote.RedirectedAuthnState
 
getAuthenticator(String) - Method in interface pl.edu.icm.unity.engine.api.AuthenticatorManagement
 
getAuthenticatorId() - Method in class pl.edu.icm.unity.engine.api.authn.AbstractCredentialRetrieval
 
getAuthenticatorId() - Method in interface pl.edu.icm.unity.engine.api.endpoint.BindingAuthn
 
getAuthenticatorKey() - Method in class pl.edu.icm.unity.types.authn.AuthenticationOptionKey
 
getAuthenticators(String) - Method in interface pl.edu.icm.unity.engine.api.AuthenticatorManagement
 
getAuthnException() - Method in class pl.edu.icm.unity.engine.api.authn.remote.RemoteSandboxAuthnContext
 
getAuthnException() - Method in class pl.edu.icm.unity.engine.api.authn.sandbox.EmptySandboxAuthnConext
 
getAuthnException() - Method in interface pl.edu.icm.unity.engine.api.authn.sandbox.SandboxAuthnContext
 
getAuthnInput() - Method in class pl.edu.icm.unity.engine.api.authn.remote.RemotelyAuthenticatedPrincipal
 
getAuthnOptionSelectors() - Method in interface pl.edu.icm.unity.engine.api.authn.AuthenticatorInstance
 
getAuthorEntityId() - Method in class pl.edu.icm.unity.types.registration.AdminComment
 
getAutoAction() - Method in class pl.edu.icm.unity.engine.api.translation.form.TranslatedRegistrationRequest
 
getAutoLoginToRealm() - Method in class pl.edu.icm.unity.types.registration.RegistrationForm
 
getAutoProcessAction(TranslatedRegistrationRequest.AutomaticRequestAction) - Method in interface pl.edu.icm.unity.engine.api.translation.form.RegistrationFormTranslationActionGenerator
 
getAutoProcessAction(UserRequestState<? extends BaseRegistrationInput>, RequestSubmitStatus) - Method in interface pl.edu.icm.unity.engine.api.registration.FormAutomationSupport
 
getAvailableAuthenticatorsTypes() - Method in interface pl.edu.icm.unity.engine.api.AuthenticatorManagement
Gets all available authenticators types
getAvailableStickyEnquires(EntityParam) - Method in interface pl.edu.icm.unity.engine.api.EnquiryManagement
 
getBaseContextPath() - Method in interface pl.edu.icm.unity.engine.api.endpoint.SharedEndpointManagement
 
getBaseUrl() - Method in class pl.edu.icm.unity.engine.api.endpoint.AbstractWebEndpoint
 
getBindingName() - Method in class pl.edu.icm.unity.engine.api.authn.AbstractCredentialRetrieval
 
getBindingName() - Method in interface pl.edu.icm.unity.engine.api.authn.CredentialRetrieval
 
getBindingName() - Method in interface pl.edu.icm.unity.engine.api.endpoint.BindingAuthn
 
getBlindInstance(String...) - Method in interface pl.edu.icm.unity.engine.api.translation.TranslationActionFactory
Used when an exception is thrown by the base TranslationActionFactory.getInstance(String...) method.
getBlindInstance(String...) - Method in class pl.edu.icm.unity.engine.translation.in.action.AbstractInputTranslationActionFactory
 
getBlindInstance(String...) - Method in class pl.edu.icm.unity.engine.translation.out.action.AbstractOutputTranslationActionFactory
 
getBlockAfterUnsuccessfulLogins() - Method in class pl.edu.icm.unity.types.authn.AuthenticationRealm
 
getBlockFor() - Method in class pl.edu.icm.unity.types.authn.AuthenticationRealm
 
getBody() - Method in class pl.edu.icm.unity.types.basic.MessageTemplate.Message
 
getBody() - Method in class pl.edu.icm.unity.types.I18nMessage
 
getBrowser() - Method in class pl.edu.icm.unity.engine.api.authn.RememberMeToken.LoginMachineDetails
 
getBufferedImage() - Method in class pl.edu.icm.unity.attr.UnityImage
 
getBulkMembershipData(String) - Method in interface pl.edu.icm.unity.engine.api.bulk.BulkGroupQueryService
 
getBulkMembershipData(String, Set<Long>) - Method in interface pl.edu.icm.unity.engine.api.bulk.BulkGroupQueryService
 
getBulkStructuralData(String) - Method in interface pl.edu.icm.unity.engine.api.bulk.BulkGroupQueryService
 
getByName(String) - Method in class pl.edu.icm.unity.engine.api.utils.TypesRegistryBase
 
getByNameOptional(String) - Method in class pl.edu.icm.unity.engine.api.utils.TypesRegistryBase
 
getCaptchaLength() - Method in class pl.edu.icm.unity.types.registration.RegistrationForm
 
getCapturedLogs() - Method in class pl.edu.icm.unity.engine.api.utils.LogRecorder
 
getCategory() - Method in exception pl.edu.icm.unity.exceptions.IllegalFormContentsException
 
getCertificate(String) - Method in interface pl.edu.icm.unity.engine.api.PKIManagement
 
getCertificateName(String) - Method in class pl.edu.icm.unity.engine.api.config.UnityPKIConfiguration
 
getChildGroups(String) - Method in interface pl.edu.icm.unity.engine.api.GroupsManagement
 
getChosenGroup() - Method in class pl.edu.icm.unity.engine.api.translation.out.TranslationInput
 
getClazz() - Method in class pl.edu.icm.unity.types.registration.layout.FormElement
 
getClientIP() - Method in class pl.edu.icm.unity.engine.api.server.HTTPRequestContext
 
getCodeLength() - Method in class pl.edu.icm.unity.types.confirmation.MobileNumberConfirmationConfiguration
 
getColumnWidth() - Method in class pl.edu.icm.unity.types.registration.layout.FormLayoutSettings
 
getColumnWidthUnit() - Method in class pl.edu.icm.unity.types.registration.layout.FormLayoutSettings
 
getComments() - Method in class pl.edu.icm.unity.types.registration.BaseRegistrationInput
 
getComparableValue() - Method in class pl.edu.icm.unity.types.basic.Identity
 
getComparableValue() - Method in class pl.edu.icm.unity.types.basic.VerifiableEmail
 
getComparableValue(String, String, String) - Method in interface pl.edu.icm.unity.engine.api.identity.IdentityTypeDefinition
Comparable value must be guaranteed to be unique for the type, i.e.
getCompatibleTemplates(String) - Method in interface pl.edu.icm.unity.engine.api.MessageTemplateManagement
 
getCompiledCondition() - Method in class pl.edu.icm.unity.types.basic.AttributeStatement
 
getCompiledDynamicAttributeExpression() - Method in class pl.edu.icm.unity.types.basic.AttributeStatement
 
getCompiledExpression(String) - Static method in class pl.edu.icm.unity.types.basic.MVELCompiledExpressionsCache
 
getCondition() - Method in class pl.edu.icm.unity.engine.api.translation.TranslationCondition
 
getCondition() - Method in class pl.edu.icm.unity.types.basic.AttributeStatement
 
getCondition() - Method in class pl.edu.icm.unity.types.translation.TranslationRule
 
getConfiguration() - Method in class pl.edu.icm.unity.types.authn.AuthenticatorInfo
 
getConfiguration() - Method in class pl.edu.icm.unity.types.authn.AuthenticatorInstanceMetadata
 
getConfiguration() - Method in class pl.edu.icm.unity.types.authn.CredentialDefinition
 
getConfiguration() - Method in class pl.edu.icm.unity.types.basic.NotificationChannel
 
getConfiguration() - Method in class pl.edu.icm.unity.types.endpoint.Endpoint
 
getConfiguration() - Method in class pl.edu.icm.unity.types.endpoint.EndpointConfiguration
 
getConfigurationLocation() - Method in interface pl.edu.icm.unity.engine.api.config.ConfigurationLocationProvider
 
getConfigurationLocation() - Method in class pl.edu.icm.unity.engine.api.config.DefaultConfigurationLocation
 
getConfiguredTheme(String, String) - Method in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
Returns either a theme configured with the key given as argument or the default theme if the specific one is not defined.
getConfirmationConfigurationForAttribute(String) - Method in interface pl.edu.icm.unity.engine.api.confirmation.EmailConfirmationManager
 
getConfirmationConfigurationForAttribute(String) - Method in interface pl.edu.icm.unity.engine.api.confirmation.MobileNumberConfirmationManager
 
getConfirmationDate() - Method in class pl.edu.icm.unity.types.confirmation.ConfirmationInfo
 
getConfirmationInfo() - Method in class pl.edu.icm.unity.types.basic.IdentityParam
 
getConfirmationInfo() - Method in class pl.edu.icm.unity.types.basic.VerifiableElementBase
 
getConfirmationInfo() - Method in interface pl.edu.icm.unity.types.confirmation.VerifiableElement
 
getConfirmationMode() - Method in class pl.edu.icm.unity.types.registration.AttributeRegistrationParam
 
getConfirmationMode() - Method in class pl.edu.icm.unity.types.registration.IdentityRegistrationParam
 
getConflictResolution() - Method in class pl.edu.icm.unity.types.basic.AttributeStatement
 
getConsumer() - Method in class pl.edu.icm.unity.types.basic.MessageTemplate
 
getContactAddress() - Method in class pl.edu.icm.unity.types.registration.invite.InvitationParam
 
getContent(String) - Method in interface pl.edu.icm.unity.engine.api.attributes.PublicAttributeSpec.PublicAttributeContentProvider
 
getContentInitializersConfiguration() - Method in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
getContentProvider() - Method in interface pl.edu.icm.unity.engine.api.attributes.PublicAttributeSpec
 
getContents() - Method in class pl.edu.icm.unity.types.registration.Comment
 
getContents(String, int) - Method in interface pl.edu.icm.unity.engine.api.GroupsManagement
Allows to retrieve group's contents and metadata.
getContents(String, String) - Method in interface pl.edu.icm.unity.engine.api.project.DelegatedGroupManagement
Allows to retrieve group's contents and metadata.
getContextAddress() - Method in class pl.edu.icm.unity.types.endpoint.Endpoint
 
getCookie(Cookie[], String) - Static method in class pl.edu.icm.unity.engine.api.utils.CookieHelper
 
getCookie(HttpServletRequest, String) - Static method in class pl.edu.icm.unity.engine.api.utils.CookieHelper
 
getCreatedEntityId() - Method in class pl.edu.icm.unity.types.registration.RegistrationRequestState
 
getCreateIfMissing() - Method in class pl.edu.icm.unity.engine.api.translation.in.MappedGroup
 
getCreateSession(long, AuthenticationRealm, String, String, LoginSession.RememberMeInfo, AuthenticationOptionKey, AuthenticationOptionKey) - Method in interface pl.edu.icm.unity.engine.api.session.SessionManagement
Tries to find a session for the entity in the given realm.
getCreationTime() - Method in class pl.edu.icm.unity.engine.api.authn.remote.RelayedAuthnState
 
getCreationTime() - Method in class pl.edu.icm.unity.engine.api.authn.remote.RemotelyAuthenticatedPrincipal
 
getCreationTime() - Method in class pl.edu.icm.unity.types.registration.invite.InvitationWithCode
 
getCreationTs() - Method in class pl.edu.icm.unity.types.basic.AttributeExt
 
getCreationTs() - Method in class pl.edu.icm.unity.types.basic.GroupMembership
 
getCreationTs() - Method in class pl.edu.icm.unity.types.basic.Identity
 
getCredential(String) - Method in interface pl.edu.icm.unity.engine.api.PKIManagement
 
getCredentialConfiguration() - Method in interface pl.edu.icm.unity.engine.api.authn.CredentialReset
 
getCredentialDefinition(String) - Method in interface pl.edu.icm.unity.engine.api.CredentialManagement
 
getCredentialDefinitions() - Method in interface pl.edu.icm.unity.engine.api.authn.local.CredentialHelper
Get credential definitions as map
getCredentialDefinitions() - Method in interface pl.edu.icm.unity.engine.api.CredentialManagement
 
getCredentialId() - Method in class pl.edu.icm.unity.types.registration.CredentialParamValue
 
getCredentialInfo() - Method in class pl.edu.icm.unity.types.basic.Entity
 
getCredentialName() - Method in class pl.edu.icm.unity.engine.api.authn.EntityWithCredential
 
getCredentialName() - Method in class pl.edu.icm.unity.engine.api.authn.local.AbstractLocalVerificator
 
getCredentialName() - Method in interface pl.edu.icm.unity.engine.api.authn.local.LocalCredentialVerificator
 
getCredentialName() - Method in class pl.edu.icm.unity.types.registration.CredentialRegistrationParam
 
getCredentialName(String) - Method in class pl.edu.icm.unity.engine.api.config.UnityPKIConfiguration
 
getCredentialNames() - Method in interface pl.edu.icm.unity.engine.api.PKIManagement
 
getCredentialParams() - Method in class pl.edu.icm.unity.types.registration.BaseForm
 
getCredentialPrefix(String) - Method in class pl.edu.icm.unity.engine.api.config.UnityPKIConfiguration
 
getCredentialRequirement() - Method in class pl.edu.icm.unity.engine.api.translation.form.TranslatedRegistrationRequest
 
getCredentialRequirement() - Method in class pl.edu.icm.unity.engine.api.translation.in.MappedIdentity
 
getCredentialRequirementId() - Method in class pl.edu.icm.unity.types.authn.CredentialInfo
 
getCredentialRequirements() - Method in interface pl.edu.icm.unity.engine.api.CredentialRequirementManagement
 
getCredentialRequirements(String) - Method in interface pl.edu.icm.unity.engine.api.CredentialRequirementManagement
 
getCredentials() - Method in class pl.edu.icm.unity.types.registration.BaseRegistrationInput
 
getCredentialsState() - Method in class pl.edu.icm.unity.types.authn.CredentialInfo
 
getCredentialTypes() - Method in interface pl.edu.icm.unity.engine.api.CredentialManagement
 
getCredentialValue() - Method in class pl.edu.icm.unity.engine.api.authn.EntityWithCredential
 
getCredentialVerificator() - Method in interface pl.edu.icm.unity.engine.api.authn.AuthenticatorInstance
Get authenticator verificator
getCronExpression() - Method in class pl.edu.icm.unity.types.bulkops.ScheduledProcessingRuleParam
 
getCurrent() - Static method in class pl.edu.icm.unity.engine.api.authn.InvocationContext
 
getCurrent() - Static method in class pl.edu.icm.unity.engine.api.server.HTTPRequestContext
 
getCurrentURLUsed() - Method in class pl.edu.icm.unity.engine.api.authn.InvocationContext
 
getDate() - Method in class pl.edu.icm.unity.types.registration.Comment
 
getDecision() - Method in class pl.edu.icm.unity.engine.api.authn.InteractiveAuthenticationProcessor.PostAuthenticationStepDecision
 
getDefaultCredentialRequirement() - Method in class pl.edu.icm.unity.types.registration.RegistrationForm
 
getDefaultDescriptionKey() - Method in interface pl.edu.icm.unity.engine.api.identity.IdentityTypeDefinition
 
getDefaultFormLayout(MessageSource) - Method in class pl.edu.icm.unity.types.registration.EnquiryForm
 
getDefaultFormLayoutElements(BaseForm, MessageSource) - Static method in class pl.edu.icm.unity.types.registration.FormLayoutUtils
 
getDefaultFormLayoutElementsWithoutCredentials(BaseForm, MessageSource) - Static method in class pl.edu.icm.unity.types.registration.FormLayoutUtils
 
getDefaultLocale() - Method in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
getDefaultLocaleCode() - Method in interface pl.edu.icm.unity.MessageSource
 
getDefaultLocaleValue(MessageSource) - Method in class pl.edu.icm.unity.types.I18nString
 
getDefaultPrimaryFormLayout(MessageSource) - Method in class pl.edu.icm.unity.types.registration.RegistrationForm
 
getDefaults(String, String) - Static method in class pl.edu.icm.unity.engine.api.idp.CommonIdPProperties
 
getDefaultSecondaryFormLayout(MessageSource) - Method in class pl.edu.icm.unity.types.registration.RegistrationForm
 
getDefaultSwitchToEnquiryInfo(MessageSource) - Static method in class pl.edu.icm.unity.types.registration.RegistrationForm
 
getDefaultsWithCategory(PropertyMD.DocumentationCategory, String, String) - Static method in class pl.edu.icm.unity.engine.api.idp.CommonIdPProperties
 
getDefaultValue() - Method in class pl.edu.icm.unity.types.I18nString
 
getDelegatedGroupMemebers(String, String) - Method in interface pl.edu.icm.unity.engine.api.project.DelegatedGroupManagement
Gets delegated group members
getDelegationConfiguration() - Method in class pl.edu.icm.unity.types.basic.Group
 
getDeployedEndpoints() - Method in interface pl.edu.icm.unity.engine.api.EndpointManagement
 
getDescription() - Method in class pl.edu.icm.unity.engine.api.authn.AbstractCredentialRetrievalFactory
 
getDescription() - Method in class pl.edu.icm.unity.engine.api.authn.AbstractCredentialVerificatorFactory
 
getDescription() - Method in class pl.edu.icm.unity.engine.api.authn.AbstractVerificator
 
getDescription() - Method in interface pl.edu.icm.unity.engine.api.endpoint.EndpointFactory
 
getDescription() - Method in enum pl.edu.icm.unity.engine.api.project.GroupAuthorizationRole
 
getDescription() - Method in class pl.edu.icm.unity.engine.api.utils.json.DefaultJsonFormatterFacility
 
getDescription() - Method in class pl.edu.icm.unity.engine.api.utils.json.TokenWithJsonContentsSerializer
 
getDescription() - Method in class pl.edu.icm.unity.types.basic.DynamicAttribute
 
getDescription() - Method in class pl.edu.icm.unity.types.basic.IdentityType
 
getDescription() - Method in interface pl.edu.icm.unity.types.DescribedObject
 
getDescription() - Method in class pl.edu.icm.unity.types.DescribedObjectROImpl
 
getDescription() - Method in class pl.edu.icm.unity.types.endpoint.EndpointConfiguration
 
getDescription() - Method in class pl.edu.icm.unity.types.I18nDescribedObject
 
getDescription() - Method in class pl.edu.icm.unity.types.registration.CredentialRegistrationParam
 
getDescription() - Method in class pl.edu.icm.unity.types.registration.RegistrationParam
 
getDescription(AttributeType) - Method in class pl.edu.icm.unity.types.basic.DynamicAttribute
 
getDescriptionKey() - Method in interface pl.edu.icm.unity.engine.api.integration.IntegrationEventDefinition
 
getDescriptionKey() - Method in class pl.edu.icm.unity.types.translation.ActionParameterDefinition
 
getDescriptionKey() - Method in class pl.edu.icm.unity.types.translation.TranslationActionType
 
getDetails() - Method in class pl.edu.icm.unity.types.basic.audit.AuditEvent
 
getDetails() - Method in class pl.edu.icm.unity.types.translation.ActionParameterDefinition
 
getDisplayedName() - Method in class pl.edu.icm.unity.types.basic.DynamicAttribute
 
getDisplayedName() - Method in class pl.edu.icm.unity.types.endpoint.EndpointConfiguration
 
getDisplayedName() - Method in class pl.edu.icm.unity.types.I18nDescribedObject
 
getDisplayedName() - Method in class pl.edu.icm.unity.types.registration.BaseForm
 
getDisplayedNameShort(MessageSource) - Method in class pl.edu.icm.unity.types.basic.Group
This is likely a go-to method to present group name to a person.
getDisplayedUserName(EntityParam) - Method in interface pl.edu.icm.unity.engine.api.identity.IdentityResolver
 
getDynamic() - Method in class pl.edu.icm.unity.engine.api.identity.IdentityTypesRegistry
 
getDynamicAttributeExpression() - Method in class pl.edu.icm.unity.types.basic.AttributeStatement
 
getDynamicAttributeType() - Method in class pl.edu.icm.unity.types.basic.AttributeStatement
 
getDynamicGroup() - Method in class pl.edu.icm.unity.types.registration.AttributeRegistrationParam
 
getEffectiveAllowed() - Method in class pl.edu.icm.unity.engine.api.attributes.AttributeClassHelper
 
getEffectiveFormLayout(MessageSource) - Method in class pl.edu.icm.unity.types.registration.EnquiryForm
 
getEffectiveMandatory() - Method in class pl.edu.icm.unity.engine.api.attributes.AttributeClassHelper
 
getEffectivePrimaryFormLayout(MessageSource) - Method in class pl.edu.icm.unity.types.registration.RegistrationForm
 
getEffectiveSecondaryFormLayout(MessageSource) - Method in class pl.edu.icm.unity.types.registration.RegistrationForm
 
getEffectiveSecondaryFormLayoutWithoutCredentials(MessageSource) - Method in class pl.edu.icm.unity.types.registration.RegistrationForm
 
getElements() - Method in class pl.edu.icm.unity.types.registration.layout.FormLayout
 
getEmail() - Method in class pl.edu.icm.unity.types.basic.audit.AuditEntity
 
getEmailConfirmationConfiguration() - Method in interface pl.edu.icm.unity.engine.api.attributes.AttributeValueSyntax
If syntax is verifiable by email return confirmation configuration
getEmailConfirmationConfiguration() - Method in class pl.edu.icm.unity.types.basic.IdentityType
 
getEmailConfirmationRequestLimit() - Method in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
getEnabledLocales() - Method in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
getEnabledLocales() - Method in interface pl.edu.icm.unity.MessageSource
 
getEndpoint() - Method in class pl.edu.icm.unity.types.endpoint.ResolvedEndpoint
 
getEndpoint(String) - Method in interface pl.edu.icm.unity.engine.api.EndpointManagement
 
getEndpointAuth(String) - Method in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
getEndpointConfig(String) - Method in interface pl.edu.icm.unity.engine.api.endpoint.EndpointFileConfigurationManagement
 
getEndpointConfigKey(String) - Method in interface pl.edu.icm.unity.engine.api.endpoint.EndpointFileConfigurationManagement
 
getEndpointDescription() - Method in class pl.edu.icm.unity.engine.api.endpoint.AbstractEndpoint
 
getEndpointDescription() - Method in interface pl.edu.icm.unity.engine.api.endpoint.EndpointInstance
 
getEndpointFlows() - Method in class pl.edu.icm.unity.engine.api.authn.InvocationContext
 
getEndpoints() - Method in interface pl.edu.icm.unity.engine.api.EndpointManagement
 
getEndpointTypes() - Method in interface pl.edu.icm.unity.engine.api.EndpointManagement
 
getEnquires() - Method in interface pl.edu.icm.unity.engine.api.EnquiryManagement
 
getEnquiry(String) - Method in interface pl.edu.icm.unity.engine.api.EnquiryManagement
 
getEnquiryForm(String) - Method in interface pl.edu.icm.unity.types.registration.invite.FormProvider
 
getEnquiryFormPrefill() - Method in class pl.edu.icm.unity.types.registration.invite.ComboInvitationParam
 
getEnquiryResponse(String) - Method in interface pl.edu.icm.unity.engine.api.EnquiryManagement
 
getEnquiryResponses() - Method in interface pl.edu.icm.unity.engine.api.EnquiryManagement
Lists all responses
getEnquiryToFillTemplate() - Method in class pl.edu.icm.unity.types.registration.EnquiryFormNotifications
 
getEntitiesWithAttributes(String) - Method in interface pl.edu.icm.unity.engine.api.attributes.AttributeSupport
Search for all attributes with given type name.
getEntity() - Method in class pl.edu.icm.unity.engine.api.authn.RememberMeToken
 
getEntity() - Method in class pl.edu.icm.unity.engine.api.translation.out.TranslationInput
 
getEntity() - Method in class pl.edu.icm.unity.types.basic.GroupMember
 
getEntity() - Method in class pl.edu.icm.unity.types.registration.invite.EnquiryInvitationParam
 
getEntity(EntityParam) - Method in interface pl.edu.icm.unity.engine.api.EntityManagement
Returns information about an entity along with its all identities with authorization in '/'.
getEntity(EntityParam, String, boolean, String) - Method in interface pl.edu.icm.unity.engine.api.EntityManagement
Returns information about an entity along with its all identities.
getEntityAttributeClasses(EntityParam, String) - Method in interface pl.edu.icm.unity.engine.api.AttributeClassManagement
Attribute classes of a given entity in a group
getEntityChange() - Method in class pl.edu.icm.unity.engine.api.translation.form.TranslatedRegistrationRequest
 
getEntityChanges() - Method in class pl.edu.icm.unity.engine.api.translation.in.MappingResult
 
getEntityId() - Method in class pl.edu.icm.unity.engine.api.authn.AuthenticatedEntity
 
getEntityId() - Method in interface pl.edu.icm.unity.engine.api.authn.CredentialReset
Get credential owner entity id
getEntityId() - Method in class pl.edu.icm.unity.engine.api.authn.EntityWithCredential
 
getEntityId() - Method in class pl.edu.icm.unity.engine.api.authn.LoginSession
 
getEntityId() - Method in class pl.edu.icm.unity.types.basic.audit.AuditEntity
 
getEntityId() - Method in class pl.edu.icm.unity.types.basic.EntityParam
 
getEntityId() - Method in class pl.edu.icm.unity.types.basic.GroupMembership
 
getEntityId() - Method in class pl.edu.icm.unity.types.basic.Identity
 
getEntityId() - Method in class pl.edu.icm.unity.types.registration.EnquiryResponseState
 
getEntityId(EntityParam) - Method in interface pl.edu.icm.unity.engine.api.identity.EntityResolver
Resolves EntityParam, if missing throws exception
getEntityId(IdentityTaV) - Method in interface pl.edu.icm.unity.engine.api.identity.EntityResolver
Resolves IdentityTaV, if missing throws exception
getEntityInformation() - Method in class pl.edu.icm.unity.types.basic.Entity
 
getEntityLabel() - Method in class pl.edu.icm.unity.engine.api.authn.LoginSession
 
getEntityLabel(EntityParam) - Method in interface pl.edu.icm.unity.engine.api.EntityManagement
 
getEntityNoContext(EntityParam, String) - Method in interface pl.edu.icm.unity.engine.api.EntityManagement
Returns information about an entity along with its identities.
getEntityState() - Method in class pl.edu.icm.unity.engine.api.translation.form.TranslatedRegistrationRequest
 
getEntityState() - Method in class pl.edu.icm.unity.types.basic.EntityInformation
 
getEntry() - Method in class pl.edu.icm.unity.types.registration.invite.PrefilledEntry
 
getEnumClass() - Method in class pl.edu.icm.unity.types.translation.ActionParameterDefinition
 
getError() - Method in class pl.edu.icm.unity.types.JsonError
 
getErrorDetail() - Method in class pl.edu.icm.unity.engine.api.authn.InteractiveAuthenticationProcessor.PostAuthenticationStepDecision
 
getErrorResult() - Method in interface pl.edu.icm.unity.engine.api.authn.AuthenticationResult
 
getErrorResult() - Method in class pl.edu.icm.unity.engine.api.authn.LocalAuthenticationResult
 
getErrorResult() - Method in class pl.edu.icm.unity.engine.api.authn.RemoteAuthenticationResult
 
getErrorResult() - Method in class pl.edu.icm.unity.engine.api.authn.sandbox.SandboxAuthenticationResult
 
getExchangeId() - Method in class pl.edu.icm.unity.engine.api.authn.AbstractVerificator
 
getExchangeId() - Method in interface pl.edu.icm.unity.engine.api.authn.CredentialExchange
 
getExistingIdentity(MappingResult) - Method in interface pl.edu.icm.unity.engine.api.translation.in.InputTranslationEngine
 
getExpectation() - Method in class pl.edu.icm.unity.types.authn.ExpectedIdentity
 
getExpectedIdentity() - Method in class pl.edu.icm.unity.types.registration.invite.RegistrationInvitationParam
 
getExpiration() - Method in class pl.edu.icm.unity.types.registration.invite.InvitationParam
 
getExpires() - Method in class pl.edu.icm.unity.engine.api.authn.LoginSession
 
getExternalId() - Method in class pl.edu.icm.unity.attr.LinkableImage
 
getExternalIdp() - Method in class pl.edu.icm.unity.engine.api.translation.form.GroupParam
 
getExternalIdp() - Method in class pl.edu.icm.unity.types.registration.GroupSelection
 
getExternalIdp() - Method in class pl.edu.icm.unity.types.registration.Selection
 
getExternalSignupGridSpec() - Method in class pl.edu.icm.unity.types.registration.RegistrationForm
 
getExternalSignupSpec() - Method in class pl.edu.icm.unity.types.registration.RegistrationForm
 
getExtraAttributesGroup() - Method in class pl.edu.icm.unity.types.basic.AttributeStatement
 
getExtraInformation() - Method in class pl.edu.icm.unity.types.authn.CredentialPublicInformation
 
getFacilityId() - Method in class pl.edu.icm.unity.engine.api.confirmation.states.BaseEmailConfirmationState
 
getFacilityId() - Method in class pl.edu.icm.unity.engine.api.confirmation.states.RegistrationReqEmailAttribiuteConfirmationState
 
getFacilityId() - Method in class pl.edu.icm.unity.types.basic.NotificationChannel
 
getFeatures() - Method in class pl.edu.icm.unity.types.endpoint.EndpointTypeDescription
 
getFileLocation() - Method in class pl.edu.icm.unity.engine.api.initializers.ScriptConfiguration
 
getFileSizeLimit() - Method in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
getFinalRegistrationConfigurationNonSubmit(boolean, String, RegistrationWrapUpConfig.TriggeringState) - Method in class pl.edu.icm.unity.engine.api.registration.PostFillingHandler
 
getFinalRegistrationConfigurationOnError(RegistrationWrapUpConfig.TriggeringState) - Method in class pl.edu.icm.unity.engine.api.registration.PostFillingHandler
 
getFinalRegistrationConfigurationPostSubmit(String, RegistrationRequestStatus) - Method in class pl.edu.icm.unity.engine.api.registration.PostFillingHandler
 
getFirstFactorAuthenticators() - Method in class pl.edu.icm.unity.engine.api.authn.AuthenticationFlow
 
getFirstFactorAuthenticators() - Method in class pl.edu.icm.unity.types.authn.AuthenticationFlowDefinition
 
getFirstFactorAuthnOptionId() - Method in class pl.edu.icm.unity.engine.api.authn.RememberMeToken
 
getFirstFactorOptionId() - Method in class pl.edu.icm.unity.engine.api.authn.PartialAuthnState
 
getFixedAttribute() - Method in class pl.edu.icm.unity.types.basic.AttributeStatement
 
getFixedEverybodyStatement(Attribute) - Static method in class pl.edu.icm.unity.types.basic.AttributeStatement
Creates a simple statement that assigns a given attribute to everybody
getFixedStatement(Attribute, String, String) - Static method in class pl.edu.icm.unity.types.basic.AttributeStatement
Creates a statement with a given condition and assigning a fixed attribute and conflict resolution set to skip.
getFlags() - Method in class pl.edu.icm.unity.types.basic.AttributeType
 
getForm(String) - Method in interface pl.edu.icm.unity.engine.api.RegistrationsManagement
 
getForm(String, FormType) - Method in interface pl.edu.icm.unity.types.registration.invite.FormProvider
 
getFormatter(String) - Method in class pl.edu.icm.unity.engine.api.utils.json.JsonFormatterFacilitiesRegistry
 
getFormAutomationSupport(EnquiryForm) - Method in interface pl.edu.icm.unity.engine.api.EnquiryManagement
 
getFormAutomationSupport(RegistrationForm) - Method in interface pl.edu.icm.unity.engine.api.RegistrationsManagement
 
getFormForUser() - Method in exception pl.edu.icm.unity.engine.api.authn.remote.UnknownRemoteUserException
 
getFormId() - Method in class pl.edu.icm.unity.types.registration.BaseRegistrationInput
 
getFormId() - Method in class pl.edu.icm.unity.types.registration.invite.FormPrefill
 
getFormInformation() - Method in class pl.edu.icm.unity.types.registration.BaseForm
 
getFormLayouts() - Method in class pl.edu.icm.unity.types.registration.RegistrationForm
 
getFormName() - Method in class pl.edu.icm.unity.engine.api.translation.form.AutomaticInvitationProcessingParam
 
getFormPrefill() - Method in class pl.edu.icm.unity.types.registration.invite.EnquiryInvitationParam
 
getFormPrefill() - Method in class pl.edu.icm.unity.types.registration.invite.RegistrationInvitationParam
 
getForms() - Method in interface pl.edu.icm.unity.engine.api.RegistrationsManagement
 
getFormsPrefillData() - Method in class pl.edu.icm.unity.types.registration.invite.ComboInvitationParam
 
getFormsPrefillData() - Method in class pl.edu.icm.unity.types.registration.invite.EnquiryInvitationParam
 
getFormsPrefillData() - Method in class pl.edu.icm.unity.types.registration.invite.InvitationParam
 
getFormsPrefillData() - Method in class pl.edu.icm.unity.types.registration.invite.RegistrationInvitationParam
 
getFormType() - Method in class pl.edu.icm.unity.types.registration.invite.FormPrefill
 
getFromSession(Map<String, String>, SessionParticipantTypesRegistry) - Static method in class pl.edu.icm.unity.engine.api.session.SessionParticipants
 
getFullIdentity(IdentityTaV) - Method in interface pl.edu.icm.unity.engine.api.identity.EntityResolver
Resolves IdentityTaV into a full Identity, if missing throws exception
getGridSettings() - Method in class pl.edu.icm.unity.types.registration.ExternalSignupGridSpec
 
getGroup() - Method in class pl.edu.icm.unity.engine.api.confirmation.states.EmailAttribiuteConfirmationState
 
getGroup() - Method in class pl.edu.icm.unity.engine.api.confirmation.states.RegistrationReqEmailAttribiuteConfirmationState
 
getGroup() - Method in interface pl.edu.icm.unity.engine.api.integration.IntegrationEventDefinition
 
getGroup() - Method in class pl.edu.icm.unity.engine.api.translation.form.GroupParam
 
getGroup() - Method in class pl.edu.icm.unity.engine.api.translation.in.MappedGroup
 
getGroup() - Method in class pl.edu.icm.unity.types.basic.GroupContents
 
getGroup() - Method in class pl.edu.icm.unity.types.basic.GroupMember
 
getGroup() - Method in class pl.edu.icm.unity.types.basic.GroupMembership
 
getGroup() - Method in class pl.edu.icm.unity.types.registration.AttributeRegistrationParam
 
getGroupAndSubgroups(String, String) - Method in interface pl.edu.icm.unity.engine.api.project.DelegatedGroupManagement
Gets group with all child (recursive) groups as map.
getGroupAndSubgroups(GroupStructuralData) - Method in interface pl.edu.icm.unity.engine.api.bulk.BulkGroupQueryService
 
getGroupAuthorizationRole(String, long) - Method in interface pl.edu.icm.unity.engine.api.project.DelegatedGroupManagement
Update value of group authorization role attribute
getGroupEntitiesNoContextWithoutTargeted(GroupMembershipData) - Method in interface pl.edu.icm.unity.engine.api.bulk.BulkGroupQueryService
 
getGroupEntitiesNoContextWithTargeted(GroupMembershipData) - Method in interface pl.edu.icm.unity.engine.api.bulk.BulkGroupQueryService
 
getGroupParams() - Method in class pl.edu.icm.unity.types.registration.BaseForm
 
getGroupPath() - Method in class pl.edu.icm.unity.types.basic.Attribute
 
getGroupPath() - Method in class pl.edu.icm.unity.types.registration.GroupRegistrationParam
 
getGroups() - Method in class pl.edu.icm.unity.engine.api.authn.remote.RemotelyAuthenticatedInput
 
getGroups() - Method in class pl.edu.icm.unity.engine.api.authn.remote.RemotelyAuthenticatedPrincipal
 
getGroups() - Method in class pl.edu.icm.unity.engine.api.translation.form.TranslatedRegistrationRequest
 
getGroups() - Method in class pl.edu.icm.unity.engine.api.translation.in.MappingResult
 
getGroups() - Method in class pl.edu.icm.unity.engine.api.translation.out.TranslationInput
 
getGroups(EntityParam) - Method in interface pl.edu.icm.unity.engine.api.EntityManagement
Returns a collection with all groups where the entity is a member.
getGroupsByWildcard(String) - Method in interface pl.edu.icm.unity.engine.api.GroupsManagement
Retrieves list of all groups matching a given ant-style wildcard
getGroupsChain(String) - Method in interface pl.edu.icm.unity.engine.api.GroupsManagement
 
getGroupSelections() - Method in class pl.edu.icm.unity.types.registration.BaseRegistrationInput
 
getGroupSelections() - Method in class pl.edu.icm.unity.types.registration.invite.FormPrefill
 
getGroupsForPresentation(EntityParam) - Method in interface pl.edu.icm.unity.engine.api.EntityManagement
Returns a collection with all groups where the entity is a member.
getGroupUsersAttributes(String, GroupMembershipData) - Method in interface pl.edu.icm.unity.engine.api.bulk.BulkGroupQueryService
 
getHeight() - Method in class pl.edu.icm.unity.attr.UnityImage
 
getHumanFriendlyDescription(MessageSource) - Method in interface pl.edu.icm.unity.engine.api.identity.IdentityTypeDefinition
 
getHumanFriendlyName(MessageSource) - Method in interface pl.edu.icm.unity.engine.api.identity.IdentityTypeDefinition
 
getI18nMessage(String, Object...) - Method in interface pl.edu.icm.unity.MessageSource
 
getId() - Method in class pl.edu.icm.unity.engine.api.attributes.AbstractAttributeValueSyntaxFactory
 
getId() - Method in interface pl.edu.icm.unity.engine.api.attributes.AttributeValueSyntaxFactory
 
getId() - Method in class pl.edu.icm.unity.engine.api.authn.AuthenticationFlow
 
getId() - Method in class pl.edu.icm.unity.engine.api.authn.LoginSession
 
getId() - Method in interface pl.edu.icm.unity.engine.api.event.EventListener
 
getId() - Method in interface pl.edu.icm.unity.engine.api.identity.IdentityTypeDefinition
 
getId() - Method in class pl.edu.icm.unity.types.authn.AuthenticatorInfo
 
getId() - Method in class pl.edu.icm.unity.types.authn.AuthenticatorInstanceMetadata
 
getId() - Method in class pl.edu.icm.unity.types.basic.Entity
 
getId() - Method in class pl.edu.icm.unity.types.basic.EntityInformation
 
getId() - Method in class pl.edu.icm.unity.types.bulkops.ScheduledProcessingRule
 
getId(MessageTemplateDefinition) - Method in class pl.edu.icm.unity.engine.api.msgtemplate.MessageTemplateConsumersRegistry
 
getId(AttributeMetadataProvider) - Method in class pl.edu.icm.unity.engine.api.attributes.AttributeMetadataProvidersRegistry
 
getId(AttributeValueSyntaxFactory<?>) - Method in class pl.edu.icm.unity.engine.api.attributes.AttributeSyntaxFactoriesRegistry
 
getId(EntityActionFactory) - Method in class pl.edu.icm.unity.engine.api.bulkops.EntityActionsRegistry
 
getId(IdentityTypeDefinition) - Method in class pl.edu.icm.unity.engine.api.identity.IdentityTypesRegistry
 
getId(IntegrationEventDefinition) - Method in class pl.edu.icm.unity.engine.api.integration.IntegrationEventRegistry
 
getId(SessionParticipantType) - Method in class pl.edu.icm.unity.engine.api.session.SessionParticipantTypesRegistry
 
getId(RegistrationTranslationActionFactory) - Method in class pl.edu.icm.unity.engine.api.translation.form.RegistrationActionsRegistry
 
getId(InputTranslationActionFactory) - Method in class pl.edu.icm.unity.engine.api.translation.in.InputTranslationActionsRegistry
 
getId(OutputTranslationActionFactory) - Method in class pl.edu.icm.unity.engine.api.translation.out.OutputTranslationActionsRegistry
 
getId(TokenContentsJsonSerializer) - Method in class pl.edu.icm.unity.engine.api.utils.json.JsonFormatterFacilitiesRegistry
 
getId(T) - Method in class pl.edu.icm.unity.engine.api.utils.TypesRegistryBase
 
getIdentifier() - Method in interface pl.edu.icm.unity.engine.api.session.SessionParticipant
 
getIdentities() - Method in class pl.edu.icm.unity.engine.api.authn.remote.RemotelyAuthenticatedInput
 
getIdentities() - Method in class pl.edu.icm.unity.engine.api.authn.remote.RemotelyAuthenticatedPrincipal
 
getIdentities() - Method in class pl.edu.icm.unity.engine.api.translation.form.TranslatedRegistrationRequest
 
getIdentities() - Method in class pl.edu.icm.unity.engine.api.translation.in.MappingResult
 
getIdentities() - Method in class pl.edu.icm.unity.engine.api.translation.out.TranslationResult
 
getIdentities() - Method in class pl.edu.icm.unity.types.basic.Entity
 
getIdentities() - Method in class pl.edu.icm.unity.types.registration.BaseRegistrationInput
 
getIdentities() - Method in class pl.edu.icm.unity.types.registration.invite.FormPrefill
 
getIdentitiesForEntity(EntityParam) - Method in interface pl.edu.icm.unity.engine.api.identity.IdentityResolver
Resolves EntityParam to list of all Identities, if missing throws exception
getIdentitiesToPersist() - Method in class pl.edu.icm.unity.engine.api.translation.out.TranslationResult
 
getIdentity() - Method in class pl.edu.icm.unity.engine.api.translation.in.MappedIdentity
 
getIdentity() - Method in class pl.edu.icm.unity.types.authn.ExpectedIdentity
 
getIdentity() - Method in class pl.edu.icm.unity.types.basic.EntityParam
 
getIdentity(List<IdentityParam>, String) - Method in interface pl.edu.icm.unity.engine.api.idp.IdPEngine
Finds selected identity among validIdentities and returns it as IdentityParam.
getIdentityParams() - Method in class pl.edu.icm.unity.types.registration.BaseForm
 
getIdentityType() - Method in class pl.edu.icm.unity.engine.api.authn.remote.RemoteIdentity
 
getIdentityType() - Method in class pl.edu.icm.unity.types.registration.IdentityRegistrationParam
 
getIdentityType(String) - Method in interface pl.edu.icm.unity.engine.api.IdentityTypesManagement
 
getIdentityTypeProvider() - Method in class pl.edu.icm.unity.types.basic.IdentityType
 
getIdentityTypeProviderSettings() - Method in class pl.edu.icm.unity.types.basic.IdentityType
 
getIdentityTypes() - Method in interface pl.edu.icm.unity.engine.api.identity.IdentityTypeSupport
 
getIdentityTypes() - Method in interface pl.edu.icm.unity.engine.api.IdentityTypesManagement
 
getIdp() - Method in class pl.edu.icm.unity.engine.api.translation.in.MappedGroup
 
getIdpName() - Method in class pl.edu.icm.unity.engine.api.authn.remote.RemotelyAuthenticatedInput
 
getIdPs() - Method in class pl.edu.icm.unity.engine.api.authn.remote.AbstractRemoteVerificator
 
getIdpStatisticsSince(LocalDateTime, int) - Method in interface pl.edu.icm.unity.engine.api.IdpStatisticManagement
 
getIdpStatisticsSinceGroupBy(LocalDateTime, IdpStatisticManagement.GroupBy, int, boolean) - Method in interface pl.edu.icm.unity.engine.api.IdpStatisticManagement
 
getImage() - Method in class pl.edu.icm.unity.attr.UnityImage
 
getImportStatus() - Method in class pl.edu.icm.unity.engine.api.translation.out.TranslationInput
 
getIncludedProfile() - Method in interface pl.edu.icm.unity.engine.api.translation.TranslationIncludeProfileAction
 
getIncludedProfile() - Method in class pl.edu.icm.unity.engine.translation.in.action.IncludeInputProfileActionFactory.IncludeInputProfileAction
 
getIncludedProfile() - Method in class pl.edu.icm.unity.engine.translation.out.action.IncludeOutputProfileActionFactory.IncludeOutputProfileAction
 
getIncludeGroupsMode() - Method in class pl.edu.icm.unity.types.registration.GroupRegistrationParam
 
getIndex() - Method in class pl.edu.icm.unity.types.registration.layout.FormParameterElement
 
getInfo() - Method in class pl.edu.icm.unity.types.registration.RegistrationWrapUpConfig
 
getInfo(String) - Method in interface pl.edu.icm.unity.engine.api.attributes.PublicAttributeSpec
 
getInitialLoginMachine() - Method in class pl.edu.icm.unity.engine.api.authn.remote.RedirectedAuthnState
 
getInitiator() - Method in class pl.edu.icm.unity.types.basic.audit.AuditEvent
 
getInputProfile(String) - Method in interface pl.edu.icm.unity.engine.api.TranslationProfileManagement
 
getInputTranslationProfile() - Method in class pl.edu.icm.unity.engine.api.authn.remote.RemotelyAuthenticatedPrincipal
 
getInstance() - Method in interface pl.edu.icm.unity.engine.api.authn.LogoutProcessorFactory
 
getInstance() - Method in class pl.edu.icm.unity.types.registration.BaseFormBuilder.AttributeRegistrationParamBuilder
 
getInstance() - Method in class pl.edu.icm.unity.types.registration.BaseFormBuilder
 
getInstance() - Method in class pl.edu.icm.unity.types.registration.BaseFormBuilder.GroupRegistrationParamBuilder
 
getInstance() - Method in class pl.edu.icm.unity.types.registration.BaseFormBuilder.IdentityRegistrationParamBuilder
 
getInstance() - Method in class pl.edu.icm.unity.types.registration.BaseRegistrationInputBuilder.AddedGroupSelectionSelectionBuilder
 
getInstance() - Method in class pl.edu.icm.unity.types.registration.BaseRegistrationInputBuilder.CredentialParamValueBuilderBase
 
getInstance() - Method in class pl.edu.icm.unity.types.registration.BaseRegistrationInputBuilder.IdentityParamBuilderBase
 
getInstance() - Method in class pl.edu.icm.unity.types.registration.BaseRegistrationInputBuilder.SelectionBuilderBase
 
getInstance() - Method in class pl.edu.icm.unity.types.registration.invite.InvitationParam.Builder
 
getInstance() - Method in class pl.edu.icm.unity.types.registration.RegistrationFormBuilder.RegistrationFormNotificationsBuilder
 
getInstance(String) - Method in interface pl.edu.icm.unity.engine.api.session.SessionParticipantType
 
getInstance(String...) - Method in interface pl.edu.icm.unity.engine.api.translation.TranslationActionFactory
Actual factory method
getInstance(String...) - Method in class pl.edu.icm.unity.engine.translation.in.action.IncludeInputProfileActionFactory
 
getInstance(String...) - Method in class pl.edu.icm.unity.engine.translation.out.action.IncludeOutputProfileActionFactory
 
getInstance(Properties, String) - Method in interface pl.edu.icm.unity.engine.api.userimport.UserImportSPIFactory
 
getInstanceFromJson(byte[]) - Static method in class pl.edu.icm.unity.engine.api.authn.RememberMeToken
 
getInstanceFromResult(AuthenticationResult) - Static method in class pl.edu.icm.unity.engine.api.authn.sandbox.SandboxAuthenticationResult
We have two cases (what is sort of design flaw): we can get sandbox result directly (a typical case) or we can get LocalAuthnResult, in case when we have sandbox authn in account association flow, and user needs to provide existing account to associate unknwon remote with it.
getInvitation() - Method in class pl.edu.icm.unity.types.registration.invite.InvitationWithCode
 
getInvitation(String) - Method in interface pl.edu.icm.unity.engine.api.InvitationManagement
Retrieves an invitation by code
getInvitationProcessedTemplate() - Method in class pl.edu.icm.unity.types.registration.BaseFormNotifications
 
getInvitationProcessingParams() - Method in class pl.edu.icm.unity.engine.api.translation.form.TranslatedRegistrationRequest
 
getInvitations() - Method in interface pl.edu.icm.unity.engine.api.InvitationManagement
 
getInvitations(String) - Method in interface pl.edu.icm.unity.engine.api.project.ProjectInvitationsManagement
Gets all project invitations
getInvitationTemplate() - Method in class pl.edu.icm.unity.types.registration.BaseFormNotifications
 
getInviterEntity() - Method in class pl.edu.icm.unity.types.registration.invite.InvitationParam
 
getIp() - Method in class pl.edu.icm.unity.engine.api.authn.RememberMeToken.LoginMachineDetails
 
getJettyProperties() - Method in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
getKey() - Method in class pl.edu.icm.unity.types.I18nStringSource
 
getKeysByCategory() - Method in interface pl.edu.icm.unity.MessageSource
 
getLabel() - Method in class pl.edu.icm.unity.types.registration.CredentialRegistrationParam
 
getLabel() - Method in class pl.edu.icm.unity.types.registration.RegistrationParam
 
getLast() - Method in class pl.edu.icm.unity.types.basic.GroupsChain
 
getLastSentTime() - Method in class pl.edu.icm.unity.types.registration.invite.InvitationWithCode
 
getLastUsed() - Method in class pl.edu.icm.unity.engine.api.authn.LoginSession
 
getLayout() - Method in class pl.edu.icm.unity.types.registration.EnquiryForm
 
getLayoutSettings() - Method in class pl.edu.icm.unity.types.registration.BaseForm
 
getListeners() - Method in interface pl.edu.icm.unity.engine.api.event.EventListenersManagement
 
getLocalContext() - Static method in class pl.edu.icm.unity.engine.api.authn.remote.RemotelyAuthenticatedPrincipal
 
getLocalCredentialFactory(String) - Method in class pl.edu.icm.unity.engine.api.authn.local.LocalCredentialsRegistry
 
getLocalCredentialName() - Method in class pl.edu.icm.unity.types.authn.AuthenticatorInfo
 
getLocalCredentialName() - Method in class pl.edu.icm.unity.types.authn.AuthenticatorInstanceMetadata
 
getLocalCredentialTypes() - Method in class pl.edu.icm.unity.engine.api.authn.local.LocalCredentialsRegistry
 
getLocale() - Method in class pl.edu.icm.unity.engine.api.authn.InvocationContext
 
getLocale() - Method in class pl.edu.icm.unity.engine.api.confirmation.states.BaseEmailConfirmationState
 
getLocale() - Method in interface pl.edu.icm.unity.MessageSource
 
getLocale() - Method in class pl.edu.icm.unity.msg.Message
 
getLocale(Locale) - Static method in class pl.edu.icm.unity.engine.api.msg.LocaleHelper
 
getLocaleCode() - Method in interface pl.edu.icm.unity.MessageSource
 
getLocalizedString(MessageSource, String) - Method in class pl.edu.icm.unity.engine.api.config.UnityFilePropertiesHelper
 
getLocalizedString(MessageSource, String) - Method in class pl.edu.icm.unity.engine.api.config.UnityPropertiesHelper
 
getLocalizedStringWithoutFallbackToDefault(MessageSource, String) - Method in class pl.edu.icm.unity.engine.api.config.UnityPropertiesHelper
 
getLocalizedValueWithOutFallbackToDefault(String, Locale) - Method in class pl.edu.icm.unity.engine.api.config.UnityPropertiesHelper
 
getLocalMappedPrincipal() - Method in class pl.edu.icm.unity.engine.api.authn.remote.RemotelyAuthenticatedPrincipal
 
getLogin1stFactor() - Method in class pl.edu.icm.unity.engine.api.authn.LoginSession
 
getLogin1stFactorOptionId() - Method in class pl.edu.icm.unity.engine.api.authn.LoginSession
 
getLogin2ndFactor() - Method in class pl.edu.icm.unity.engine.api.authn.LoginSession
 
getLogin2ndFactorOptionId() - Method in class pl.edu.icm.unity.engine.api.authn.LoginSession
 
getLoginSession() - Method in class pl.edu.icm.unity.engine.api.authn.InvocationContext
 
getLoginTime() - Method in class pl.edu.icm.unity.engine.api.authn.RememberMeToken
 
getLogoURL() - Method in class pl.edu.icm.unity.types.registration.layout.FormLayoutSettings
 
getLogs() - Method in class pl.edu.icm.unity.engine.api.authn.remote.RemoteSandboxAuthnContext
 
getLogs() - Method in class pl.edu.icm.unity.engine.api.authn.sandbox.EmptySandboxAuthnConext
 
getLogs() - Method in interface pl.edu.icm.unity.engine.api.authn.sandbox.SandboxAuthnContext
 
getMachineDetails() - Method in class pl.edu.icm.unity.engine.api.authn.RememberMeToken
 
getMainAuthnAndTrust() - Method in interface pl.edu.icm.unity.engine.api.PKIManagement
 
getManager() - Method in class pl.edu.icm.unity.engine.api.utils.CacheProvider
 
getMandatory() - Method in exception pl.edu.icm.unity.engine.api.msgtemplate.MessageTemplateValidator.MandatoryVariablesException
 
getMandatory() - Method in class pl.edu.icm.unity.types.basic.AttributesClass
 
getMap() - Method in class pl.edu.icm.unity.types.I18nString
 
getMappedAtExistingEntity() - Method in class pl.edu.icm.unity.engine.api.translation.in.MappingResult
 
getMappingResult() - Method in class pl.edu.icm.unity.engine.api.authn.remote.RemotelyAuthenticatedPrincipal
 
getMaxConcurrentPasswordChecks() - Method in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
getMaxElements() - Method in class pl.edu.icm.unity.types.basic.AttributeType
 
getMaxFailures() - Method in interface pl.edu.icm.unity.engine.api.event.EventListener
 
getMaxInactivity() - Method in class pl.edu.icm.unity.engine.api.authn.LoginSession
 
getMaxInactivity() - Method in class pl.edu.icm.unity.types.authn.AuthenticationRealm
 
getMaxInstances() - Method in class pl.edu.icm.unity.types.basic.IdentityType
 
getMaxSize() - Method in interface pl.edu.icm.unity.engine.api.attributes.AttributeValueSyntax
 
getMembers() - Method in class pl.edu.icm.unity.types.basic.GroupContents
 
getMembershipInfo(GroupMembershipData) - Method in interface pl.edu.icm.unity.engine.api.bulk.BulkGroupQueryService
 
getMembersWithAttributeForAllGroups(String, Set<String>) - Method in interface pl.edu.icm.unity.engine.api.bulk.BulkGroupQueryService
 
getMessage() - Method in exception pl.edu.icm.unity.engine.api.session.AdditionalAuthenticationRequiredException
 
getMessage() - Method in class pl.edu.icm.unity.types.basic.MessageTemplate
 
getMessage() - Method in class pl.edu.icm.unity.types.JsonError
 
getMessage(String, Object...) - Method in interface pl.edu.icm.unity.MessageSource
 
getMessageArea() - Method in class pl.edu.icm.unity.engine.api.msg.EngineApiMessageAreaProvider
 
getMessageArea() - Method in interface pl.edu.icm.unity.msg.MessageAreaProvider
 
getMessageNullArg(String, Object...) - Method in interface pl.edu.icm.unity.MessageSource
 
getMessageParams() - Method in class pl.edu.icm.unity.types.registration.invite.FormPrefill
 
getMessageParamsWithCustomVarObject(String) - Method in class pl.edu.icm.unity.types.registration.invite.FormPrefill
 
getMessages(String) - Method in interface pl.edu.icm.unity.engine.api.msg.MessageManagement
 
getMessageTemplate() - Method in class pl.edu.icm.unity.types.confirmation.EmailConfirmationConfiguration
 
getMessageTemplate() - Method in class pl.edu.icm.unity.types.confirmation.MobileNumberConfirmationConfiguration
 
getMessageUnsafe(String, Object...) - Method in interface pl.edu.icm.unity.MessageSource
 
getMetadata() - Method in interface pl.edu.icm.unity.engine.api.authn.AuthenticatorInstance
Get authenticator instance
getMetadata() - Method in class pl.edu.icm.unity.engine.api.authn.remote.RemoteInformationBase
 
getMetadata() - Method in class pl.edu.icm.unity.types.basic.AttributeType
 
getMetadata() - Method in class pl.edu.icm.unity.types.basic.IdentityParam
 
getMfaPreferenceStatus() - Method in class pl.edu.icm.unity.engine.api.translation.form.TranslatedRegistrationRequest
 
getMimeType() - Method in enum pl.edu.icm.unity.attr.ImageType
 
getMinElements() - Method in class pl.edu.icm.unity.types.basic.AttributeType
 
getMinInstances() - Method in class pl.edu.icm.unity.types.basic.IdentityType
 
getMinVerifiedInstances() - Method in class pl.edu.icm.unity.types.basic.IdentityType
 
getMissingGroups(String, Collection<String>) - Static method in class pl.edu.icm.unity.types.basic.Group
Computes deque of full group names which are not in the collection of existingGroups and are on the path to the finalGroup (inclusive).
getMobileNumber() - Method in class pl.edu.icm.unity.engine.api.confirmation.SMSCode
 
getMode() - Method in class pl.edu.icm.unity.engine.api.translation.in.MappedAttribute
 
getMode() - Method in class pl.edu.icm.unity.engine.api.translation.in.MappedIdentity
 
getMode() - Method in class pl.edu.icm.unity.types.registration.invite.PrefilledEntry
 
getName() - Method in class pl.edu.icm.unity.engine.api.authn.AbstractCredentialRetrievalFactory
 
getName() - Method in class pl.edu.icm.unity.engine.api.authn.AbstractCredentialVerificatorFactory
 
getName() - Method in class pl.edu.icm.unity.engine.api.authn.AbstractVerificator
 
getName() - Method in class pl.edu.icm.unity.engine.api.authn.remote.RemoteInformationBase
 
getName() - Method in class pl.edu.icm.unity.engine.api.authn.SessionCookie
 
getName() - Method in interface pl.edu.icm.unity.engine.api.integration.IntegrationEventDefinition
 
getName() - Method in class pl.edu.icm.unity.engine.api.msg.EngineApiMessageAreaProvider
 
getName() - Method in interface pl.edu.icm.unity.engine.api.server.ServerInitializer
 
getName() - Method in interface pl.edu.icm.unity.engine.api.userimport.UserImportSPIFactory
 
getName() - Method in class pl.edu.icm.unity.engine.api.utils.json.DefaultJsonFormatterFacility
 
getName() - Method in class pl.edu.icm.unity.engine.api.utils.json.TokenWithJsonContentsSerializer
 
getName() - Method in class pl.edu.icm.unity.msg.Message
 
getName() - Method in interface pl.edu.icm.unity.msg.MessageAreaProvider
 
getName() - Method in class pl.edu.icm.unity.types.authn.AuthenticationFlowDefinition
 
getName() - Method in class pl.edu.icm.unity.types.authn.CredentialDefinition
 
getName() - Method in class pl.edu.icm.unity.types.basic.Attribute
 
getName() - Method in class pl.edu.icm.unity.types.basic.AttributeType
 
getName() - Method in class pl.edu.icm.unity.types.basic.audit.AuditEntity
 
getName() - Method in class pl.edu.icm.unity.types.basic.audit.AuditEvent
 
getName() - Method in class pl.edu.icm.unity.types.basic.Group
 
getName() - Method in class pl.edu.icm.unity.types.basic.Identity
 
getName() - Method in class pl.edu.icm.unity.types.basic.IdentityType
 
getName() - Method in class pl.edu.icm.unity.types.bulkops.ScheduledProcessingRule
 
getName() - Method in class pl.edu.icm.unity.types.DescribedObjectROImpl
 
getName() - Method in class pl.edu.icm.unity.types.endpoint.Endpoint
 
getName() - Method in class pl.edu.icm.unity.types.endpoint.ResolvedEndpoint
 
getName() - Method in interface pl.edu.icm.unity.types.NamedObject
 
getName() - Method in class pl.edu.icm.unity.types.registration.BaseFormBuilder
 
getName() - Method in class pl.edu.icm.unity.types.registration.invite.InvitationWithCode
 
getName() - Method in class pl.edu.icm.unity.types.registration.UserRequestState
 
getName() - Method in class pl.edu.icm.unity.types.translation.ActionParameterDefinition
 
getName() - Method in class pl.edu.icm.unity.types.translation.TranslationAction
 
getName() - Method in class pl.edu.icm.unity.types.translation.TranslationActionType
 
getNameShort() - Method in class pl.edu.icm.unity.types.basic.Group
 
getNotApplicableResult() - Method in class pl.edu.icm.unity.engine.api.authn.LocalAuthenticationResult
 
getNotApplicableResult() - Method in class pl.edu.icm.unity.engine.api.authn.RemoteAuthenticationResult
 
getNotificationChannel() - Method in class pl.edu.icm.unity.types.basic.MessageTemplate
 
getNotificationChannels() - Method in interface pl.edu.icm.unity.engine.api.NotificationsManagement
 
getNotificationChannelsForTechnologies(EnumSet<CommunicationTechnology>) - Method in interface pl.edu.icm.unity.engine.api.NotificationsManagement
 
getNotificationFacilities() - Method in interface pl.edu.icm.unity.engine.api.NotificationsManagement
 
getNotificationsConfiguration() - Method in class pl.edu.icm.unity.types.registration.BaseForm
 
getNotificationsConfiguration() - Method in class pl.edu.icm.unity.types.registration.EnquiryForm
 
getNotificationsConfiguration() - Method in class pl.edu.icm.unity.types.registration.RegistrationForm
 
getNullable(JsonNode, String) - Static method in class pl.edu.icm.unity.JsonUtil
as JsonUtil.getWithDef(JsonNode, String, String) with the last argument (default) == null
getNumberOfSends() - Method in class pl.edu.icm.unity.types.registration.invite.InvitationWithCode
 
getOnlyChildrenOfSet(Set<Group>) - Static method in class pl.edu.icm.unity.types.basic.Group
 
getOptionKey() - Method in class pl.edu.icm.unity.types.authn.AuthenticationOptionKey
 
getOs() - Method in class pl.edu.icm.unity.engine.api.authn.RememberMeToken.LoginMachineDetails
 
getOutdatedCredentialId() - Method in class pl.edu.icm.unity.engine.api.authn.AuthenticatedEntity
 
getOutdatedCredentialId() - Method in class pl.edu.icm.unity.engine.api.authn.LoginSession
 
getOutputProfile(String) - Method in interface pl.edu.icm.unity.engine.api.TranslationProfileManagement
 
getOwnedSession(EntityParam, String) - Method in interface pl.edu.icm.unity.engine.api.session.SessionManagement
Tries to find a session owned by a given entity in a given realm.
getOwnedTokens(String) - Method in interface pl.edu.icm.unity.engine.api.token.SecuredTokensManagement
Returns all tokens of the logged entity
getOwnedTokens(String, EntityParam) - Method in interface pl.edu.icm.unity.engine.api.token.SecuredTokensManagement
User with "System Manager" authorization role can get all tokens of all entities.
getOwnedTokens(String, EntityParam) - Method in interface pl.edu.icm.unity.engine.api.token.TokensManagement
Returns all tokens of the entity
getOwnerEntityId() - Method in class pl.edu.icm.unity.engine.api.confirmation.states.UserEmailConfirmationState
 
getPageTitle() - Method in class pl.edu.icm.unity.types.registration.BaseForm
 
getParameters() - Method in class pl.edu.icm.unity.types.translation.TranslationAction
 
getParameters() - Method in class pl.edu.icm.unity.types.translation.TranslationActionType
 
getParentChain() - Method in class pl.edu.icm.unity.types.basic.GroupsChain
 
getParentClasses() - Method in class pl.edu.icm.unity.types.basic.AttributesClass
 
getParentPath() - Method in class pl.edu.icm.unity.types.basic.Group
 
getParticipants() - Method in class pl.edu.icm.unity.engine.api.session.SessionParticipants
 
getPath() - Method in class pl.edu.icm.unity.types.basic.Group
 
getPathEncoded() - Method in class pl.edu.icm.unity.types.basic.Group
 
getPathFromURI(URI) - Static method in class pl.edu.icm.unity.engine.api.files.URIHelper
 
getPaths() - Method in class pl.edu.icm.unity.types.endpoint.EndpointTypeDescription
 
getPathsChain() - Method in class pl.edu.icm.unity.types.basic.Group
 
getPendingEnquires(EntityParam) - Method in interface pl.edu.icm.unity.engine.api.EnquiryManagement
 
getPersistedCertificates() - Method in interface pl.edu.icm.unity.engine.api.PKIManagement
 
getPKIConfiguration() - Method in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
getPolicy() - Method in class pl.edu.icm.unity.engine.api.authn.AuthenticationFlow
 
getPolicy() - Method in class pl.edu.icm.unity.types.authn.AuthenticationFlowDefinition
 
getPolicy(HttpSession) - Static method in enum pl.edu.icm.unity.engine.api.authn.AuthenticationPolicy
 
getPolicyAgreements() - Method in class pl.edu.icm.unity.types.registration.BaseForm
 
getPolicyAgreements() - Method in class pl.edu.icm.unity.types.registration.BaseRegistrationInput
 
getPolicyAgreementsConfig(MessageSource, UnityPropertiesHelper) - Static method in class pl.edu.icm.unity.engine.api.idp.CommonIdPProperties
 
getPolicyAgreementsStatus(EntityParam) - Method in interface pl.edu.icm.unity.engine.api.policyAgreement.PolicyAgreementManagement
 
getPolicyDocument(long) - Method in interface pl.edu.icm.unity.engine.api.policyDocument.PolicyDocumentManagement
Get single policy document by given id
getPolicyDocuments() - Method in interface pl.edu.icm.unity.engine.api.policyDocument.PolicyDocumentManagement
Gets all policy documents
getPosition() - Method in exception pl.edu.icm.unity.exceptions.IllegalFormContentsException
 
getPostSubmitMessage() - Method in class pl.edu.icm.unity.engine.api.translation.form.TranslatedRegistrationRequest
 
getPreference(EntityParam, String) - Method in interface pl.edu.icm.unity.engine.api.PreferencesManagement
Returns a given preference.
getPrefillForAutoProcessing() - Method in class pl.edu.icm.unity.types.registration.invite.ComboInvitationParam
 
getPrefillForAutoProcessing() - Method in class pl.edu.icm.unity.types.registration.invite.EnquiryInvitationParam
 
getPrefillForAutoProcessing() - Method in class pl.edu.icm.unity.types.registration.invite.InvitationParam
Get prefill data used in auto processing invitation action.
getPrefillForAutoProcessing() - Method in class pl.edu.icm.unity.types.registration.invite.RegistrationInvitationParam
 
getPrefillForForm(BaseForm) - Method in class pl.edu.icm.unity.types.registration.invite.ComboInvitationParam
 
getPrefillForForm(BaseForm) - Method in class pl.edu.icm.unity.types.registration.invite.EnquiryInvitationParam
 
getPrefillForForm(BaseForm) - Method in class pl.edu.icm.unity.types.registration.invite.InvitationParam
Get prefill data associated with given form
getPrefillForForm(BaseForm) - Method in class pl.edu.icm.unity.types.registration.invite.RegistrationInvitationParam
 
getPreprocessedTemplate(String) - Method in interface pl.edu.icm.unity.engine.api.MessageTemplateManagement
Returns a template after pre-processing (e.g.
getPreprocessedTemplate(MessageTemplate) - Method in interface pl.edu.icm.unity.engine.api.MessageTemplateManagement
As MessageTemplateManagement.getPreprocessedTemplate(String) but returns the argument template after preprocessing
getPrimaryLayout() - Method in class pl.edu.icm.unity.types.registration.RegistrationFormLayouts
 
getPrimaryResult() - Method in class pl.edu.icm.unity.engine.api.authn.PartialAuthnState
 
getProblem() - Method in class pl.edu.icm.unity.engine.api.notification.NotificationStatus
 
getProfile() - Method in class pl.edu.icm.unity.engine.api.translation.in.MappedGroup
 
getProfileFromString(String) - Static method in class pl.edu.icm.unity.engine.api.translation.TranslationProfileGenerator
 
getProfileMode() - Method in class pl.edu.icm.unity.types.translation.TranslationProfile
 
getProfileType() - Method in class pl.edu.icm.unity.types.translation.TranslationProfile
 
getProjectRegistrationFormLink(String) - Method in interface pl.edu.icm.unity.engine.api.project.ProjectRequestManagement
 
getProjectsForEntity(long) - Method in interface pl.edu.icm.unity.engine.api.project.DelegatedGroupManagement
Gets projects for entity
getProjectSignUpEnquiryFormLink(String) - Method in interface pl.edu.icm.unity.engine.api.project.ProjectRequestManagement
 
getProjectUpdateMembershipEnquiryFormLink(String) - Method in interface pl.edu.icm.unity.engine.api.project.ProjectRequestManagement
 
getProperties() - Method in class pl.edu.icm.unity.engine.api.config.UnityPKIConfiguration
 
getProperties() - Method in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
getProperties() - Method in class pl.edu.icm.unity.types.basic.Group
 
getProperties(String) - Method in class pl.edu.icm.unity.engine.api.config.ConfigurationLoader
Loads configuration from a given file path.
getProperty(String) - Method in class pl.edu.icm.unity.engine.api.config.UnityHttpServerConfiguration
 
getProtocol() - Method in class pl.edu.icm.unity.engine.api.translation.out.TranslationInput
 
getProtocolSubType() - Method in class pl.edu.icm.unity.engine.api.translation.out.TranslationInput
 
getProtocolType() - Method in interface pl.edu.icm.unity.engine.api.session.SessionParticipant
 
getProtocolType() - Method in interface pl.edu.icm.unity.engine.api.session.SessionParticipantType
 
getPublicEnquiryLink(String, String) - Method in interface pl.edu.icm.unity.engine.api.registration.PublicRegistrationURLSupport
 
getPublicFormLink(String, FormType, String) - Method in interface pl.edu.icm.unity.engine.api.registration.PublicRegistrationURLSupport
 
getPublicRegistrationLink(String, String) - Method in interface pl.edu.icm.unity.engine.api.registration.PublicRegistrationURLSupport
 
getPublicRegistrationLink(RegistrationForm) - Method in interface pl.edu.icm.unity.engine.api.registration.PublicRegistrationURLSupport
 
getRawAttributes() - Method in class pl.edu.icm.unity.engine.api.authn.remote.RemotelyAuthenticatedInput
 
getRealm() - Method in class pl.edu.icm.unity.engine.api.authn.InvocationContext
 
getRealm() - Method in class pl.edu.icm.unity.engine.api.authn.LoginSession
 
getRealm() - Method in class pl.edu.icm.unity.types.basic.IdentityTaV
 
getRealm() - Method in class pl.edu.icm.unity.types.endpoint.EndpointConfiguration
 
getRealm() - Method in class pl.edu.icm.unity.types.endpoint.ResolvedEndpoint
 
getRealm(String) - Method in interface pl.edu.icm.unity.engine.api.RealmsManagement
Returns a realm by name
getRealms() - Method in interface pl.edu.icm.unity.engine.api.RealmsManagement
Returns all defined realms
getRedirectAfterTime() - Method in class pl.edu.icm.unity.types.registration.RegistrationWrapUpConfig
 
getRedirectCaption() - Method in class pl.edu.icm.unity.types.registration.RegistrationWrapUpConfig
 
getRedirectURL() - Method in class pl.edu.icm.unity.engine.api.translation.form.TranslatedRegistrationRequest
 
getRedirectURL() - Method in class pl.edu.icm.unity.engine.api.translation.out.TranslationResult
 
getRedirectURL() - Method in class pl.edu.icm.unity.types.registration.RegistrationWrapUpConfig
 
getRegistrationCode() - Method in class pl.edu.icm.unity.types.registration.BaseRegistrationInput
 
getRegistrationCode() - Method in class pl.edu.icm.unity.types.registration.invite.InvitationWithCode
 
getRegistrationCode() - Method in class pl.edu.icm.unity.types.registration.RegistrationForm
 
getRegistrationContext() - Method in class pl.edu.icm.unity.types.registration.UserRequestState
 
getRegistrationForm(String) - Method in interface pl.edu.icm.unity.types.registration.invite.FormProvider
 
getRegistrationFormPrefill() - Method in class pl.edu.icm.unity.types.registration.invite.ComboInvitationParam
 
getRegistrationRequest(String) - Method in interface pl.edu.icm.unity.engine.api.RegistrationsManagement
 
getRegistrationRequests() - Method in interface pl.edu.icm.unity.engine.api.RegistrationsManagement
Lists all registration requests.
getRejectedTemplate() - Method in class pl.edu.icm.unity.types.registration.BaseFormNotifications
 
getRelativeName() - Method in class pl.edu.icm.unity.types.basic.Group
 
getRelayState() - Method in class pl.edu.icm.unity.engine.api.authn.remote.RelayedAuthnState
 
getRemainingBlockedTime(String) - Method in class pl.edu.icm.unity.engine.api.authn.DefaultUnsuccessfulAuthenticationCounter
 
getRemainingBlockedTime(String) - Method in class pl.edu.icm.unity.engine.api.authn.NoOpLoginCounter
 
getRemainingBlockedTime(String) - Method in interface pl.edu.icm.unity.engine.api.authn.UnsuccessfulAuthenticationCounter
 
getRememberMeInfo() - Method in class pl.edu.icm.unity.engine.api.authn.LoginSession
 
getRememberMePolicy() - Method in class pl.edu.icm.unity.engine.api.authn.RememberMeToken
 
getRememberMePolicy() - Method in class pl.edu.icm.unity.types.authn.AuthenticationRealm
 
getRememberMeTokenHash() - Method in class pl.edu.icm.unity.engine.api.authn.RememberMeToken
 
getRemoteAuthenticators(String) - Method in interface pl.edu.icm.unity.engine.api.authn.AuthenticatorSupportService
 
getRemoteAuthenticatorsAsFlows(String) - Method in interface pl.edu.icm.unity.engine.api.authn.AuthenticatorSupportService
 
getRemoteContext() - Method in exception pl.edu.icm.unity.engine.api.authn.remote.UnknownRemoteUserException
 
getRemoteIdp() - Method in class pl.edu.icm.unity.types.basic.Attribute
 
getRemoteIdp() - Method in class pl.edu.icm.unity.types.basic.GroupMembership
 
getRemoteIdp() - Method in class pl.edu.icm.unity.types.basic.IdentityParam
 
getRemoteIdP() - Method in class pl.edu.icm.unity.engine.api.authn.AuthenticatedEntity
 
getRemoteIdP() - Method in class pl.edu.icm.unity.engine.api.authn.LoginSession
 
getRemoteIdPName() - Method in class pl.edu.icm.unity.engine.api.authn.remote.RemotelyAuthenticatedPrincipal
 
getRemotelyAuthenticatedPrincipal() - Method in class pl.edu.icm.unity.engine.api.authn.RemoteAuthenticationResult
 
getRemotelyAuthenticatedPrincipal() - Method in class pl.edu.icm.unity.engine.api.authn.RemoteAuthenticationResult.RemoteErrorResult
 
getRemotelyAuthenticatedPrincipal() - Method in class pl.edu.icm.unity.engine.api.authn.RemoteAuthenticationResult.RemoteSuccessResult
 
getRemotelyAuthenticatedPrincipal() - Method in class pl.edu.icm.unity.engine.api.authn.RemoteAuthenticationResult.UnknownRemotePrincipalResult
 
getRemotePrincipal() - Method in class pl.edu.icm.unity.engine.api.authn.remote.RemoteSandboxAuthnContext
 
getRemotePrincipal() - Method in class pl.edu.icm.unity.engine.api.authn.sandbox.EmptySandboxAuthnConext
 
getRemotePrincipal() - Method in interface pl.edu.icm.unity.engine.api.authn.sandbox.SandboxAuthnContext
 
getRemovalByUserTime() - Method in class pl.edu.icm.unity.types.basic.EntityInformation
 
getRepresentationFallbackToConfigKey(MessageSource) - Method in class pl.edu.icm.unity.types.authn.AuthenticationOptionsSelector
 
getRequest() - Method in class pl.edu.icm.unity.types.registration.UserRequestState
 
getRequester() - Method in class pl.edu.icm.unity.engine.api.translation.out.TranslationInput
 
getRequesterAttributes() - Method in class pl.edu.icm.unity.engine.api.translation.out.TranslationInput
 
getRequestId() - Method in class pl.edu.icm.unity.engine.api.confirmation.states.RegistrationEmailConfirmationState
 
getRequestId() - Method in class pl.edu.icm.unity.types.registration.UserRequestState
 
getRequests(String) - Method in interface pl.edu.icm.unity.engine.api.project.ProjectRequestManagement
Get all project requests
getRequestType() - Method in class pl.edu.icm.unity.engine.api.confirmation.states.RegistrationEmailConfirmationState
 
getRequiredCredentials() - Method in class pl.edu.icm.unity.types.authn.CredentialRequirements
 
getResult() - Method in exception pl.edu.icm.unity.engine.api.authn.AuthenticationException
 
getResult() - Method in exception pl.edu.icm.unity.engine.api.authn.remote.UnknownRemoteUserException
 
getResult() - Method in exception pl.edu.icm.unity.engine.api.authn.RemoteAuthenticationException
 
getResult(RemotelyAuthenticatedInput, TranslationProfile, boolean, String, boolean) - Method in class pl.edu.icm.unity.engine.api.authn.remote.AbstractRemoteVerificator
 
getResultForNonInteractiveAuthn(RemotelyAuthenticatedInput, TranslationProfile) - Method in class pl.edu.icm.unity.engine.api.authn.remote.AbstractRemoteVerificator
 
getRetrieval() - Method in interface pl.edu.icm.unity.engine.api.authn.AuthenticatorInstance
Get authenticator retrieval
getRetrievalSettings() - Method in class pl.edu.icm.unity.types.registration.RegistrationParam
 
getRevision() - Method in class pl.edu.icm.unity.engine.api.authn.AuthenticationFlow
 
getRevision() - Method in interface pl.edu.icm.unity.engine.api.authn.AuthenticatorInstance
Get authenticator revision
getRevision() - Method in class pl.edu.icm.unity.types.authn.AuthenticationFlowDefinition
 
getRevision() - Method in class pl.edu.icm.unity.types.authn.AuthenticatorInstanceMetadata
 
getRevision() - Method in class pl.edu.icm.unity.types.endpoint.Endpoint
 
getRoot() - Method in class pl.edu.icm.unity.types.basic.GroupsChain
 
getRootsOfSet(Set<Group>) - Static method in class pl.edu.icm.unity.types.basic.Group
 
getRules() - Method in class pl.edu.icm.unity.types.translation.TranslationProfile
 
getScaledDownImage(int, int) - Method in class pl.edu.icm.unity.attr.UnityImage
Recreate the image to match given maximum width and height keeping current aspect ratio.
getScheduledOperation() - Method in class pl.edu.icm.unity.engine.api.translation.in.EntityChange
 
getScheduledOperation() - Method in class pl.edu.icm.unity.types.basic.EntityInformation
 
getScheduledOperationTime() - Method in class pl.edu.icm.unity.types.basic.EntityInformation
 
getScheduledRule(String) - Method in interface pl.edu.icm.unity.engine.api.BulkProcessingManagement
 
getScheduledRules() - Method in interface pl.edu.icm.unity.engine.api.BulkProcessingManagement
 
getScheduledTime() - Method in class pl.edu.icm.unity.engine.api.translation.in.EntityChange
 
getSecondaryAuthenticator() - Method in class pl.edu.icm.unity.engine.api.authn.PartialAuthnState
 
getSecondaryLayout() - Method in class pl.edu.icm.unity.types.registration.RegistrationFormLayouts
 
getSecondFactorAuthenticators() - Method in class pl.edu.icm.unity.engine.api.authn.AuthenticationFlow
 
getSecondFactorAuthenticators() - Method in class pl.edu.icm.unity.types.authn.AuthenticationFlowDefinition
 
getSecondFactorAuthnOptionId() - Method in class pl.edu.icm.unity.engine.api.authn.RememberMeToken
 
getSecondFactorDetail() - Method in class pl.edu.icm.unity.engine.api.authn.InteractiveAuthenticationProcessor.PostAuthenticationStepDecision
 
getSecrets() - Method in class pl.edu.icm.unity.types.registration.CredentialParamValue
 
getSecurityQuestion() - Method in interface pl.edu.icm.unity.engine.api.authn.CredentialReset
 
getSelectedGroups() - Method in class pl.edu.icm.unity.types.registration.GroupSelection
 
getSendData() - Method in class pl.edu.icm.unity.types.registration.invite.ComboInvitationParam
 
getSendData() - Method in class pl.edu.icm.unity.types.registration.invite.EnquiryInvitationParam
 
getSendData() - Method in class pl.edu.icm.unity.types.registration.invite.InvitationParam
 
getSendData() - Method in class pl.edu.icm.unity.types.registration.invite.RegistrationInvitationParam
 
getSentRequestAmount() - Method in class pl.edu.icm.unity.types.confirmation.ConfirmationInfo
 
getSerialized() - Method in class pl.edu.icm.unity.engine.api.authn.RememberMeToken
 
getSerializedConfiguration() - Method in interface pl.edu.icm.unity.engine.api.attributes.AttributeValueSyntax
 
getSerializedConfiguration() - Method in class pl.edu.icm.unity.engine.api.confirmation.states.BaseEmailConfirmationState
 
getSerializedConfiguration() - Method in class pl.edu.icm.unity.engine.api.endpoint.AbstractEndpoint
 
getSerializedConfiguration() - Method in interface pl.edu.icm.unity.engine.api.endpoint.EndpointInstance
 
getSerializedConfiguration() - Method in interface pl.edu.icm.unity.engine.api.utils.StringConfigurable
 
getServerAddress() - Method in interface pl.edu.icm.unity.engine.api.endpoint.SharedEndpointManagement
 
getService() - Method in class pl.edu.icm.unity.engine.api.utils.ExecutorsService
 
getServiceFilters() - Method in interface pl.edu.icm.unity.engine.api.endpoint.ServletProvider
 
getServiceServlet() - Method in interface pl.edu.icm.unity.engine.api.endpoint.ServletProvider
 
getServletContextHandler() - Method in interface pl.edu.icm.unity.engine.api.endpoint.WebAppEndpointInstance
 
getServletUrl(String) - Method in class pl.edu.icm.unity.engine.api.endpoint.AbstractWebEndpoint
 
getServletUrl(String) - Method in interface pl.edu.icm.unity.engine.api.endpoint.SharedEndpointManagement
 
getSession(String) - Method in interface pl.edu.icm.unity.engine.api.session.SessionManagement
 
getSessionCookieName(String) - Static method in class pl.edu.icm.unity.engine.api.authn.SessionCookie
 
getSessionData() - Method in class pl.edu.icm.unity.engine.api.authn.LoginSession
 
getSessionParticipants() - Method in class pl.edu.icm.unity.engine.api.authn.remote.RemotelyAuthenticatedInput
 
getSessionParticipants() - Method in class pl.edu.icm.unity.engine.api.authn.remote.RemotelyAuthenticatedPrincipal
 
getSettings() - Method in interface pl.edu.icm.unity.engine.api.authn.CredentialReset
 
getSignInLink() - Method in class pl.edu.icm.unity.types.registration.RegistrationForm
 
getSimpleValues() - Method in class pl.edu.icm.unity.types.basic.ExternalizedAttribute
 
getSingleGroupDiff(List<Group>, List<Group>, GroupSelection, GroupRegistrationParam) - Static method in class pl.edu.icm.unity.engine.api.registration.GroupDiffUtils
 
getSortedListKeys(String) - Method in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
getSortedStringKeys(String) - Method in class pl.edu.icm.unity.engine.api.config.UnityHttpServerConfiguration
 
getSortedStringKeys(String, boolean) - Method in class pl.edu.icm.unity.engine.api.config.UnityPropertiesHelper
 
getSpecs() - Method in class pl.edu.icm.unity.types.registration.ExternalSignupSpec
 
getStarted() - Method in class pl.edu.icm.unity.engine.api.authn.LoginSession
 
getState() - Method in class pl.edu.icm.unity.types.authn.CredentialPublicInformation
 
getState() - Method in class pl.edu.icm.unity.types.basic.Entity
 
getState() - Method in class pl.edu.icm.unity.types.basic.EntityInformation
 
getState() - Method in class pl.edu.icm.unity.types.endpoint.Endpoint
 
getState() - Method in class pl.edu.icm.unity.types.registration.RegistrationWrapUpConfig
 
getStateDetail() - Method in class pl.edu.icm.unity.types.authn.CredentialPublicInformation
 
getStatus() - Method in interface pl.edu.icm.unity.engine.api.authn.AuthenticationResult
 
getStatus() - Method in class pl.edu.icm.unity.engine.api.authn.LocalAuthenticationResult
 
getStatus() - Method in class pl.edu.icm.unity.engine.api.authn.RemoteAuthenticationResult
 
getStatus() - Method in class pl.edu.icm.unity.engine.api.authn.sandbox.SandboxAuthenticationResult
 
getStatus() - Method in class pl.edu.icm.unity.types.registration.UserRequestState
 
getStringValue() - Method in enum pl.edu.icm.unity.types.basic.audit.AuditEventTag
 
getSubGroups() - Method in class pl.edu.icm.unity.types.basic.GroupContents
 
getSubject() - Method in class pl.edu.icm.unity.types.basic.audit.AuditEvent
 
getSubject() - Method in class pl.edu.icm.unity.types.basic.MessageTemplate.Message
 
getSubject() - Method in class pl.edu.icm.unity.types.I18nMessage
 
getSubmittedTemplate() - Method in class pl.edu.icm.unity.types.registration.EnquiryFormNotifications
 
getSubmittedTemplate() - Method in class pl.edu.icm.unity.types.registration.RegistrationFormNotifications
 
getSuccessResult() - Method in interface pl.edu.icm.unity.engine.api.authn.AuthenticationResult
 
getSuccessResult() - Method in class pl.edu.icm.unity.engine.api.authn.LocalAuthenticationResult
 
getSuccessResult() - Method in class pl.edu.icm.unity.engine.api.authn.RemoteAuthenticationResult
 
getSuccessResult() - Method in class pl.edu.icm.unity.engine.api.authn.sandbox.SandboxAuthenticationResult
 
getSupportedAttributeValueTypes() - Method in interface pl.edu.icm.unity.engine.api.AttributeTypeManagement
 
getSupportedBinding() - Method in class pl.edu.icm.unity.engine.api.authn.AbstractCredentialRetrievalFactory
 
getSupportedBinding() - Method in interface pl.edu.icm.unity.engine.api.authn.CredentialRetrievalFactory
 
getSupportedBinding() - Method in class pl.edu.icm.unity.types.endpoint.EndpointTypeDescription
 
getSupportedBindings() - Method in class pl.edu.icm.unity.types.authn.AuthenticatorInfo
 
getSupportedLocales() - Method in interface pl.edu.icm.unity.MessageSource
 
getSupportedMimeTypes(String) - Static method in enum pl.edu.icm.unity.attr.ImageType
 
getSupportedProfileType() - Method in class pl.edu.icm.unity.types.translation.TranslationActionType
 
getSwitchToEnquiryInfo() - Method in class pl.edu.icm.unity.types.registration.RegistrationForm
 
getSwitchToEnquiryInfoFallbackToDefault(MessageSource) - Method in class pl.edu.icm.unity.types.registration.RegistrationForm
 
getSyntax(Attribute) - Method in interface pl.edu.icm.unity.engine.api.attributes.AttributeTypeSupport
 
getSyntax(AttributeType) - Method in interface pl.edu.icm.unity.engine.api.attributes.AttributeTypeSupport
 
getSyntaxFallingBackToDefault(Attribute) - Method in interface pl.edu.icm.unity.engine.api.attributes.AttributeTypeSupport
As AttributeTypeSupport.getSyntax(Attribute) but this method returns a syntax with default configuration for the given attribute if there is no attribute type recorded in the system.
getSystemAttributes() - Method in interface pl.edu.icm.unity.engine.api.attributes.SystemAttributesProvider
 
getTag() - Method in class pl.edu.icm.unity.types.endpoint.EndpointConfiguration
 
getTags() - Method in class pl.edu.icm.unity.types.basic.audit.AuditEvent
 
getTags() - Method in class pl.edu.icm.unity.types.basic.VerifiableEmail
 
getTarget() - Method in class pl.edu.icm.unity.types.basic.IdentityTaV
 
getTargetCondition() - Method in class pl.edu.icm.unity.types.registration.EnquiryForm
 
getTargetGroups() - Method in class pl.edu.icm.unity.types.registration.EnquiryForm
 
getTemplate(String) - Method in interface pl.edu.icm.unity.engine.api.MessageTemplateManagement
 
getTemplateLoader(String, String, Class<?>) - Static method in class pl.edu.icm.unity.engine.api.utils.FreemarkerUtils
 
getText() - Method in class pl.edu.icm.unity.types.registration.AgreementRegistrationParam
 
getTextDump() - Method in class pl.edu.icm.unity.engine.api.authn.remote.RemotelyAuthenticatedInput
 
getTextDump() - Method in class pl.edu.icm.unity.engine.api.translation.out.TranslationInput
 
getTimestamp() - Method in class pl.edu.icm.unity.types.basic.audit.AuditEvent
 
getTimestamp() - Method in class pl.edu.icm.unity.types.registration.UserRequestState
 
getTitle() - Method in class pl.edu.icm.unity.types.registration.RegistrationWrapUpConfig
 
getTitle2ndStage() - Method in class pl.edu.icm.unity.types.registration.RegistrationForm
 
getTlsIdentity() - Method in class pl.edu.icm.unity.engine.api.authn.InvocationContext
 
getTokenById(String, String) - Method in interface pl.edu.icm.unity.engine.api.token.TokensManagement
Returns a specified token
getTokenContents() - Method in class pl.edu.icm.unity.engine.api.authn.LoginSession
 
getTranslatedResult(RemotelyAuthenticatedInput, String, boolean, Optional<IdentityTaV>, String, boolean) - Method in interface pl.edu.icm.unity.engine.api.authn.remote.RemoteAuthnResultTranslator
This method is calling #processRemoteInput(RemotelyAuthenticatedInput) and then #assembleAuthenticationResult(RemotelyAuthenticatedPrincipal).
getTranslatedResult(RemotelyAuthenticatedInput, TranslationProfile, boolean, Optional<IdentityTaV>, String, boolean) - Method in interface pl.edu.icm.unity.engine.api.authn.remote.RemoteAuthnResultTranslator
Equivalent to #getResult(RemotelyAuthenticatedInput, String, boolean, Optional) but translation profile is given directly
getTranslationProfile() - Method in class pl.edu.icm.unity.engine.api.translation.form.GroupParam
 
getTranslationProfile() - Method in class pl.edu.icm.unity.types.basic.Attribute
 
getTranslationProfile() - Method in class pl.edu.icm.unity.types.basic.GroupMembership
 
getTranslationProfile() - Method in class pl.edu.icm.unity.types.basic.IdentityParam
 
getTranslationProfile() - Method in class pl.edu.icm.unity.types.registration.BaseForm
 
getTranslationProfile() - Method in class pl.edu.icm.unity.types.registration.GroupSelection
 
getTranslationProfile() - Method in class pl.edu.icm.unity.types.registration.Selection
 
getTranslationProfile(UnityPropertiesHelper, String, String) - Static method in class pl.edu.icm.unity.engine.api.authn.remote.AbstractRemoteVerificator
 
getTranslationProfile(UnityPropertiesHelper, String, String) - Static method in class pl.edu.icm.unity.engine.api.idp.PropertiesTranslationProfileLoader
 
getTrigger() - Method in class pl.edu.icm.unity.engine.api.initializers.ScriptConfiguration
 
getTruststoreName(String) - Method in class pl.edu.icm.unity.engine.api.config.UnityPKIConfiguration
 
getTruststorePrefix(String) - Method in class pl.edu.icm.unity.engine.api.config.UnityPKIConfiguration
 
getType() - Method in class pl.edu.icm.unity.attr.UnityImage
 
getType() - Method in interface pl.edu.icm.unity.engine.api.authn.CredentialVerificator
 
getType() - Method in class pl.edu.icm.unity.engine.api.authn.local.AbstractLocalVerificator
 
getType() - Method in class pl.edu.icm.unity.engine.api.confirmation.states.BaseEmailConfirmationState
 
getType() - Method in class pl.edu.icm.unity.engine.api.initializers.ScriptConfiguration
 
getType() - Method in class pl.edu.icm.unity.types.basic.audit.AuditEvent
 
getType() - Method in class pl.edu.icm.unity.types.basic.MessageTemplate
 
getType() - Method in class pl.edu.icm.unity.types.basic.MessageTemplate.Message
 
getType() - Method in class pl.edu.icm.unity.types.endpoint.ResolvedEndpoint
 
getType() - Method in class pl.edu.icm.unity.types.registration.EnquiryForm
 
getType() - Method in class pl.edu.icm.unity.types.registration.invite.InvitationParam
 
getType() - Method in class pl.edu.icm.unity.types.registration.layout.FormElement
 
getType() - Method in class pl.edu.icm.unity.types.translation.ActionParameterDefinition
 
getType(String) - Method in interface pl.edu.icm.unity.engine.api.attributes.AttributeTypeSupport
 
getType(String) - Method in interface pl.edu.icm.unity.engine.api.identity.IdentityTypeSupport
 
getType(Attribute) - Method in interface pl.edu.icm.unity.engine.api.attributes.AttributeTypeSupport
 
getTypeDefinition(String) - Method in interface pl.edu.icm.unity.engine.api.identity.IdentityTypeSupport
 
getTypeDefinitionsMap() - Method in interface pl.edu.icm.unity.engine.api.identity.IdentityTypeSupport
 
getTypeDescription() - Method in class pl.edu.icm.unity.types.authn.AuthenticatorInfo
 
getTypeDescription() - Method in class pl.edu.icm.unity.types.authn.AuthenticatorInstanceMetadata
 
getTypeId() - Method in class pl.edu.icm.unity.types.authn.CredentialDefinition
 
getTypeId() - Method in class pl.edu.icm.unity.types.basic.IdentityTaV
 
getTypeId() - Method in class pl.edu.icm.unity.types.endpoint.Endpoint
 
getUltimateReturnURL() - Method in class pl.edu.icm.unity.engine.api.authn.remote.RedirectedAuthnState
 
getUnconfiguredSyntax(String) - Method in interface pl.edu.icm.unity.engine.api.attributes.AttributeTypeSupport
 
getUnityImage() - Method in class pl.edu.icm.unity.attr.LinkableImage
 
getUnknown() - Method in exception pl.edu.icm.unity.engine.api.msgtemplate.MessageTemplateValidator.IllegalVariablesException
 
getUnknownRemotePrincipalResult() - Method in class pl.edu.icm.unity.engine.api.authn.RemoteAuthenticationResult
 
getUnknownRemoteUserDetail() - Method in class pl.edu.icm.unity.engine.api.authn.InteractiveAuthenticationProcessor.PostAuthenticationStepDecision
 
getUpdatedTemplate() - Method in class pl.edu.icm.unity.types.registration.BaseFormNotifications
 
getUpdateTs() - Method in class pl.edu.icm.unity.types.basic.AttributeExt
 
getUpdateTs() - Method in class pl.edu.icm.unity.types.basic.Identity
 
getUrl() - Method in class pl.edu.icm.unity.attr.LinkableImage
 
getUrlQueryPrefill() - Method in class pl.edu.icm.unity.types.registration.AttributeRegistrationParam
 
getUrlQueryPrefill() - Method in class pl.edu.icm.unity.types.registration.IdentityRegistrationParam
 
getUsedContextPaths() - Method in interface pl.edu.icm.unity.engine.api.server.NetworkServer
 
getUserAgent() - Method in class pl.edu.icm.unity.engine.api.server.HTTPRequestContext
 
getUserImports(PropertiesHelper, Map<String, String>) - Static method in class pl.edu.icm.unity.engine.api.idp.CommonIdPProperties
 
getUserImportsLegacy(PropertiesHelper, String, String) - Static method in class pl.edu.icm.unity.engine.api.idp.CommonIdPProperties
 
getUserLocale() - Method in class pl.edu.icm.unity.types.registration.BaseRegistrationInput
 
getUserMFAOptIn(EntityParam) - Method in interface pl.edu.icm.unity.engine.api.EntityCredentialManagement
 
getValidator(String) - Method in interface pl.edu.icm.unity.engine.api.PKIManagement
 
getValidatorNames() - Method in interface pl.edu.icm.unity.engine.api.PKIManagement
 
getValidAuthenticatorForEntity(Collection<AuthenticatorInstance>, long) - Method in interface pl.edu.icm.unity.engine.api.authn.AuthenticationProcessor
 
getValidityTime() - Method in class pl.edu.icm.unity.types.confirmation.EmailConfirmationConfiguration
 
getValidityTime() - Method in class pl.edu.icm.unity.types.confirmation.MobileNumberConfirmationConfiguration
 
getValidTo() - Method in class pl.edu.icm.unity.engine.api.confirmation.SMSCode
 
getValue() - Method in class pl.edu.icm.unity.engine.api.confirmation.SMSCode
 
getValue() - Method in class pl.edu.icm.unity.engine.api.confirmation.states.BaseEmailConfirmationState
 
getValue() - Method in class pl.edu.icm.unity.msg.Message
 
getValue() - Method in class pl.edu.icm.unity.types.basic.IdentityTaV
 
getValue() - Method in class pl.edu.icm.unity.types.basic.VerifiableElementBase
 
getValue() - Method in interface pl.edu.icm.unity.types.confirmation.VerifiableElement
 
getValue() - Method in class pl.edu.icm.unity.types.registration.layout.FormCaptionElement
 
getValue(String) - Method in class pl.edu.icm.unity.types.I18nString
 
getValue(String, String) - Method in class pl.edu.icm.unity.types.I18nString
 
getValue(MessageSource) - Method in class pl.edu.icm.unity.types.I18nString
 
getValue(MessageSource) - Method in class pl.edu.icm.unity.types.I18nStringSource
 
getValueRaw(String) - Method in class pl.edu.icm.unity.types.I18nString
 
getValues() - Method in class pl.edu.icm.unity.engine.api.authn.remote.RemoteAttribute
 
getValues() - Method in class pl.edu.icm.unity.types.basic.Attribute
 
getValueSyntax() - Method in class pl.edu.icm.unity.types.basic.Attribute
 
getValueSyntax() - Method in class pl.edu.icm.unity.types.basic.AttributeType
 
getValueSyntaxConfiguration() - Method in class pl.edu.icm.unity.types.basic.AttributeType
 
getValueSyntaxId() - Method in interface pl.edu.icm.unity.engine.api.attributes.AttributeValueSyntax
 
getVariables() - Method in interface pl.edu.icm.unity.engine.api.integration.IntegrationEventDefinition
 
getVerificationMethod() - Method in class pl.edu.icm.unity.types.authn.AuthenticatorTypeDescription
 
getVerificationMethodDescription() - Method in class pl.edu.icm.unity.types.authn.AuthenticatorTypeDescription
 
getVolatileCertificates() - Method in interface pl.edu.icm.unity.engine.api.PKIManagement
 
getWellknownEnquiryLink(String) - Method in interface pl.edu.icm.unity.engine.api.registration.PublicRegistrationURLSupport
 
getWellknownEnquiryLink(String, String) - Method in interface pl.edu.icm.unity.engine.api.registration.PublicRegistrationURLSupport
 
getWidth() - Method in class pl.edu.icm.unity.attr.UnityImage
 
getWithDef(JsonNode, String, String) - Static method in class pl.edu.icm.unity.JsonUtil
Safely gets a string value from node.
getWrapUpConfig() - Method in class pl.edu.icm.unity.types.registration.BaseForm
 
getYesNo(boolean) - Method in interface pl.edu.icm.unity.MessageSource
 
GIF - pl.edu.icm.unity.attr.ImageType
 
GO_TO_2ND_FACTOR - pl.edu.icm.unity.engine.api.authn.InteractiveAuthenticationProcessor.PostAuthenticationStepDecision.Decision
 
goToSecondFactor(InteractiveAuthenticationProcessor.PostAuthenticationStepDecision.SecondFactorDetail) - Static method in class pl.edu.icm.unity.engine.api.authn.InteractiveAuthenticationProcessor.PostAuthenticationStepDecision
 
groovy - pl.edu.icm.unity.engine.api.initializers.ScriptType
 
group - Variable in class pl.edu.icm.unity.engine.api.idp.EntityInGroup
 
group - Variable in class pl.edu.icm.unity.engine.api.project.DelegatedGroupContents
 
group - Variable in class pl.edu.icm.unity.engine.api.project.DelegatedGroupMember
 
group - Variable in class pl.edu.icm.unity.types.authn.IdPInfo
 
Group - Class in pl.edu.icm.unity.types.basic
Group holds set of other elements: other groups and identities.
Group(ObjectNode) - Constructor for class pl.edu.icm.unity.types.basic.Group
 
Group(String) - Constructor for class pl.edu.icm.unity.types.basic.Group
 
Group(Group, String) - Constructor for class pl.edu.icm.unity.types.basic.Group
 
GROUP - pl.edu.icm.unity.exceptions.IllegalFormContentsException.Category
 
GROUP - pl.edu.icm.unity.types.basic.audit.AuditEventType
 
GROUP - pl.edu.icm.unity.types.registration.layout.FormLayoutElement
 
groupAttributesByName - Variable in class pl.edu.icm.unity.engine.api.bulk.EntityInGroupData
 
GroupAuthorizationRole - Enum in pl.edu.icm.unity.engine.api.project
Group authorization role with description
GroupContents - Class in pl.edu.icm.unity.types.basic
Holds information about group contents.
GroupContents() - Constructor for class pl.edu.icm.unity.types.basic.GroupContents
 
GroupDelegationConfigGenerator - Interface in pl.edu.icm.unity.engine.api.utils
Generates and validates registration and enquiry forms
GroupDelegationConfiguration - Class in pl.edu.icm.unity.types.basic
Contains configuration of group delegation
GroupDelegationConfiguration(boolean) - Constructor for class pl.edu.icm.unity.types.basic.GroupDelegationConfiguration
 
GroupDelegationConfiguration(boolean, Boolean, String, String, String, String, List<String>) - Constructor for class pl.edu.icm.unity.types.basic.GroupDelegationConfiguration
 
GroupDiffUtils - Class in pl.edu.icm.unity.engine.api.registration
Breaks group membership change request into three groups: unchanged groups, added groups and removed groups
GroupDiffUtils() - Constructor for class pl.edu.icm.unity.engine.api.registration.GroupDiffUtils
 
GroupedIdpStatistic - Class in pl.edu.icm.unity.engine.api.idp.statistic
 
GroupedIdpStatistic(String, String, String, String, List<GroupedIdpStatistic.SigInStatistic>) - Constructor for class pl.edu.icm.unity.engine.api.idp.statistic.GroupedIdpStatistic
 
GroupedIdpStatistic.SigInStatistic - Class in pl.edu.icm.unity.engine.api.idp.statistic
 
GroupEffectMode - Enum in pl.edu.icm.unity.engine.api.translation.in
Defines how a mapped group should be handled.
GroupMember - Class in pl.edu.icm.unity.types.basic
Entity as group member.
GroupMember() - Constructor for class pl.edu.icm.unity.types.basic.GroupMember
 
GroupMember(String, Entity, Collection<AttributeExt>) - Constructor for class pl.edu.icm.unity.types.basic.GroupMember
 
GroupMembership - Class in pl.edu.icm.unity.types.basic
Stores information about entity's membership in a group.
GroupMembership(ObjectNode) - Constructor for class pl.edu.icm.unity.types.basic.GroupMembership
 
GroupMembership(String, long, Date) - Constructor for class pl.edu.icm.unity.types.basic.GroupMembership
 
GroupMembership(String, long, Date, String, String) - Constructor for class pl.edu.icm.unity.types.basic.GroupMembership
 
GroupMembership(GroupMembership) - Constructor for class pl.edu.icm.unity.types.basic.GroupMembership
 
GroupMembershipData - Interface in pl.edu.icm.unity.engine.api.bulk
Marker interface for data structure used for bulk queries on group members and their attributes.
groupName - pl.edu.icm.unity.engine.api.attributes.AttributeStatementMVELContextKey
 
GroupParam - Class in pl.edu.icm.unity.engine.api.translation.form
Information about a group membership to be added for an entity being registered.
GroupParam(String, String, String) - Constructor for class pl.edu.icm.unity.engine.api.translation.form.GroupParam
 
GroupPattern - Class in pl.edu.icm.unity.types.basic
 
GroupPattern(String) - Constructor for class pl.edu.icm.unity.types.basic.GroupPattern
 
GroupPatternMatcher - Class in pl.edu.icm.unity.engine.api.registration
Matcher of group to ant-style pattern.
GroupPatternMatcher() - Constructor for class pl.edu.icm.unity.engine.api.registration.GroupPatternMatcher
 
GroupProperty - Class in pl.edu.icm.unity.types.basic
 
GroupProperty(String, String) - Constructor for class pl.edu.icm.unity.types.basic.GroupProperty
 
GroupRegistrationParam - Class in pl.edu.icm.unity.types.registration
Group registration option.
GroupRegistrationParam() - Constructor for class pl.edu.icm.unity.types.registration.GroupRegistrationParam
 
GroupRegistrationParam.IncludeGroupsMode - Enum in pl.edu.icm.unity.types.registration
 
GroupRegistrationParamBuilder(GroupRegistrationParam, T) - Constructor for class pl.edu.icm.unity.types.registration.BaseFormBuilder.GroupRegistrationParamBuilder
 
groups - pl.edu.icm.unity.engine.api.attributes.AttributeStatementMVELContextKey
 
groups - pl.edu.icm.unity.engine.api.bulkops.EntityMVELContextKey
 
groups - pl.edu.icm.unity.engine.api.translation.form.RegistrationMVELContextKey
 
groups - pl.edu.icm.unity.engine.api.translation.in.InputTranslationMVELContextKey
 
groups - pl.edu.icm.unity.engine.api.translation.out.OutputTranslationMVELContextKey
 
groups - Variable in class pl.edu.icm.unity.engine.api.bulk.EntityInGroupData
 
groups - Variable in class pl.edu.icm.unity.engine.api.project.ProjectInvitationParam
 
groups - Variable in class pl.edu.icm.unity.engine.api.project.ProjectRequest
 
groups - Variable in class pl.edu.icm.unity.types.basic.EntityWithAttributes
 
groups - Variable in class pl.edu.icm.unity.types.basic.GroupsChain
 
GROUPS - pl.edu.icm.unity.types.basic.audit.AuditEventTag
 
GROUPS - Static variable in class pl.edu.icm.unity.types.basic.GroupContents
 
GroupsChain - Class in pl.edu.icm.unity.types.basic
 
GroupsChain(List<Group>) - Constructor for class pl.edu.icm.unity.types.basic.GroupsChain
 
GroupSelection - Class in pl.edu.icm.unity.types.registration
Information about selected group or groups, corresponding to a single form choice.
GroupSelection() - Constructor for class pl.edu.icm.unity.types.registration.GroupSelection
 
GroupSelection(String) - Constructor for class pl.edu.icm.unity.types.registration.GroupSelection
 
GroupSelection(String, String, String) - Constructor for class pl.edu.icm.unity.types.registration.GroupSelection
 
GroupSelection(List<String>) - Constructor for class pl.edu.icm.unity.types.registration.GroupSelection
 
GroupSelection(List<String>, String, String) - Constructor for class pl.edu.icm.unity.types.registration.GroupSelection
 
groupSelections - Variable in class pl.edu.icm.unity.engine.api.translation.form.RegistrationContext
 
groupSelections - Variable in class pl.edu.icm.unity.types.registration.invite.InvitationSendData
 
GroupsManagement - Interface in pl.edu.icm.unity.engine.api
Internal engine API for groups management.
groupsObj - pl.edu.icm.unity.engine.api.attributes.AttributeStatementMVELContextKey
 
groupsObj - pl.edu.icm.unity.engine.api.translation.out.OutputTranslationMVELContextKey
 
groupsRecipients - Variable in class pl.edu.icm.unity.engine.api.integration.Message
 
GroupStructuralData - Interface in pl.edu.icm.unity.engine.api.bulk
Marker interface for data structure used for bulk queries on group structural contents (subgroups, their metadata).
GroupsWithMembers - Class in pl.edu.icm.unity.engine.api.bulk
 
GroupsWithMembers(Map<Long, Entity>, Map<String, List<EntityGroupAttributes>>) - Constructor for class pl.edu.icm.unity.engine.api.bulk.GroupsWithMembers
 
GZIP_PREFIX - Static variable in class pl.edu.icm.unity.engine.api.config.UnityHttpServerConfiguration
 

H

handleAsyncLogout(LoginSession, String, String, HttpServletResponse) - Method in interface pl.edu.icm.unity.engine.api.authn.LogoutProcessor
Performs async logout of SAML peers attached to the current login session.
handleEvent(Event) - Method in interface pl.edu.icm.unity.engine.api.event.EventListener
Called only on events of a proper category, for which isWanted returned true.
handleSynchronousLogout(LoginSession) - Method in interface pl.edu.icm.unity.engine.api.authn.LogoutProcessor
Performs sync logout of SAML peers attached to the current login session.
hasAdminAccess() - Method in interface pl.edu.icm.unity.engine.api.AuthorizationManagement
Checks if caller has admin access
hasAnyLocalCredential() - Method in class pl.edu.icm.unity.types.registration.BaseForm
 
hasConfiguredFinalizationFor(RegistrationWrapUpConfig.TriggeringState) - Method in class pl.edu.icm.unity.engine.api.registration.PostFillingHandler
 
hasCurrent() - Static method in class pl.edu.icm.unity.engine.api.authn.InvocationContext
 
hasForm(String) - Method in interface pl.edu.icm.unity.engine.api.RegistrationsManagement
 
hashCode() - Method in class pl.edu.icm.unity.attr.LinkableImage
 
hashCode() - Method in class pl.edu.icm.unity.engine.api.attributes.PublicAttributeInfo
 
hashCode() - Method in class pl.edu.icm.unity.engine.api.authn.AuthenticationSubject
 
hashCode() - Method in class pl.edu.icm.unity.engine.api.idp.IdpPolicyAgreementsConfiguration
 
hashCode() - Method in class pl.edu.icm.unity.engine.api.idp.statistic.GroupedIdpStatistic
 
hashCode() - Method in class pl.edu.icm.unity.engine.api.idp.statistic.GroupedIdpStatistic.SigInStatistic
 
hashCode() - Method in class pl.edu.icm.unity.engine.api.idp.statistic.IdpStatisticEvent
 
hashCode() - Method in class pl.edu.icm.unity.engine.api.initializers.ScriptConfiguration
 
hashCode() - Method in class pl.edu.icm.unity.engine.api.integration.IntegrationEventGroup
 
hashCode() - Method in class pl.edu.icm.unity.engine.api.pki.NamedCertificate
 
hashCode() - Method in class pl.edu.icm.unity.engine.api.policyAgreement.PolicyAgreementState
 
hashCode() - Method in class pl.edu.icm.unity.engine.api.policyDocument.PolicyDocumentCreateRequest
 
hashCode() - Method in class pl.edu.icm.unity.engine.api.policyDocument.PolicyDocumentUpdateRequest
 
hashCode() - Method in class pl.edu.icm.unity.engine.api.policyDocument.PolicyDocumentWithRevision
 
hashCode() - Method in class pl.edu.icm.unity.engine.api.project.DelegatedGroup
 
hashCode() - Method in class pl.edu.icm.unity.engine.api.project.DelegatedGroupContents
 
hashCode() - Method in class pl.edu.icm.unity.engine.api.project.DelegatedGroupMember
 
hashCode() - Method in class pl.edu.icm.unity.engine.api.project.ProjectInvitation
 
hashCode() - Method in class pl.edu.icm.unity.engine.api.project.ProjectInvitationParam
 
hashCode() - Method in class pl.edu.icm.unity.engine.api.project.ProjectRequest
 
hashCode() - Method in class pl.edu.icm.unity.engine.api.project.ProjectRequestParam
 
hashCode() - Method in class pl.edu.icm.unity.engine.api.translation.form.AutomaticInvitationProcessingParam
 
hashCode() - Method in class pl.edu.icm.unity.engine.api.translation.form.GroupParam
 
hashCode() - Method in class pl.edu.icm.unity.engine.api.translation.form.RegistrationContext
 
hashCode() - Method in class pl.edu.icm.unity.engine.api.translation.in.MappedAttribute
 
hashCode() - Method in class pl.edu.icm.unity.engine.api.translation.TranslationActionInstance
 
hashCode() - Method in class pl.edu.icm.unity.engine.api.translation.TranslationCondition
 
hashCode() - Method in class pl.edu.icm.unity.MessageArea
 
hashCode() - Method in class pl.edu.icm.unity.msg.Message
 
hashCode() - Method in class pl.edu.icm.unity.types.authn.AuthenticationFlowDefinition
 
hashCode() - Method in class pl.edu.icm.unity.types.authn.AuthenticationOptionKey
 
hashCode() - Method in class pl.edu.icm.unity.types.authn.AuthenticationOptionsSelector
 
hashCode() - Method in class pl.edu.icm.unity.types.authn.AuthenticationRealm
 
hashCode() - Method in class pl.edu.icm.unity.types.authn.AuthenticatorDefinition
 
hashCode() - Method in class pl.edu.icm.unity.types.authn.AuthenticatorInfo
 
hashCode() - Method in class pl.edu.icm.unity.types.authn.AuthenticatorInstanceMetadata
 
hashCode() - Method in class pl.edu.icm.unity.types.authn.AuthenticatorTypeDescription
 
hashCode() - Method in class pl.edu.icm.unity.types.authn.CredentialDefinition
 
hashCode() - Method in class pl.edu.icm.unity.types.authn.CredentialInfo
 
hashCode() - Method in class pl.edu.icm.unity.types.authn.CredentialPublicInformation
 
hashCode() - Method in class pl.edu.icm.unity.types.authn.CredentialRequirements
 
hashCode() - Method in class pl.edu.icm.unity.types.authn.IdPInfo
 
hashCode() - Method in class pl.edu.icm.unity.types.authn.IdPInfo.IdpGroup
 
hashCode() - Method in class pl.edu.icm.unity.types.basic.Attribute
 
hashCode() - Method in class pl.edu.icm.unity.types.basic.AttributeExt
 
hashCode() - Method in class pl.edu.icm.unity.types.basic.AttributesClass
 
hashCode() - Method in class pl.edu.icm.unity.types.basic.AttributeStatement
 
hashCode() - Method in class pl.edu.icm.unity.types.basic.AttributeType
 
hashCode() - Method in class pl.edu.icm.unity.types.basic.audit.AuditEntity
 
hashCode() - Method in class pl.edu.icm.unity.types.basic.audit.AuditEvent
 
hashCode() - Method in class pl.edu.icm.unity.types.basic.Entity
 
hashCode() - Method in class pl.edu.icm.unity.types.basic.EntityInformation
 
hashCode() - Method in class pl.edu.icm.unity.types.basic.EntityParam
 
hashCode() - Method in class pl.edu.icm.unity.types.basic.EntityWithAttributes
 
hashCode() - Method in class pl.edu.icm.unity.types.basic.Group
 
hashCode() - Method in class pl.edu.icm.unity.types.basic.GroupDelegationConfiguration
 
hashCode() - Method in class pl.edu.icm.unity.types.basic.GroupMember
 
hashCode() - Method in class pl.edu.icm.unity.types.basic.GroupMembership
 
hashCode() - Method in class pl.edu.icm.unity.types.basic.GroupProperty
 
hashCode() - Method in class pl.edu.icm.unity.types.basic.Identity
 
hashCode() - Method in class pl.edu.icm.unity.types.basic.IdentityParam
 
hashCode() - Method in class pl.edu.icm.unity.types.basic.IdentityTaV
 
hashCode() - Method in class pl.edu.icm.unity.types.basic.IdentityType
 
hashCode() - Method in class pl.edu.icm.unity.types.basic.idpStatistic.IdpStatistic
 
hashCode() - Method in class pl.edu.icm.unity.types.basic.MessageTemplate
 
hashCode() - Method in class pl.edu.icm.unity.types.basic.MessageTemplate.Message
 
hashCode() - Method in class pl.edu.icm.unity.types.basic.NotificationChannel
 
hashCode() - Method in class pl.edu.icm.unity.types.basic.NotificationChannelInfo
 
hashCode() - Method in class pl.edu.icm.unity.types.basic.VerifiableElementBase
 
hashCode() - Method in class pl.edu.icm.unity.types.bulkops.ScheduledProcessingRule
 
hashCode() - Method in class pl.edu.icm.unity.types.bulkops.ScheduledProcessingRuleParam
 
hashCode() - Method in class pl.edu.icm.unity.types.confirmation.ConfirmationInfo
 
hashCode() - Method in class pl.edu.icm.unity.types.DescribedObjectROImpl
 
hashCode() - Method in class pl.edu.icm.unity.types.endpoint.Endpoint
 
hashCode() - Method in class pl.edu.icm.unity.types.endpoint.EndpointConfiguration
 
hashCode() - Method in class pl.edu.icm.unity.types.endpoint.ResolvedEndpoint
 
hashCode() - Method in class pl.edu.icm.unity.types.I18nDescribedObject
 
hashCode() - Method in class pl.edu.icm.unity.types.I18nMessage
 
hashCode() - Method in class pl.edu.icm.unity.types.I18nString
 
hashCode() - Method in class pl.edu.icm.unity.types.I18nStringSource
 
hashCode() - Method in class pl.edu.icm.unity.types.policyAgreement.PolicyAgreementConfiguration
 
hashCode() - Method in class pl.edu.icm.unity.types.policyAgreement.PolicyAgreementDecision
 
hashCode() - Method in class pl.edu.icm.unity.types.registration.AdminComment
 
hashCode() - Method in class pl.edu.icm.unity.types.registration.AgreementRegistrationParam
 
hashCode() - Method in class pl.edu.icm.unity.types.registration.AttributeRegistrationParam
 
hashCode() - Method in class pl.edu.icm.unity.types.registration.BaseForm
 
hashCode() - Method in class pl.edu.icm.unity.types.registration.BaseFormNotifications
 
hashCode() - Method in class pl.edu.icm.unity.types.registration.BaseRegistrationInput
 
hashCode() - Method in class pl.edu.icm.unity.types.registration.Comment
 
hashCode() - Method in class pl.edu.icm.unity.types.registration.CredentialParamValue
 
hashCode() - Method in class pl.edu.icm.unity.types.registration.CredentialRegistrationParam
 
hashCode() - Method in class pl.edu.icm.unity.types.registration.EnquiryForm
 
hashCode() - Method in class pl.edu.icm.unity.types.registration.EnquiryFormNotifications
 
hashCode() - Method in class pl.edu.icm.unity.types.registration.EnquiryResponseState
 
hashCode() - Method in class pl.edu.icm.unity.types.registration.ExternalSignupGridSpec.AuthnGridSettings
 
hashCode() - Method in class pl.edu.icm.unity.types.registration.ExternalSignupGridSpec
 
hashCode() - Method in class pl.edu.icm.unity.types.registration.ExternalSignupSpec
 
hashCode() - Method in class pl.edu.icm.unity.types.registration.GroupRegistrationParam
 
hashCode() - Method in class pl.edu.icm.unity.types.registration.GroupSelection
 
hashCode() - Method in class pl.edu.icm.unity.types.registration.IdentityRegistrationParam
 
hashCode() - Method in class pl.edu.icm.unity.types.registration.invite.ComboInvitationParam
 
hashCode() - Method in class pl.edu.icm.unity.types.registration.invite.EnquiryInvitationParam
 
hashCode() - Method in class pl.edu.icm.unity.types.registration.invite.FormPrefill
 
hashCode() - Method in class pl.edu.icm.unity.types.registration.invite.InvitationParam
 
hashCode() - Method in class pl.edu.icm.unity.types.registration.invite.InvitationSendData
 
hashCode() - Method in class pl.edu.icm.unity.types.registration.invite.InvitationWithCode
 
hashCode() - Method in class pl.edu.icm.unity.types.registration.invite.PrefilledEntry
 
hashCode() - Method in class pl.edu.icm.unity.types.registration.invite.RegistrationInvitationParam
 
hashCode() - Method in class pl.edu.icm.unity.types.registration.layout.FormCaptionElement
 
hashCode() - Method in class pl.edu.icm.unity.types.registration.layout.FormElement
 
hashCode() - Method in class pl.edu.icm.unity.types.registration.layout.FormLayout
 
hashCode() - Method in class pl.edu.icm.unity.types.registration.layout.FormLayoutSettings
 
hashCode() - Method in class pl.edu.icm.unity.types.registration.layout.FormParameterElement
 
hashCode() - Method in class pl.edu.icm.unity.types.registration.OptionalRegistrationParam
 
hashCode() - Method in class pl.edu.icm.unity.types.registration.RegistrationContext
 
hashCode() - Method in class pl.edu.icm.unity.types.registration.RegistrationForm
 
hashCode() - Method in class pl.edu.icm.unity.types.registration.RegistrationFormLayouts
 
hashCode() - Method in class pl.edu.icm.unity.types.registration.RegistrationFormNotifications
 
hashCode() - Method in class pl.edu.icm.unity.types.registration.RegistrationParam
 
hashCode() - Method in class pl.edu.icm.unity.types.registration.RegistrationRequestState
 
hashCode() - Method in class pl.edu.icm.unity.types.registration.RegistrationWrapUpConfig
 
hashCode() - Method in class pl.edu.icm.unity.types.registration.Selection
 
hashCode() - Method in class pl.edu.icm.unity.types.registration.URLQueryPrefillConfig
 
hashCode() - Method in class pl.edu.icm.unity.types.registration.UserRequestState
 
hashCode() - Method in class pl.edu.icm.unity.types.translation.TranslationAction
 
hashCode() - Method in class pl.edu.icm.unity.types.translation.TranslationActionType
 
hashCode() - Method in class pl.edu.icm.unity.types.translation.TranslationProfile
 
hashCode() - Method in class pl.edu.icm.unity.types.translation.TranslationRule
 
hashCode(Object) - Method in interface pl.edu.icm.unity.engine.api.attributes.AttributeValueSyntax
 
hasLocalSignupButton(FormLayout) - Static method in class pl.edu.icm.unity.types.registration.FormLayoutUtils
 
hasNonDefaultValue() - Method in class pl.edu.icm.unity.types.I18nString
 
hasPathPrefix(String, String) - Static method in class pl.edu.icm.unity.engine.api.utils.HiddenResourcesFilter
 
hasPathPrefix(String, List<String>) - Static method in class pl.edu.icm.unity.engine.api.utils.HiddenResourcesFilter
 
height - Variable in class pl.edu.icm.unity.types.registration.ExternalSignupGridSpec.AuthnGridSettings
 
HIDDEN - pl.edu.icm.unity.types.registration.invite.PrefilledEntryMode
Entry is hidden, so the user can neither read nor edit the pre-filled value.
HiddenResourcesFilter - Class in pl.edu.icm.unity.engine.api.utils
Servlet filter blocking access to all configured resources.
HiddenResourcesFilter(List<String>) - Constructor for class pl.edu.icm.unity.engine.api.utils.HiddenResourcesFilter
 
HINT - pl.edu.icm.unity.types.authn.ExpectedIdentity.IdentityExpectation
 
HomeEndpointConstants - Class in pl.edu.icm.unity.engine.api.home
Various useful project management related constants
HomeEndpointConstants() - Constructor for class pl.edu.icm.unity.engine.api.home.HomeEndpointConstants
 
HTML - pl.edu.icm.unity.types.basic.MessageType
 
HTTP_HOST - Static variable in class pl.edu.icm.unity.engine.api.config.UnityHttpServerConfiguration
 
HTTP_PORT - Static variable in class pl.edu.icm.unity.engine.api.config.UnityHttpServerConfiguration
 
httpMethod - Variable in class pl.edu.icm.unity.engine.api.integration.Webhook
 
HTTPRequestContext - Class in pl.edu.icm.unity.engine.api.server
Stores in thread local state related to the HTTP request being served by the thread.
HTTPRequestContext(String, String) - Constructor for class pl.edu.icm.unity.engine.api.server.HTTPRequestContext
 
httpServer - Variable in class pl.edu.icm.unity.engine.api.endpoint.AbstractWebEndpoint
 

I

I18N_TEXT - pl.edu.icm.unity.types.translation.ActionParameterDefinition.Type
 
I18nDescribedObject - Class in pl.edu.icm.unity.types
Defines displayed name and description, both with a possibility to be translated
I18nDescribedObject() - Constructor for class pl.edu.icm.unity.types.I18nDescribedObject
 
I18nDescribedObject(I18nString, I18nString) - Constructor for class pl.edu.icm.unity.types.I18nDescribedObject
 
I18nMessage - Class in pl.edu.icm.unity.types
Objects are used to store message templates with localized strings.
I18nMessage() - Constructor for class pl.edu.icm.unity.types.I18nMessage
 
I18nMessage(I18nString, I18nString) - Constructor for class pl.edu.icm.unity.types.I18nMessage
 
I18nString - Class in pl.edu.icm.unity.types
String in several languages.
I18nString() - Constructor for class pl.edu.icm.unity.types.I18nString
 
I18nString(String) - Constructor for class pl.edu.icm.unity.types.I18nString
 
I18nString(String, String) - Constructor for class pl.edu.icm.unity.types.I18nString
 
I18nString(String, MessageSource, Object...) - Constructor for class pl.edu.icm.unity.types.I18nString
Loads I18nString from all message bundles which are installed in the system.
I18nStringJsonUtil - Class in pl.edu.icm.unity.types
Helper to (de)serialize I18nString.
I18nStringJsonUtil() - Constructor for class pl.edu.icm.unity.types.I18nStringJsonUtil
 
I18nStringSource - Class in pl.edu.icm.unity.types
Stores message key and arguments, to be resolved from message bundle.
I18nStringSource(String, Object...) - Constructor for class pl.edu.icm.unity.types.I18nStringSource
 
id - pl.edu.icm.unity.engine.api.translation.in.InputTranslationMVELContextKey
 
id - Variable in class pl.edu.icm.unity.engine.api.policyDocument.PolicyDocumentUpdateRequest
 
id - Variable in class pl.edu.icm.unity.engine.api.policyDocument.PolicyDocumentWithRevision
 
id - Variable in class pl.edu.icm.unity.engine.api.project.ProjectRequestParam
 
id - Variable in class pl.edu.icm.unity.types.authn.AuthenticatorDefinition
 
id - Variable in class pl.edu.icm.unity.types.authn.IdPInfo
 
id - Variable in class pl.edu.icm.unity.types.authn.IdPInfo.IdpGroup
 
identitiesNotPresentInDb(MappingResult) - Method in interface pl.edu.icm.unity.engine.api.translation.in.InputTranslationEngine
 
identity - pl.edu.icm.unity.engine.api.confirmation.EmailConfirmationRedirectURLBuilder.ConfirmedElementType
 
identity - Variable in class pl.edu.icm.unity.engine.api.authn.AuthenticationSubject
 
Identity - Class in pl.edu.icm.unity.types.basic
Represents an identity with full information as returned from the engine.
Identity(ObjectNode) - Constructor for class pl.edu.icm.unity.types.basic.Identity
 
Identity(String, long, ObjectNode) - Constructor for class pl.edu.icm.unity.types.basic.Identity
Partial creation from JSON (used by RDBMS storage)
Identity(String, String, long, String) - Constructor for class pl.edu.icm.unity.types.basic.Identity
 
Identity(IdentityParam, long, String) - Constructor for class pl.edu.icm.unity.types.basic.Identity
Allows for creating Identity out of IdentityParam.
IDENTITY - pl.edu.icm.unity.exceptions.IllegalFormContentsException.Category
 
IDENTITY - pl.edu.icm.unity.types.basic.audit.AuditEventType
 
IDENTITY - pl.edu.icm.unity.types.registration.layout.FormLayoutElement
 
identityBased(String) - Static method in class pl.edu.icm.unity.engine.api.authn.AuthenticationSubject
 
IdentityEffectMode - Enum in pl.edu.icm.unity.engine.api.translation.in
Defines how a mapped IdentityParam should be handled.
IdentityExistsException - Exception in pl.edu.icm.unity.exceptions
Throws to indicate that user already exists in the system.
IdentityExistsException(String) - Constructor for exception pl.edu.icm.unity.exceptions.IdentityExistsException
 
IdentityParam - Class in pl.edu.icm.unity.types.basic
This class is useful when creating a new Identity.
IdentityParam(ObjectNode) - Constructor for class pl.edu.icm.unity.types.basic.IdentityParam
 
IdentityParam(String, ObjectNode) - Constructor for class pl.edu.icm.unity.types.basic.IdentityParam
 
IdentityParam(String, String) - Constructor for class pl.edu.icm.unity.types.basic.IdentityParam
 
IdentityParam(String, String, String, String) - Constructor for class pl.edu.icm.unity.types.basic.IdentityParam
 
IdentityParamBuilderBase(IdentityParam) - Constructor for class pl.edu.icm.unity.types.registration.BaseRegistrationInputBuilder.IdentityParamBuilderBase
 
IdentityRegistrationParam - Class in pl.edu.icm.unity.types.registration
Identity registration option.
IdentityRegistrationParam() - Constructor for class pl.edu.icm.unity.types.registration.IdentityRegistrationParam
 
IdentityRegistrationParamBuilder(IdentityRegistrationParam, T) - Constructor for class pl.edu.icm.unity.types.registration.BaseFormBuilder.IdentityRegistrationParamBuilder
 
identityResolver - Variable in class pl.edu.icm.unity.engine.api.authn.AbstractVerificator
 
IdentityResolver - Interface in pl.edu.icm.unity.engine.api.identity
Allows for resolving an identity into entity, returning also its credential.
IdentityTaV - Class in pl.edu.icm.unity.types.basic
Represents an identity type and value.
IdentityTaV(ObjectNode) - Constructor for class pl.edu.icm.unity.types.basic.IdentityTaV
 
IdentityTaV(String, ObjectNode) - Constructor for class pl.edu.icm.unity.types.basic.IdentityTaV
 
IdentityTaV(String, String) - Constructor for class pl.edu.icm.unity.types.basic.IdentityTaV
 
IdentityTaV(String, String, String, String) - Constructor for class pl.edu.icm.unity.types.basic.IdentityTaV
 
identityType - Variable in class pl.edu.icm.unity.engine.api.userimport.UserImportSpec
 
IdentityType - Class in pl.edu.icm.unity.types.basic
Type of identity.
IdentityType(ObjectNode) - Constructor for class pl.edu.icm.unity.types.basic.IdentityType
 
IdentityType(String) - Constructor for class pl.edu.icm.unity.types.basic.IdentityType
 
IdentityType(String, String) - Constructor for class pl.edu.icm.unity.types.basic.IdentityType
 
IdentityType(String, String, String) - Constructor for class pl.edu.icm.unity.types.basic.IdentityType
 
IdentityTypeDefinition - Interface in pl.edu.icm.unity.engine.api.identity
Implementation defined identity type.
IdentityTypesManagement - Interface in pl.edu.icm.unity.engine.api
Internal engine API for entities and identities management.
IdentityTypesRegistry - Class in pl.edu.icm.unity.engine.api.identity
Maintains a simple registry of available IdentityTypeDefinitions.
IdentityTypesRegistry(Optional<List<IdentityTypeDefinition>>) - Constructor for class pl.edu.icm.unity.engine.api.identity.IdentityTypesRegistry
 
IdentityTypeSupport - Interface in pl.edu.icm.unity.engine.api.identity
Internally useful support API for handling identity types.
identityValue - Variable in class pl.edu.icm.unity.engine.api.userimport.UserImportSpec
 
idp - pl.edu.icm.unity.engine.api.translation.in.InputTranslationMVELContextKey
 
idp - pl.edu.icm.unity.engine.api.translation.out.OutputTranslationMVELContextKey
 
idpEndpointId - Variable in class pl.edu.icm.unity.engine.api.idp.statistic.IdpStatisticEvent
 
idpEndpointId - Variable in class pl.edu.icm.unity.types.basic.idpStatistic.IdpStatistic
 
idpEndpointId(String) - Method in class pl.edu.icm.unity.types.basic.idpStatistic.IdpStatistic.Builder
 
idpEndpointName - Variable in class pl.edu.icm.unity.engine.api.idp.statistic.IdpStatisticEvent
 
idpEndpointName - Variable in class pl.edu.icm.unity.types.basic.idpStatistic.IdpStatistic
 
idpEndpointName(String) - Method in class pl.edu.icm.unity.types.basic.idpStatistic.IdpStatistic.Builder
 
IdPEngine - Interface in pl.edu.icm.unity.engine.api.idp
 
IdpGroup(String, Optional<String>) - Constructor for class pl.edu.icm.unity.types.authn.IdPInfo.IdpGroup
 
idpId - Variable in class pl.edu.icm.unity.engine.api.idp.statistic.GroupedIdpStatistic
 
IdPInfo - Class in pl.edu.icm.unity.types.authn
 
IdPInfo.Builder - Class in pl.edu.icm.unity.types.authn
 
IdPInfo.IdpGroup - Class in pl.edu.icm.unity.types.authn
 
IdPLoginController - Class in pl.edu.icm.unity.engine.api.authn
This component allows the generic Unity part (not IdP endpoint specific) to obtain information on the IdP login being performed and forcefully cleaning it.
IdPLoginController(Optional<List<IdPLoginController.IdPLoginHandler>>) - Constructor for class pl.edu.icm.unity.engine.api.authn.IdPLoginController
 
IdPLoginController.IdPLoginHandler - Interface in pl.edu.icm.unity.engine.api.authn
Implemented by an IdP endpoint and registered with IdPLoginController to inform it about authentications against the IdP.
idpName - Variable in class pl.edu.icm.unity.engine.api.idp.statistic.GroupedIdpStatistic
 
IdpPolicyAgreementsConfiguration - Class in pl.edu.icm.unity.engine.api.idp
 
IdpPolicyAgreementsConfiguration() - Constructor for class pl.edu.icm.unity.engine.api.idp.IdpPolicyAgreementsConfiguration
 
IdpPolicyAgreementsConfiguration(MessageSource) - Constructor for class pl.edu.icm.unity.engine.api.idp.IdpPolicyAgreementsConfiguration
 
IdpPolicyAgreementsConfiguration(I18nString, I18nString, int, String, List<PolicyAgreementConfiguration>) - Constructor for class pl.edu.icm.unity.engine.api.idp.IdpPolicyAgreementsConfiguration
 
IdpPolicyAgreementsConfigurationParser - Class in pl.edu.icm.unity.engine.api.idp
Maps PolicyAgreementConfiguration to properties and vice versa
IdpPolicyAgreementsConfigurationParser() - Constructor for class pl.edu.icm.unity.engine.api.idp.IdpPolicyAgreementsConfigurationParser
 
IdpStatistic - Class in pl.edu.icm.unity.types.basic.idpStatistic
 
IdpStatistic(LocalDateTime, String, String, String, String, IdpStatistic.Status) - Constructor for class pl.edu.icm.unity.types.basic.idpStatistic.IdpStatistic
 
IdpStatistic.Builder - Class in pl.edu.icm.unity.types.basic.idpStatistic
 
IdpStatistic.Status - Enum in pl.edu.icm.unity.types.basic.idpStatistic
 
IdpStatisticEvent - Class in pl.edu.icm.unity.engine.api.idp.statistic
 
IdpStatisticEvent(String, String, String, String, IdpStatistic.Status) - Constructor for class pl.edu.icm.unity.engine.api.idp.statistic.IdpStatisticEvent
 
IdpStatisticManagement - Interface in pl.edu.icm.unity.engine.api
 
IdpStatisticManagement.GroupBy - Enum in pl.edu.icm.unity.engine.api
 
IdpStatisticReporter - Class in pl.edu.icm.unity.engine.api.idp.statistic
 
IdpStatisticReporter(ApplicationEventPublisher, MessageSource, Endpoint) - Constructor for class pl.edu.icm.unity.engine.api.idp.statistic.IdpStatisticReporter
 
idpStatistics - Variable in class pl.edu.icm.unity.types.basic.DBDumpContentElements
 
idsByType - pl.edu.icm.unity.engine.api.attributes.AttributeStatementMVELContextKey
 
idsByType - pl.edu.icm.unity.engine.api.bulkops.EntityMVELContextKey
 
idsByType - pl.edu.icm.unity.engine.api.translation.form.RegistrationMVELContextKey
 
idsByType - pl.edu.icm.unity.engine.api.translation.in.InputTranslationMVELContextKey
 
idsByType - pl.edu.icm.unity.engine.api.translation.out.OutputTranslationMVELContextKey
 
idsByTypeObj - pl.edu.icm.unity.engine.api.bulkops.EntityMVELContextKey
 
idsByTypeObj - pl.edu.icm.unity.engine.api.translation.form.RegistrationMVELContextKey
 
idType - pl.edu.icm.unity.engine.api.translation.in.InputTranslationMVELContextKey
 
IGNORE_CONFIGURED_CONTENTS_SETTING - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
IGNORED_ENQUIRY - pl.edu.icm.unity.types.registration.RegistrationWrapUpConfig.TriggeringState
 
ignoreEnquiry(String, EntityParam) - Method in interface pl.edu.icm.unity.engine.api.EnquiryManagement
Marks an enquiry as ignored for the given user.
IllegalAttributeTypeException - Exception in pl.edu.icm.unity.exceptions
Thrown when attribtue type is invalid.
IllegalAttributeTypeException(String) - Constructor for exception pl.edu.icm.unity.exceptions.IllegalAttributeTypeException
 
IllegalAttributeTypeException(String, Throwable) - Constructor for exception pl.edu.icm.unity.exceptions.IllegalAttributeTypeException
 
IllegalAttributeValueException - Exception in pl.edu.icm.unity.exceptions
Thrown when attribtue value is invalid.
IllegalAttributeValueException(String) - Constructor for exception pl.edu.icm.unity.exceptions.IllegalAttributeValueException
 
IllegalAttributeValueException(String, Throwable) - Constructor for exception pl.edu.icm.unity.exceptions.IllegalAttributeValueException
 
IllegalCredentialException - Exception in pl.edu.icm.unity.exceptions
Thrown when credential definition is invalid.
IllegalCredentialException(String) - Constructor for exception pl.edu.icm.unity.exceptions.IllegalCredentialException
 
IllegalCredentialException(String, Throwable) - Constructor for exception pl.edu.icm.unity.exceptions.IllegalCredentialException
 
IllegalFormContentsException - Exception in pl.edu.icm.unity.exceptions
Thrown when there is problem with submitted form (enquiry, registration etc).
IllegalFormContentsException(String) - Constructor for exception pl.edu.icm.unity.exceptions.IllegalFormContentsException
 
IllegalFormContentsException(String, int, IllegalFormContentsException.Category) - Constructor for exception pl.edu.icm.unity.exceptions.IllegalFormContentsException
 
IllegalFormContentsException(String, int, IllegalFormContentsException.Category, Throwable) - Constructor for exception pl.edu.icm.unity.exceptions.IllegalFormContentsException
 
IllegalFormContentsException(String, Throwable) - Constructor for exception pl.edu.icm.unity.exceptions.IllegalFormContentsException
 
IllegalFormContentsException.Category - Enum in pl.edu.icm.unity.exceptions
 
IllegalFormContentsException.OccupiedIdentityUsedInRequest - Exception in pl.edu.icm.unity.exceptions
 
IllegalFormTypeException - Exception in pl.edu.icm.unity.exceptions
Thrown when type is invalid.
IllegalFormTypeException(String) - Constructor for exception pl.edu.icm.unity.exceptions.IllegalFormTypeException
 
IllegalFormTypeException(String, Throwable) - Constructor for exception pl.edu.icm.unity.exceptions.IllegalFormTypeException
 
IllegalGroupValueException - Exception in pl.edu.icm.unity.exceptions
Thrown when group value is invalid.
IllegalGroupValueException(String) - Constructor for exception pl.edu.icm.unity.exceptions.IllegalGroupValueException
 
IllegalGroupValueException(String, Throwable) - Constructor for exception pl.edu.icm.unity.exceptions.IllegalGroupValueException
 
IllegalIdentityValueException - Exception in pl.edu.icm.unity.exceptions
Thrown when identity value is invalid.
IllegalIdentityValueException(String) - Constructor for exception pl.edu.icm.unity.exceptions.IllegalIdentityValueException
 
IllegalIdentityValueException(String, Throwable) - Constructor for exception pl.edu.icm.unity.exceptions.IllegalIdentityValueException
 
IllegalInvitationException(String) - Constructor for exception pl.edu.icm.unity.engine.api.project.ProjectInvitationsManagement.IllegalInvitationException
 
IllegalTypeException - Exception in pl.edu.icm.unity.exceptions
Thrown when type is invalid.
IllegalTypeException(String) - Constructor for exception pl.edu.icm.unity.exceptions.IllegalTypeException
 
IllegalTypeException(String, Throwable) - Constructor for exception pl.edu.icm.unity.exceptions.IllegalTypeException
 
IllegalURIException - Exception in pl.edu.icm.unity.engine.api.files
 
IllegalURIException(String) - Constructor for exception pl.edu.icm.unity.engine.api.files.IllegalURIException
 
IllegalURIException(String, Throwable) - Constructor for exception pl.edu.icm.unity.engine.api.files.IllegalURIException
 
IllegalVariablesException(Collection<String>) - Constructor for exception pl.edu.icm.unity.engine.api.msgtemplate.MessageTemplateValidator.IllegalVariablesException
 
ImageType - Enum in pl.edu.icm.unity.attr
Enumeration representing support image types.
IMPORT_PFX - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
importDb(File) - Method in interface pl.edu.icm.unity.engine.api.ServerManagement
Imports the whole database from a given JSON file
importerKey - Variable in class pl.edu.icm.unity.engine.api.userimport.UserImportSerivce.ImportResult
 
importerKey - Variable in class pl.edu.icm.unity.engine.api.userimport.UserImportSpec
 
ImportResult(String, AuthenticationResult) - Constructor for class pl.edu.icm.unity.engine.api.userimport.UserImportSerivce.ImportResult
 
importStatus - pl.edu.icm.unity.engine.api.translation.out.OutputTranslationMVELContextKey
 
importToExistingUser(List<UserImportSpec>, IdentityTaV) - Method in interface pl.edu.icm.unity.engine.api.userimport.UserImportSerivce
Performs an import which enriches the information about the existing user.
importUser(String, String) - Method in interface pl.edu.icm.unity.engine.api.userimport.UserImportSPI
Should perform the import of the user in implementation defined way.
importUser(List<UserImportSpec>) - Method in interface pl.edu.icm.unity.engine.api.userimport.UserImportSerivce
Perform user import of a user which has to be mapped and or created with regular way (same as during authentication) by the input profile
importUser(List<UserImportSpec>) - Method in interface pl.edu.icm.unity.engine.api.UserImportManagement
Perform user import.
IncludeInputProfileAction(String[], TranslationActionType) - Constructor for class pl.edu.icm.unity.engine.translation.in.action.IncludeInputProfileActionFactory.IncludeInputProfileAction
 
IncludeInputProfileActionFactory - Class in pl.edu.icm.unity.engine.translation.in.action
Factory for @{IncludeInputProfileAction}
IncludeInputProfileActionFactory() - Constructor for class pl.edu.icm.unity.engine.translation.in.action.IncludeInputProfileActionFactory
 
IncludeInputProfileActionFactory.IncludeInputProfileAction - Class in pl.edu.icm.unity.engine.translation.in.action
 
IncludeOutputProfileAction(String[], TranslationActionType) - Constructor for class pl.edu.icm.unity.engine.translation.out.action.IncludeOutputProfileActionFactory.IncludeOutputProfileAction
 
IncludeOutputProfileActionFactory - Class in pl.edu.icm.unity.engine.translation.out.action
Factory for @{IncludeInputProfileAction}
IncludeOutputProfileActionFactory() - Constructor for class pl.edu.icm.unity.engine.translation.out.action.IncludeOutputProfileActionFactory
 
IncludeOutputProfileActionFactory.IncludeOutputProfileAction - Class in pl.edu.icm.unity.engine.translation.out.action
 
incRequestSent() - Method in class pl.edu.icm.unity.types.confirmation.ConfirmationInfo
 
index - Variable in class pl.edu.icm.unity.engine.api.translation.form.DynamicGroupParam
 
information - Variable in class pl.edu.icm.unity.engine.api.idp.IdpPolicyAgreementsConfiguration
 
INFORMATIVE_ONLY - pl.edu.icm.unity.types.policyAgreement.PolicyAgreementPresentationType
 
init() - Method in interface pl.edu.icm.unity.engine.api.event.EventListener
Called before EventListener is being added to EventProcessor
init(FilterConfig) - Method in class pl.edu.icm.unity.engine.api.utils.HiddenResourcesFilter
 
INITIAL_ADMIN_PASSWORD - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
INITIAL_ADMIN_USER - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
INITIAL_ADMIN_USER_OUTDATED - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
InitializationValidator - Interface in pl.edu.icm.unity.types
Several classes in the API must have default constructors.
initialize(ResolvedEndpoint, List<AuthenticationFlow>, String) - Method in class pl.edu.icm.unity.engine.api.endpoint.AbstractEndpoint
 
initialize(ResolvedEndpoint, List<AuthenticationFlow>, String) - Method in interface pl.edu.icm.unity.engine.api.endpoint.EndpointInstance
 
INITIALIZERS - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
initiator(AuditEntity) - Method in class pl.edu.icm.unity.types.basic.audit.AuditEvent.AuditEventBuilder
 
INPUT - pl.edu.icm.unity.types.translation.ProfileType
 
InputTranslationAction - Class in pl.edu.icm.unity.engine.api.translation.in
Instance of this interface is configured with parameters and performs a translation of a remotely obtained information about a client.
InputTranslationAction(TranslationActionType, String[]) - Constructor for class pl.edu.icm.unity.engine.api.translation.in.InputTranslationAction
 
InputTranslationActionFactory - Interface in pl.edu.icm.unity.engine.api.translation.in
Marker interface of factories producing InputTranslationAction, besides marking narrows down returned types.
InputTranslationActionsRegistry - Class in pl.edu.icm.unity.engine.api.translation.in
Maintains a simple registry of available InputTranslationActionFactoryies.
InputTranslationActionsRegistry(List<InputTranslationActionFactory>) - Constructor for class pl.edu.icm.unity.engine.api.translation.in.InputTranslationActionsRegistry
 
InputTranslationContextFactory - Class in pl.edu.icm.unity.engine.api.translation.in
 
InputTranslationContextFactory() - Constructor for class pl.edu.icm.unity.engine.api.translation.in.InputTranslationContextFactory
 
InputTranslationEngine - Interface in pl.edu.icm.unity.engine.api.translation.in
 
InputTranslationMVELContextKey - Enum in pl.edu.icm.unity.engine.api.translation.in
 
insertIdentity(IdentityParam, EntityParam) - Method in interface pl.edu.icm.unity.engine.api.identity.IdentityResolver
Insert identity in DB.
instance - Variable in class pl.edu.icm.unity.types.registration.BaseRegistrationInputBuilder
 
instanceName - Variable in class pl.edu.icm.unity.engine.api.authn.AbstractVerificator
 
INSTANCES_IMMUTABLE_FLAG - Static variable in class pl.edu.icm.unity.types.basic.AttributeType
The attribute type instances can not be created, updated or removed using management API (there are specialized methods to manipulate such attributes).
IntegrationEvent - Class in pl.edu.icm.unity.engine.api.integration
Holds information about integration event
IntegrationEvent(String, String, IntegrationEvent.EventType, IntegrationEventConfiguration) - Constructor for class pl.edu.icm.unity.engine.api.integration.IntegrationEvent
 
IntegrationEvent(String, IntegrationEvent.EventType) - Constructor for class pl.edu.icm.unity.engine.api.integration.IntegrationEvent
 
IntegrationEvent.EventType - Enum in pl.edu.icm.unity.engine.api.integration
 
IntegrationEventConfiguration - Interface in pl.edu.icm.unity.engine.api.integration
 
IntegrationEventDefinition - Interface in pl.edu.icm.unity.engine.api.integration
Integration event definition.
IntegrationEventGroup - Class in pl.edu.icm.unity.engine.api.integration
 
IntegrationEventGroup(String) - Constructor for class pl.edu.icm.unity.engine.api.integration.IntegrationEventGroup
 
IntegrationEventProcessor - Interface in pl.edu.icm.unity.engine.api.integration
Responsible for processing integration events
IntegrationEventRegistry - Class in pl.edu.icm.unity.engine.api.integration
IntegrationEventRegistry(List<IntegrationEventDefinition>) - Constructor for class pl.edu.icm.unity.engine.api.integration.IntegrationEventRegistry
 
IntegrationEventVariable - Class in pl.edu.icm.unity.engine.api.integration
Represent single integration event variable
IntegrationEventVariable(String, String) - Constructor for class pl.edu.icm.unity.engine.api.integration.IntegrationEventVariable
 
interactive - pl.edu.icm.unity.types.registration.ParameterRetrievalSettings
user must enter the value manually
InteractiveAuthenticationProcessor - Interface in pl.edu.icm.unity.engine.api.authn
Handles authentication results for interactive authentications (typically over some web binding).
InteractiveAuthenticationProcessor.PostAuthenticationStepDecision - Class in pl.edu.icm.unity.engine.api.authn
 
InteractiveAuthenticationProcessor.PostAuthenticationStepDecision.Decision - Enum in pl.edu.icm.unity.engine.api.authn
 
InteractiveAuthenticationProcessor.PostAuthenticationStepDecision.ErrorDetail - Class in pl.edu.icm.unity.engine.api.authn
 
InteractiveAuthenticationProcessor.PostAuthenticationStepDecision.SecondFactorDetail - Class in pl.edu.icm.unity.engine.api.authn
 
InteractiveAuthenticationProcessor.PostAuthenticationStepDecision.UnknownRemoteUserDetail - Class in pl.edu.icm.unity.engine.api.authn
 
InteractiveAuthenticationProcessor.SessionReinitializer - Interface in pl.edu.icm.unity.engine.api.authn
Used to prevent from session fixation attack.
internalAndAsyncPeers - pl.edu.icm.unity.engine.api.config.UnityServerConfiguration.LogoutMode
 
internalAndSyncPeers - pl.edu.icm.unity.engine.api.config.UnityServerConfiguration.LogoutMode
 
InternalException - Exception in pl.edu.icm.unity.exceptions
Thrown when a low level problem occurs, which in principle shouldn't happen.
InternalException(String) - Constructor for exception pl.edu.icm.unity.exceptions.InternalException
 
InternalException(String, Throwable) - Constructor for exception pl.edu.icm.unity.exceptions.InternalException
 
internalOnly - pl.edu.icm.unity.engine.api.config.UnityServerConfiguration.LogoutMode
 
internalValuesToExternal(String, List<String>) - Method in interface pl.edu.icm.unity.engine.api.AttributeValueConverter
 
internalValuesToExternal(AttributeValueSyntax<T>, List<String>) - Method in interface pl.edu.icm.unity.engine.api.AttributeValueConverter
 
internalValuesToObjectValues(String, List<String>) - Method in interface pl.edu.icm.unity.engine.api.AttributeValueConverter
 
internalValuesToObjectValues(AttributeValueSyntax<T>, List<String>) - Method in interface pl.edu.icm.unity.engine.api.AttributeValueConverter
 
invalidate(String) - Method in interface pl.edu.icm.unity.engine.api.authn.local.LocalCredentialVerificator
This method is called only for credentials supporting invalidation.
INVITATION_CONSUMED - pl.edu.icm.unity.types.registration.RegistrationWrapUpConfig.TriggeringState
 
INVITATION_EXPIRED - pl.edu.icm.unity.types.registration.RegistrationWrapUpConfig.TriggeringState
 
INVITATION_MISSING - pl.edu.icm.unity.types.registration.RegistrationWrapUpConfig.TriggeringState
 
invitationCode - Variable in class pl.edu.icm.unity.engine.api.authn.remote.AuthenticationTriggeringContext
 
InvitationManagement - Interface in pl.edu.icm.unity.engine.api
Invitations to fill registration form management
InvitationParam - Class in pl.edu.icm.unity.types.registration.invite
Base data of invitation parameter.
InvitationParam(ObjectNode) - Constructor for class pl.edu.icm.unity.types.registration.invite.InvitationParam
 
InvitationParam(InvitationParam.InvitationType) - Constructor for class pl.edu.icm.unity.types.registration.invite.InvitationParam
 
InvitationParam(InvitationParam.InvitationType, Instant) - Constructor for class pl.edu.icm.unity.types.registration.invite.InvitationParam
 
InvitationParam(InvitationParam.InvitationType, Instant, String) - Constructor for class pl.edu.icm.unity.types.registration.invite.InvitationParam
 
InvitationParam.Builder<T extends InvitationParam.Builder<?>> - Class in pl.edu.icm.unity.types.registration.invite
 
InvitationParam.InvitationType - Enum in pl.edu.icm.unity.types.registration.invite
 
InvitationSendData - Class in pl.edu.icm.unity.types.registration.invite
 
InvitationSendData(String, FormType, String, Instant, Map<Integer, PrefilledEntry<GroupSelection>>, Map<String, String>) - Constructor for class pl.edu.icm.unity.types.registration.invite.InvitationSendData
 
InvitationSender - Interface in pl.edu.icm.unity.types.registration.invite
 
InvitationWithCode - Class in pl.edu.icm.unity.types.registration.invite
Complete invitation as stored in the system.
InvitationWithCode(ObjectNode) - Constructor for class pl.edu.icm.unity.types.registration.invite.InvitationWithCode
 
InvitationWithCode(InvitationParam, String) - Constructor for class pl.edu.icm.unity.types.registration.invite.InvitationWithCode
 
InvitationWithCode(InvitationParam, String, Instant, int) - Constructor for class pl.edu.icm.unity.types.registration.invite.InvitationWithCode
 
InvocationContext - Class in pl.edu.icm.unity.engine.api.authn
Stores thread-local information about the current request metadata in thread local variable.
InvocationContext(IdentityTaV, AuthenticationRealm, List<AuthenticationFlow>) - Constructor for class pl.edu.icm.unity.engine.api.authn.InvocationContext
 
invoke(RemotelyAuthenticatedInput, Object, String) - Method in class pl.edu.icm.unity.engine.api.translation.in.InputTranslationAction
Performs the translation.
invoke(TranslatedRegistrationRequest, Object, RegistrationContext, String) - Method in class pl.edu.icm.unity.engine.api.translation.form.RegistrationTranslationAction
Performs the translation.
invoke(TranslationInput, Object, String, TranslationResult) - Method in class pl.edu.icm.unity.engine.api.translation.out.OutputTranslationAction
 
invoke(Entity) - Method in class pl.edu.icm.unity.engine.api.bulkops.EntityAction
Performs an implementation specific action.
invokeWrapped(RemotelyAuthenticatedInput, Object, String) - Method in class pl.edu.icm.unity.engine.api.translation.in.InputTranslationAction
 
invokeWrapped(RemotelyAuthenticatedInput, Object, String) - Method in class pl.edu.icm.unity.engine.translation.in.action.BlindStopperInputAction
 
invokeWrapped(RemotelyAuthenticatedInput, Object, String) - Method in class pl.edu.icm.unity.engine.translation.in.action.IncludeInputProfileActionFactory.IncludeInputProfileAction
 
invokeWrapped(TranslatedRegistrationRequest, Object, RegistrationContext, String) - Method in class pl.edu.icm.unity.engine.api.translation.form.RegistrationTranslationAction
 
invokeWrapped(TranslationInput, Object, String, TranslationResult) - Method in class pl.edu.icm.unity.engine.api.translation.out.OutputTranslationAction
 
invokeWrapped(TranslationInput, Object, String, TranslationResult) - Method in class pl.edu.icm.unity.engine.translation.out.action.BlindStopperOutputAction
 
invokeWrapped(TranslationInput, Object, String, TranslationResult) - Method in class pl.edu.icm.unity.engine.translation.out.action.IncludeOutputProfileActionFactory.IncludeOutputProfileAction
 
isActiveValueSelectionConfiguredForClient(PropertiesHelper, String) - Static method in class pl.edu.icm.unity.engine.api.idp.CommonIdPProperties
 
isAllowArbitrary() - Method in class pl.edu.icm.unity.types.basic.AttributesClass
 
isAllowed(String) - Method in class pl.edu.icm.unity.engine.api.attributes.AttributeClassHelper
 
isAllowedDirectly(String) - Method in class pl.edu.icm.unity.types.basic.AttributesClass
 
isAsync(Event) - Method in interface pl.edu.icm.unity.engine.api.event.EventListener
This method should return whether async processing is allowed.
isAutoLoginAfterSignUp() - Method in class pl.edu.icm.unity.engine.api.finalization.WorkflowFinalizationConfiguration
 
isAutomatic() - Method in class pl.edu.icm.unity.types.registration.RegistrationWrapUpConfig
 
isAutomaticOnly() - Method in enum pl.edu.icm.unity.types.registration.ParameterRetrievalSettings
 
isByInvitationOnly() - Method in class pl.edu.icm.unity.types.registration.BaseForm
 
isCached(String) - Method in class pl.edu.icm.unity.engine.api.config.UnityPropertiesHelper
 
isCheckIdentityOnSubmit() - Method in class pl.edu.icm.unity.types.registration.BaseForm
 
isChild(String, String) - Static method in class pl.edu.icm.unity.types.basic.Group
 
isChild(Group) - Method in class pl.edu.icm.unity.types.basic.Group
 
isChildNotSame(Group) - Method in class pl.edu.icm.unity.types.basic.Group
 
isChildOrSame(String, String) - Static method in class pl.edu.icm.unity.types.basic.Group
 
isCleanStaleAttributes() - Method in class pl.edu.icm.unity.engine.api.translation.in.MappingResult
 
isCleanStaleGroups() - Method in class pl.edu.icm.unity.engine.api.translation.in.MappingResult
 
isCleanStaleIdentities() - Method in class pl.edu.icm.unity.engine.api.translation.in.MappingResult
 
isCollectComments() - Method in class pl.edu.icm.unity.types.registration.BaseForm
 
isCompactInputs() - Method in class pl.edu.icm.unity.types.registration.layout.FormLayoutSettings
 
isConfirmed() - Method in class pl.edu.icm.unity.types.basic.IdentityParam
 
isConfirmed() - Method in class pl.edu.icm.unity.types.basic.VerifiableElementBase
 
isConfirmed() - Method in class pl.edu.icm.unity.types.confirmation.ConfirmationInfo
 
isConfirmed() - Method in interface pl.edu.icm.unity.types.confirmation.VerifiableElement
Shorter version of getConfirmationInfo().isConfirmed(), also checking if the CI is not null.
isCredentialAvailableAtSecondaryFormLayout(RegistrationForm) - Static method in class pl.edu.icm.unity.types.registration.RegistrationForm
 
isCredentialDefinitionChagneOutdatingCredentials(String) - Method in interface pl.edu.icm.unity.engine.api.authn.local.LocalCredentialVerificator
Should check if change of credential definition (config) from the currently set to the given as argument may render credential instances invalid or not.
isCredentialExchangeSupported(String) - Method in class pl.edu.icm.unity.engine.api.authn.AbstractCredentialRetrievalFactory
 
isCredentialExchangeSupported(String) - Method in interface pl.edu.icm.unity.engine.api.authn.CredentialRetrievalFactory
 
isCredentialSet(EntityParam) - Method in interface pl.edu.icm.unity.engine.api.authn.local.LocalCredentialVerificator
Check if credential is set
isCredentialSet(EntityParam, String) - Method in interface pl.edu.icm.unity.engine.api.authn.local.CredentialHelper
Check if credential is set
isDirect() - Method in class pl.edu.icm.unity.types.basic.AttributeExt
 
isDirectChild(String, String) - Static method in class pl.edu.icm.unity.types.basic.Group
 
isDynamic() - Method in interface pl.edu.icm.unity.engine.api.identity.IdentityTypeDefinition
 
isDynamicGroup(String) - Static method in class pl.edu.icm.unity.engine.api.translation.form.DynamicGroupParam
 
isEditable - Variable in class pl.edu.icm.unity.MessageArea
 
isEffectiveAllowArbitrary() - Method in class pl.edu.icm.unity.engine.api.attributes.AttributeClassHelper
 
isEmailVerifiable() - Method in interface pl.edu.icm.unity.engine.api.attributes.AttributeValueSyntax
 
isEmailVerifiable() - Method in interface pl.edu.icm.unity.engine.api.identity.IdentityTypeDefinition
 
isEmpty() - Method in class pl.edu.icm.unity.types.I18nString
 
isEnabled() - Method in class pl.edu.icm.unity.types.registration.ExternalSignupSpec
 
isEntityEnabled(long) - Method in interface pl.edu.icm.unity.engine.api.identity.IdentityResolver
 
isExpired() - Method in class pl.edu.icm.unity.types.registration.invite.InvitationParam
 
isExpired(Identity) - Method in interface pl.edu.icm.unity.engine.api.identity.IdentityTypeDefinition
Checks if the identity is expired.
isExpiredAt(long) - Method in class pl.edu.icm.unity.engine.api.authn.LoginSession
 
isFormContentsRelated() - Method in class pl.edu.icm.unity.types.registration.layout.FormElement
 
isGlobal() - Method in class pl.edu.icm.unity.types.basic.AttributeType
 
isIdpPolicyAgreementsConfigured(MessageSource, UnityPropertiesHelper) - Static method in class pl.edu.icm.unity.engine.api.idp.CommonIdPProperties
 
isInstanceImmutable() - Method in class pl.edu.icm.unity.types.basic.AttributeType
 
isInteractivelyEntered() - Method in enum pl.edu.icm.unity.types.registration.invite.PrefilledEntryMode
 
isInteractivelyEntered(boolean) - Method in enum pl.edu.icm.unity.types.registration.ParameterRetrievalSettings
 
isLightweight() - Method in interface pl.edu.icm.unity.engine.api.event.EventListener
 
isLocal() - Method in class pl.edu.icm.unity.types.authn.AuthenticatorTypeDescription
 
isLocal() - Method in class pl.edu.icm.unity.types.basic.IdentityParam
 
isLocalContext(RemotelyAuthenticatedPrincipal) - Static method in class pl.edu.icm.unity.engine.api.authn.remote.RemotelyAuthenticatedPrincipal
 
isLocaleSupported(Locale) - Method in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
isLocalSignupEmbeddedAsButton() - Method in class pl.edu.icm.unity.types.registration.RegistrationFormLayouts
 
isLocalSignupEnabled() - Method in class pl.edu.icm.unity.types.registration.RegistrationForm
 
isLoginInProgress() - Method in interface pl.edu.icm.unity.engine.api.authn.IdPLoginController.IdPLoginHandler
 
isLoginInProgress() - Method in class pl.edu.icm.unity.engine.api.authn.IdPLoginController
 
isManatory() - Method in class pl.edu.icm.unity.types.registration.AgreementRegistrationParam
 
isMandatory() - Method in class pl.edu.icm.unity.types.basic.DynamicAttribute
 
isMandatory() - Method in class pl.edu.icm.unity.types.translation.ActionParameterDefinition
 
isMandatory(String) - Method in class pl.edu.icm.unity.engine.api.attributes.AttributeClassHelper
 
isMandatoryDirectly(String) - Method in class pl.edu.icm.unity.types.basic.AttributesClass
 
isMultiSelect() - Method in class pl.edu.icm.unity.types.registration.GroupRegistrationParam
 
isOnIdpEndpoint - Variable in class pl.edu.icm.unity.types.registration.RegistrationContext
 
isOptional() - Method in class pl.edu.icm.unity.types.registration.OptionalRegistrationParam
 
isPotentiallyAutomaticAndVisible() - Method in enum pl.edu.icm.unity.types.registration.ParameterRetrievalSettings
 
isPresent(String) - Method in interface pl.edu.icm.unity.engine.api.GroupsManagement
 
isPublic() - Method in class pl.edu.icm.unity.types.basic.Group
 
isPublicComment() - Method in class pl.edu.icm.unity.types.registration.AdminComment
 
isPubliclyAvailable() - Method in class pl.edu.icm.unity.types.registration.RegistrationForm
 
isPublisherEnabled() - Method in interface pl.edu.icm.unity.engine.api.AuditEventManagement
Checks, if Audit Logs feature (Audit Logs gathering) in enabled in the system.
isReadOnly() - Method in class pl.edu.icm.unity.types.authn.CredentialDefinition
 
isReadOnly() - Method in class pl.edu.icm.unity.types.authn.CredentialRequirements
 
isRegistrationOnly() - Method in enum pl.edu.icm.unity.types.registration.layout.FormLayoutElement
 
isRegistrationTriggered() - Method in class pl.edu.icm.unity.engine.api.authn.remote.AuthenticationTriggeringContext
 
isRemote() - Method in interface pl.edu.icm.unity.engine.api.authn.AuthenticationResult
 
isRemote() - Method in class pl.edu.icm.unity.engine.api.authn.LocalAuthenticationResult
 
isRemote() - Method in class pl.edu.icm.unity.engine.api.authn.RemoteAuthenticationResult
 
isRemote() - Method in class pl.edu.icm.unity.engine.api.authn.sandbox.SandboxAuthenticationResult
 
isRemovable() - Method in interface pl.edu.icm.unity.engine.api.identity.IdentityTypeDefinition
 
isRestricting(AttributeClassHelper) - Method in class pl.edu.icm.unity.engine.api.attributes.AttributeClassHelper
 
isSandboxTriggered() - Method in class pl.edu.icm.unity.engine.api.authn.remote.AuthenticationTriggeringContext
 
isSecondaryAuthenticationRequired() - Method in class pl.edu.icm.unity.engine.api.authn.PartialAuthnState
 
isSecuritySensitive() - Method in interface pl.edu.icm.unity.engine.api.attributes.AttributeMetadataProvider
 
isSelected() - Method in class pl.edu.icm.unity.types.registration.Selection
 
isSelfModificable() - Method in class pl.edu.icm.unity.types.basic.AttributeType
 
isSelfModificable() - Method in class pl.edu.icm.unity.types.basic.IdentityType
 
isSendUserNotificationCopyToAdmin() - Method in class pl.edu.icm.unity.types.registration.BaseFormNotifications
 
isShowCancel() - Method in class pl.edu.icm.unity.types.registration.layout.FormLayoutSettings
 
isShowGroups() - Method in class pl.edu.icm.unity.types.registration.AttributeRegistrationParam
 
isShowSignInLink() - Method in class pl.edu.icm.unity.types.registration.RegistrationForm
 
isSingleton() - Method in interface pl.edu.icm.unity.engine.api.attributes.AttributeMetadataProvider
 
isSuccessful() - Method in class pl.edu.icm.unity.engine.api.notification.NotificationStatus
 
isSuitableForDirectedEvaluation(AttributeStatement.Direction, String) - Method in class pl.edu.icm.unity.types.basic.AttributeStatement
Checks if the statement can be evaluated in course of recursive evaluation of statements, without procuring (infinite) cycles.
isSuitableForEnquiry() - Method in enum pl.edu.icm.unity.types.registration.RegistrationWrapUpConfig.TriggeringState
 
isSuitableForRegistration() - Method in enum pl.edu.icm.unity.types.registration.RegistrationWrapUpConfig.TriggeringState
 
isSupportingInvalidation() - Method in class pl.edu.icm.unity.engine.api.authn.local.AbstractLocalCredentialVerificatorFactory
 
isSupportingInvalidation() - Method in class pl.edu.icm.unity.engine.api.authn.local.AbstractLocalVerificator
 
isSupportingInvalidation() - Method in interface pl.edu.icm.unity.engine.api.authn.local.LocalCredentialVerificator
 
isSupportingInvalidation() - Method in interface pl.edu.icm.unity.engine.api.authn.local.LocalCredentialVerificatorFactory
 
isSupportingInvalidation() - Method in class pl.edu.icm.unity.types.authn.CredentialType
 
isSupportingTemplates() - Method in class pl.edu.icm.unity.types.basic.NotificationChannelInfo
 
isTargeted() - Method in interface pl.edu.icm.unity.engine.api.identity.IdentityTypeDefinition
 
isTopLevel() - Method in class pl.edu.icm.unity.types.basic.Group
 
isTypeImmutable() - Method in class pl.edu.icm.unity.types.basic.AttributeType
 
isUniqueValues() - Method in class pl.edu.icm.unity.types.basic.AttributeType
 
isUseAllImporters() - Method in class pl.edu.icm.unity.engine.api.userimport.UserImportSpec
 
isUseDescription() - Method in class pl.edu.icm.unity.types.registration.AttributeRegistrationParam
Deprecated.
do not use, the feature is disabled, the attribute type's description is always used, unless in legacy form where it is overridden with a fixed value in the form. The method is left as it may still be used during legacy objects deserialization from JSON.
isUsedOutdatedCredential() - Method in class pl.edu.icm.unity.engine.api.authn.LoginSession
 
isUserVerifiable() - Method in interface pl.edu.icm.unity.engine.api.attributes.AttributeValueSyntax
 
isUsingDynamicGroup() - Method in class pl.edu.icm.unity.types.registration.AttributeRegistrationParam
 
isValidPattern(String) - Static method in class pl.edu.icm.unity.engine.api.registration.GroupPatternMatcher
 
isWanted(Event) - Method in interface pl.edu.icm.unity.engine.api.event.EventListener
This method should perform a fast filtering of uninteresting events.
isWebReady(String) - Static method in class pl.edu.icm.unity.engine.api.files.URIHelper
 
isWebReady(URI) - Static method in class pl.edu.icm.unity.engine.api.files.URIHelper
 

J

JPG - pl.edu.icm.unity.attr.ImageType
 
JsonError - Class in pl.edu.icm.unity.types
Provides serialization of Exception to JSON format.
JsonError() - Constructor for class pl.edu.icm.unity.types.JsonError
 
JsonError(Exception) - Constructor for class pl.edu.icm.unity.types.JsonError
 
JsonError(String, String) - Constructor for class pl.edu.icm.unity.types.JsonError
 
JsonFormatterFacilitiesRegistry - Class in pl.edu.icm.unity.engine.api.utils.json
Maintains a simple registry of available TokenContentsJsonSerializeries.
JsonFormatterFacilitiesRegistry(List<TokenContentsJsonSerializer>) - Constructor for class pl.edu.icm.unity.engine.api.utils.json.JsonFormatterFacilitiesRegistry
 
JsonUtil - Class in pl.edu.icm.unity
Simplifies JSON parsing a little bit
JsonUtil() - Constructor for class pl.edu.icm.unity.JsonUtil
 

K

key - Variable in enum pl.edu.icm.unity.engine.api.utils.MDCKeys
 
key - Variable in class pl.edu.icm.unity.types.basic.GroupProperty
 
KEY - Static variable in class pl.edu.icm.unity.engine.api.session.SessionParticipants
 

L

LARGE_TEXT - pl.edu.icm.unity.types.translation.ActionParameterDefinition.Type
 
LAST_AUTHN_COOKIE - Static variable in class pl.edu.icm.unity.engine.api.authn.LastAuthenticationCookie
 
LastAuthenticationCookie - Class in pl.edu.icm.unity.engine.api.authn
 
LastAuthenticationCookie() - Constructor for class pl.edu.icm.unity.engine.api.authn.LastAuthenticationCookie
 
lastSentTime - Variable in class pl.edu.icm.unity.engine.api.project.ProjectInvitation
 
link - Variable in class pl.edu.icm.unity.engine.api.project.ProjectInvitation
 
LinkableImage - Class in pl.edu.icm.unity.attr
 
LinkableImage(URL, UUID) - Constructor for class pl.edu.icm.unity.attr.LinkableImage
 
LinkableImage(UnityImage, UUID) - Constructor for class pl.edu.icm.unity.attr.LinkableImage
 
listInputProfiles() - Method in interface pl.edu.icm.unity.engine.api.TranslationProfileManagement
 
listKeysCache - Variable in class pl.edu.icm.unity.engine.api.config.UnityPropertiesHelper
 
listOutputProfiles() - Method in interface pl.edu.icm.unity.engine.api.TranslationProfileManagement
 
listTemplates() - Method in interface pl.edu.icm.unity.engine.api.MessageTemplateManagement
 
loadAttributeTypesFromResource(Resource) - Method in interface pl.edu.icm.unity.engine.api.attributes.AttributeTypeSupport
Loads attribute types from resource
loadCertificatesFromConfigFile() - Method in interface pl.edu.icm.unity.engine.api.PKIManagement
 
loadConfigurationFile(String) - Method in interface pl.edu.icm.unity.engine.api.ServerManagement
Load configuration file
Local - pl.edu.icm.unity.engine.api.authn.CredentialVerificator.VerificatorType
 
LOCAL_SIGNUP - pl.edu.icm.unity.types.registration.layout.FormLayoutElement
 
LocalAuthenticationResult - Class in pl.edu.icm.unity.engine.api.authn
This class object is returned by local authenticator with information about authentication result.
LocalAuthenticationResult.NotApplicableResult - Class in pl.edu.icm.unity.engine.api.authn
 
localCredentialName - Variable in class pl.edu.icm.unity.types.authn.AuthenticatorDefinition
 
LocalCredentialsRegistry - Class in pl.edu.icm.unity.engine.api.authn.local
Registry of components which are used to create LocalCredentialVerificators.
LocalCredentialsRegistry(Optional<List<LocalCredentialVerificatorFactory>>) - Constructor for class pl.edu.icm.unity.engine.api.authn.local.LocalCredentialsRegistry
 
LocalCredentialState - Enum in pl.edu.icm.unity.types.authn
State of the local credential initialization for an entity.
LocalCredentialVerificator - Interface in pl.edu.icm.unity.engine.api.authn.local
Verificator of local credentials.
LocalCredentialVerificatorFactory - Interface in pl.edu.icm.unity.engine.api.authn.local
Produces LocalCredentialVerificators of a particular type.
locale - Variable in class pl.edu.icm.unity.engine.api.confirmation.states.BaseEmailConfirmationState
 
LocaleHelper - Class in pl.edu.icm.unity.engine.api.msg
 
LocaleHelper() - Constructor for class pl.edu.icm.unity.engine.api.msg.LocaleHelper
 
LoginMachineDetails() - Constructor for class pl.edu.icm.unity.engine.api.authn.RememberMeToken.LoginMachineDetails
 
LoginMachineDetails(String, String, String) - Constructor for class pl.edu.icm.unity.engine.api.authn.RememberMeToken.LoginMachineDetails
 
LoginSession - Class in pl.edu.icm.unity.engine.api.authn
Represents login session.
LoginSession() - Constructor for class pl.edu.icm.unity.engine.api.authn.LoginSession
 
LoginSession(String, Date, long, long, String, LoginSession.RememberMeInfo, LoginSession.AuthNInfo, LoginSession.AuthNInfo) - Constructor for class pl.edu.icm.unity.engine.api.authn.LoginSession
Constructs a session with relative expiration
LoginSession(String, Date, Date, long, long, String, LoginSession.RememberMeInfo, LoginSession.AuthNInfo, LoginSession.AuthNInfo) - Constructor for class pl.edu.icm.unity.engine.api.authn.LoginSession
Construct a session with absolute expiration.
LoginSession.AuthNInfo - Class in pl.edu.icm.unity.engine.api.authn
 
LoginSession.RememberMeInfo - Class in pl.edu.icm.unity.engine.api.authn
 
LoginToHttpSessionBinder - Interface in pl.edu.icm.unity.engine.api.session
Maintains an association of Unity's LoginSessions with HttpSessions.
logoUrl - Variable in class pl.edu.icm.unity.engine.api.project.SubprojectGroupDelegationConfiguration
 
logoUrl - Variable in class pl.edu.icm.unity.types.basic.GroupDelegationConfiguration
 
logoURL - Variable in class pl.edu.icm.unity.engine.api.finalization.WorkflowFinalizationConfiguration
 
LOGOUT_MODE - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
LogoutProcessor - Interface in pl.edu.icm.unity.engine.api.authn
Performs a logout, including logout of additional session participants, in case of logout initiated directly in Unity.
LogoutProcessorFactory - Interface in pl.edu.icm.unity.engine.api.authn
Factory of LogoutProcessors.
LogRecorder - Class in pl.edu.icm.unity.engine.api.utils
 
LogRecorder(String...) - Constructor for class pl.edu.icm.unity.engine.api.utils.LogRecorder
 

M

MAIL_CONF - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
main(String...) - Static method in class pl.edu.icm.unity.doc.utils.AsciidoctorFormatter
 
MAIN_CREDENTIAL - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
MAIN_TRUSTSTORE - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
mainInformation - Variable in class pl.edu.icm.unity.engine.api.finalization.WorkflowFinalizationConfiguration
 
manager - pl.edu.icm.unity.engine.api.project.GroupAuthorizationRole
 
mandatory - Variable in class pl.edu.icm.unity.engine.api.policyDocument.PolicyDocumentCreateRequest
 
mandatory - Variable in class pl.edu.icm.unity.engine.api.policyDocument.PolicyDocumentWithRevision
 
MANDATORY - pl.edu.icm.unity.types.authn.ExpectedIdentity.IdentityExpectation
 
MandatoryVariablesException(Collection<String>) - Constructor for exception pl.edu.icm.unity.engine.api.msgtemplate.MessageTemplateValidator.MandatoryVariablesException
 
manualAdmin - pl.edu.icm.unity.types.registration.RegistrationContext.TriggeringMode
The form is being filled from the AdminUI
manualAtLogin - pl.edu.icm.unity.types.registration.RegistrationContext.TriggeringMode
User selected registration manually on one of login screens
manualStandalone - pl.edu.icm.unity.types.registration.RegistrationContext.TriggeringMode
User entered a well-known registration form link
MappedAttribute - Class in pl.edu.icm.unity.engine.api.translation.in
MappedAttribute(AttributeEffectMode, Attribute) - Constructor for class pl.edu.icm.unity.engine.api.translation.in.MappedAttribute
 
MappedGroup - Class in pl.edu.icm.unity.engine.api.translation.in
Mapped group: name and flag stating whether it should be created if missing.
MappedGroup(String, GroupEffectMode, String, String) - Constructor for class pl.edu.icm.unity.engine.api.translation.in.MappedGroup
 
MappedIdentity - Class in pl.edu.icm.unity.engine.api.translation.in
MappedIdentity(IdentityEffectMode, IdentityParam, String) - Constructor for class pl.edu.icm.unity.engine.api.translation.in.MappedIdentity
 
mapper - Variable in class pl.edu.icm.unity.engine.api.confirmation.states.BaseEmailConfirmationState
 
MAPPER - Static variable in class pl.edu.icm.unity.Constants
 
MappingResult - Class in pl.edu.icm.unity.engine.api.translation.in
Stores a set of mapping results, produced by one or more translation actions.
MappingResult() - Constructor for class pl.edu.icm.unity.engine.api.translation.in.MappingResult
 
MATCH - pl.edu.icm.unity.engine.api.translation.in.IdentityEffectMode
If an identity is found the remote principal will be mapped to this identity.
matches(String, String) - Static method in class pl.edu.icm.unity.engine.api.registration.GroupPatternMatcher
 
matchesAuthnOption(AuthenticationOptionKey) - Method in class pl.edu.icm.unity.types.authn.AuthenticationOptionsSelector
 
matchesForm(BaseForm) - Method in class pl.edu.icm.unity.types.registration.invite.ComboInvitationParam
 
matchesForm(BaseForm) - Method in class pl.edu.icm.unity.types.registration.invite.EnquiryInvitationParam
 
matchesForm(BaseForm) - Method in class pl.edu.icm.unity.types.registration.invite.InvitationParam
 
matchesForm(BaseForm) - Method in class pl.edu.icm.unity.types.registration.invite.RegistrationInvitationParam
 
MAX_CAPTCHA_LENGTH - Static variable in class pl.edu.icm.unity.types.registration.RegistrationForm
 
MAX_CLASSES_PER_ENTITY - Static variable in class pl.edu.icm.unity.engine.api.attributes.AttributeClassHelper
 
MAX_CONCURRENT_PASSWORD_CHECKS - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
MAX_CONNECTIONS - Static variable in class pl.edu.icm.unity.engine.api.config.UnityHttpServerConfiguration
 
MAX_IDLE_TIME - Static variable in class pl.edu.icm.unity.engine.api.config.UnityHttpServerConfiguration
 
MAX_KEY_LENGTH - Static variable in class pl.edu.icm.unity.types.basic.GroupProperty
 
MAX_KEY_PER_LINE - Static variable in class pl.edu.icm.unity.doc.utils.AsciidoctorFormatter
 
MAX_NAME_LENGTH - Static variable in class pl.edu.icm.unity.types.basic.audit.AuditEvent
 
MAX_REMOTE_AUTHN_TIME_S - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
MAX_THREADS - Static variable in class pl.edu.icm.unity.engine.api.config.UnityHttpServerConfiguration
 
MAX_VALUE_LENGHT - Static variable in class pl.edu.icm.unity.types.basic.GroupProperty
 
mayModifyIdentity() - Method in enum pl.edu.icm.unity.engine.api.translation.in.IdentityEffectMode
 
MDCKeys - Enum in pl.edu.icm.unity.engine.api.utils
 
members - Variable in class pl.edu.icm.unity.types.basic.MultiGroupMembers
 
MEMBERS - pl.edu.icm.unity.types.basic.audit.AuditEventTag
 
MEMBERS - Static variable in class pl.edu.icm.unity.types.basic.GroupContents
 
membersByGroup - Variable in class pl.edu.icm.unity.engine.api.bulk.GroupsWithMembers
 
MEMBERSHIP - pl.edu.icm.unity.types.basic.audit.AuditEventType
 
membershipUpdateEnquiryForm - Variable in class pl.edu.icm.unity.types.basic.GroupDelegationConfiguration
 
merge - pl.edu.icm.unity.types.basic.AttributeStatement.ConflictResolution
In case of conflict, the attribute values resulting from this statement will be added to the values of the existing attribute.
MergeConflictException - Exception in pl.edu.icm.unity.exceptions
Thrown when there is merge conflict which shall be reported
MergeConflictException(String) - Constructor for exception pl.edu.icm.unity.exceptions.MergeConflictException
 
mergeEntities(EntityParam, EntityParam, boolean) - Method in interface pl.edu.icm.unity.engine.api.EntityManagement
Merge the 2nd entity with the first one.
mergeWith(MappingResult) - Method in class pl.edu.icm.unity.engine.api.translation.in.MappingResult
 
mergeWithExisting(MappingResult, EntityParam) - Method in interface pl.edu.icm.unity.engine.api.translation.in.InputTranslationEngine
Merges the information obtained after execution of an input translation profile with a manually specified entity.
Message - Class in pl.edu.icm.unity.engine.api.integration
Message type integration event configuration
Message - Class in pl.edu.icm.unity.msg
Holds information about single message
Message() - Constructor for class pl.edu.icm.unity.msg.Message
 
Message(String, String, MessageType) - Constructor for class pl.edu.icm.unity.types.basic.MessageTemplate.Message
 
Message(String, List<Long>, Set<String>) - Constructor for class pl.edu.icm.unity.engine.api.integration.Message
 
Message(String, Locale, String) - Constructor for class pl.edu.icm.unity.msg.Message
 
MESSAGE - pl.edu.icm.unity.engine.api.integration.IntegrationEvent.EventType
 
MessageArea - Class in pl.edu.icm.unity
 
MessageArea(String, String, boolean) - Constructor for class pl.edu.icm.unity.MessageArea
 
MessageAreaProvider - Interface in pl.edu.icm.unity.msg
 
MessageManagement - Interface in pl.edu.icm.unity.engine.api.msg
Management of messages
messageParams - Variable in class pl.edu.icm.unity.types.registration.invite.InvitationSendData
 
MESSAGES_DIRECTORY - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
MessageSource - Interface in pl.edu.icm.unity
 
messageTemplate - Variable in class pl.edu.icm.unity.engine.api.integration.Message
 
MessageTemplate - Class in pl.edu.icm.unity.types.basic
Wraps notification message template.
MessageTemplate() - Constructor for class pl.edu.icm.unity.types.basic.MessageTemplate
 
MessageTemplate(ObjectNode) - Constructor for class pl.edu.icm.unity.types.basic.MessageTemplate
 
MessageTemplate(String, String, I18nMessage, String, MessageType, String) - Constructor for class pl.edu.icm.unity.types.basic.MessageTemplate
 
MessageTemplate.Message - Class in pl.edu.icm.unity.types.basic
Objects are used to interchange resolved messages, with substituted parameters and fixed locale.
MessageTemplateConsumersRegistry - Class in pl.edu.icm.unity.engine.api.msgtemplate
Maintains a MessageTemplateDefinitions.
MessageTemplateConsumersRegistry(List<MessageTemplateDefinition>) - Constructor for class pl.edu.icm.unity.engine.api.msgtemplate.MessageTemplateConsumersRegistry
 
MessageTemplateManagement - Interface in pl.edu.icm.unity.engine.api
This interface allows clients to manipulate message templates.
MessageTemplateValidator - Class in pl.edu.icm.unity.engine.api.msgtemplate
Helper: checks if given message or text has only variables supported by a template consumer.
MessageTemplateValidator() - Constructor for class pl.edu.icm.unity.engine.api.msgtemplate.MessageTemplateValidator
 
MessageTemplateValidator.IllegalVariablesException - Exception in pl.edu.icm.unity.engine.api.msgtemplate
 
MessageTemplateValidator.MandatoryVariablesException - Exception in pl.edu.icm.unity.engine.api.msgtemplate
 
MessageType - Enum in pl.edu.icm.unity.types.basic
Defines the message content type, used in MessageTemplate, to properly format the information send through notification facilities.
MessageUtils - Class in pl.edu.icm.unity.engine.api.utils
Messages related utilities
MessageUtils() - Constructor for class pl.edu.icm.unity.engine.api.utils.MessageUtils
 
METADATA - Static variable in class pl.edu.icm.unity.types.basic.GroupContents
 
mimeType - Variable in class pl.edu.icm.unity.engine.api.attributes.PublicAttributeContent
 
MIN_GZIP_SIZE - Static variable in class pl.edu.icm.unity.engine.api.config.UnityHttpServerConfiguration
 
MIN_THREADS - Static variable in class pl.edu.icm.unity.engine.api.config.UnityHttpServerConfiguration
 
Mixed - pl.edu.icm.unity.engine.api.authn.CredentialVerificator.VerificatorType
 
MOBILE_CONFIRMATION_REQUEST_LIMIT - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
MobileNumberConfirmationConfiguration - Class in pl.edu.icm.unity.types.confirmation
Mobile number confirmation subsystem configuration entry
MobileNumberConfirmationConfiguration() - Constructor for class pl.edu.icm.unity.types.confirmation.MobileNumberConfirmationConfiguration
 
MobileNumberConfirmationConfiguration(ObjectNode) - Constructor for class pl.edu.icm.unity.types.confirmation.MobileNumberConfirmationConfiguration
 
MobileNumberConfirmationConfiguration(String) - Constructor for class pl.edu.icm.unity.types.confirmation.MobileNumberConfirmationConfiguration
 
MobileNumberConfirmationManager - Interface in pl.edu.icm.unity.engine.api.confirmation
Confirmation manager for mobile number
mode - Variable in class pl.edu.icm.unity.types.registration.URLQueryPrefillConfig
 
month - pl.edu.icm.unity.engine.api.IdpStatisticManagement.GroupBy
 
MultiGroupMembers - Class in pl.edu.icm.unity.types.basic
Provides details about members of multiple groups, with their attributes in each group.
MultiGroupMembers(Collection<Entity>, Map<String, List<MultiGroupMembers.EntityGroupAttributes>>) - Constructor for class pl.edu.icm.unity.types.basic.MultiGroupMembers
 
MultiGroupMembers.EntityGroupAttributes - Class in pl.edu.icm.unity.types.basic
 
multiSelectableAttributes - Variable in class pl.edu.icm.unity.engine.api.idp.CommonIdPProperties.ActiveValueSelectionConfig
 
MVELCompiledExpressionsCache - Class in pl.edu.icm.unity.types.basic
 
MVELCompiledExpressionsCache() - Constructor for class pl.edu.icm.unity.types.basic.MVELCompiledExpressionsCache
 
MVELExpressionContext - Class in pl.edu.icm.unity.engine.api.mvel
 
MVELExpressionContext(String, String, Map<String, String>) - Constructor for class pl.edu.icm.unity.engine.api.mvel.MVELExpressionContext
 
MVELExpressionContext.Builder - Class in pl.edu.icm.unity.engine.api.mvel
 

N

name - Variable in class pl.edu.icm.unity.engine.api.integration.IntegrationEvent
 
name - Variable in class pl.edu.icm.unity.engine.api.integration.IntegrationEventGroup
 
name - Variable in class pl.edu.icm.unity.engine.api.integration.IntegrationEventVariable
 
name - Variable in class pl.edu.icm.unity.engine.api.pki.NamedCertificate
 
name - Variable in class pl.edu.icm.unity.engine.api.policyDocument.PolicyDocumentCreateRequest
 
name - Variable in class pl.edu.icm.unity.engine.api.policyDocument.PolicyDocumentWithRevision
 
name - Variable in class pl.edu.icm.unity.engine.api.project.DelegatedGroupMember
 
name - Variable in class pl.edu.icm.unity.engine.api.project.ProjectRequest
 
name - Variable in class pl.edu.icm.unity.MessageArea
 
name - Variable in class pl.edu.icm.unity.types.DescribedObjectROImpl
 
name(String) - Method in class pl.edu.icm.unity.types.basic.audit.AuditEvent.AuditEventBuilder
 
NAME - Variable in class pl.edu.icm.unity.engine.api.msg.EngineApiMessageAreaProvider
 
NAME - Static variable in class pl.edu.icm.unity.engine.api.utils.json.DefaultJsonFormatterFacility
 
NAME - Static variable in class pl.edu.icm.unity.engine.translation.in.action.IncludeInputProfileActionFactory
 
NAME - Static variable in class pl.edu.icm.unity.engine.translation.out.action.IncludeOutputProfileActionFactory
 
NamedCertificate - Class in pl.edu.icm.unity.engine.api.pki
Represents an certificate with name
NamedCertificate(String, X509Certificate) - Constructor for class pl.edu.icm.unity.engine.api.pki.NamedCertificate
 
NamedObject - Interface in pl.edu.icm.unity.types
Defines method to get object's name.
NetworkServer - Interface in pl.edu.icm.unity.engine.api.server
Provides access to the information of the network server.
NEVER - pl.edu.icm.unity.types.authn.AuthenticationFlowDefinition.Policy
 
newInstance() - Method in class pl.edu.icm.unity.engine.api.authn.AbstractCredentialRetrievalFactory
 
newInstance() - Method in class pl.edu.icm.unity.engine.api.authn.AbstractCredentialVerificatorFactory
 
newInstance() - Method in interface pl.edu.icm.unity.engine.api.authn.CredentialRetrievalFactory
 
newInstance() - Method in interface pl.edu.icm.unity.engine.api.authn.CredentialVerificatorFactory
 
newInstance() - Method in class pl.edu.icm.unity.engine.api.authn.local.AbstractLocalCredentialVerificatorFactory
 
newInstance() - Method in interface pl.edu.icm.unity.engine.api.authn.local.LocalCredentialVerificatorFactory
 
newInstance() - Method in interface pl.edu.icm.unity.engine.api.endpoint.EndpointFactory
 
none - pl.edu.icm.unity.engine.api.IdpStatisticManagement.GroupBy
 
none - pl.edu.icm.unity.engine.api.translation.form.TranslatedRegistrationRequest.AutomaticRequestAction
 
NoOpLoginCounter - Class in pl.edu.icm.unity.engine.api.authn
 
NoOpLoginCounter() - Constructor for class pl.edu.icm.unity.engine.api.authn.NoOpLoginCounter
 
noRedirect - Variable in class pl.edu.icm.unity.engine.api.confirmation.EmailConfirmationRedirectURLBuilder
 
NOT_ACCEPTED - pl.edu.icm.unity.types.policyAgreement.PolicyAgreementAcceptanceStatus
 
NOT_APPLICABLE_ENQUIRY - pl.edu.icm.unity.types.registration.RegistrationWrapUpConfig.TriggeringState
 
notApplicable - pl.edu.icm.unity.engine.api.authn.AuthenticationResult.Status
There was no input for authenticator
notApplicable() - Static method in class pl.edu.icm.unity.engine.api.authn.LocalAuthenticationResult
 
notApplicable() - Static method in class pl.edu.icm.unity.engine.api.authn.RemoteAuthenticationResult
 
NotApplicableResult() - Constructor for class pl.edu.icm.unity.engine.api.authn.LocalAuthenticationResult.NotApplicableResult
 
NotificationChannel - Class in pl.edu.icm.unity.types.basic
Notification channel stores configuration used by a facility to create channel instances.
NotificationChannel() - Constructor for class pl.edu.icm.unity.types.basic.NotificationChannel
 
NotificationChannel(ObjectNode) - Constructor for class pl.edu.icm.unity.types.basic.NotificationChannel
 
NotificationChannel(String, String, String, String) - Constructor for class pl.edu.icm.unity.types.basic.NotificationChannel
 
NotificationChannelInfo - Class in pl.edu.icm.unity.types.basic
Information returned about an installed notification channel
NotificationChannelInfo() - Constructor for class pl.edu.icm.unity.types.basic.NotificationChannelInfo
 
NotificationChannelInfo(ObjectNode) - Constructor for class pl.edu.icm.unity.types.basic.NotificationChannelInfo
 
NotificationChannelInfo(NotificationChannel, boolean) - Constructor for class pl.edu.icm.unity.types.basic.NotificationChannelInfo
 
NotificationProducer - Interface in pl.edu.icm.unity.engine.api.notification
Notification sending facility.
NotificationsManagement - Interface in pl.edu.icm.unity.engine.api
Management and usage of notifications subsystem (email, sms, ...)
NotificationStatus - Class in pl.edu.icm.unity.engine.api.notification
Notification status.
NotificationStatus() - Constructor for class pl.edu.icm.unity.engine.api.notification.NotificationStatus
 
NotificationStatus(Exception) - Constructor for class pl.edu.icm.unity.engine.api.notification.NotificationStatus
 
notNull(JsonNode, String) - Static method in class pl.edu.icm.unity.JsonUtil
 
NotProjectInvitation(String, String) - Constructor for exception pl.edu.icm.unity.engine.api.project.ProjectInvitationsManagement.NotProjectInvitation
 
notSet - pl.edu.icm.unity.types.authn.LocalCredentialState
the credential is not defined
notSubmitted - pl.edu.icm.unity.engine.api.registration.RequestSubmitStatus
 
numberOfSends - Variable in class pl.edu.icm.unity.engine.api.project.ProjectInvitation
 

O

ObjectMapperSpringProvider - Class in pl.edu.icm.unity
Injects ObjectMapper to Spring container
ObjectMapperSpringProvider() - Constructor for class pl.edu.icm.unity.ObjectMapperSpringProvider
 
objectValuesToInternalValues(AttributeValueSyntax<T>, List<T>) - Method in interface pl.edu.icm.unity.engine.api.AttributeValueConverter
 
obtainUserInformationWithEarlyImport(IdentityTaV, String, TranslationProfile, String, Optional<EntityInGroup>, String, String, boolean, PropertiesHelper) - Method in interface pl.edu.icm.unity.engine.api.idp.IdPEngine
Obtains a complete and translated information about entity, authorized to be published.
obtainUserInformationWithEnrichingImport(EntityParam, String, TranslationProfile, String, Optional<EntityInGroup>, String, String, boolean, PropertiesHelper) - Method in interface pl.edu.icm.unity.engine.api.idp.IdPEngine
Obtains a complete and translated information about entity, authorized to be published.
occupiedIdentity - Variable in exception pl.edu.icm.unity.exceptions.IllegalFormContentsException.OccupiedIdentityUsedInRequest
 
OccupiedIdentityUsedInRequest(IdentityParam, int) - Constructor for exception pl.edu.icm.unity.exceptions.IllegalFormContentsException.OccupiedIdentityUsedInRequest
 
of(String) - Static method in enum pl.edu.icm.unity.engine.api.event.EventCategory
 
ON_ACCEPT - pl.edu.icm.unity.types.registration.ConfirmationMode
 
ON_SUBMIT - pl.edu.icm.unity.types.registration.ConfirmationMode
 
onIdpEndpoint - pl.edu.icm.unity.engine.api.translation.form.RegistrationMVELContextKey
 
onlyLoginPermitted - pl.edu.icm.unity.types.basic.EntityState
This state is the same as disabled with one exception: it is possible to authenticate as this entity and what's more, immediately after logging the state is changed to valid.
onSandboxAuthnResult(SandboxAuthnEvent) - Method in interface pl.edu.icm.unity.engine.api.authn.sandbox.SandboxAuthnNotifier.AuthnResultListener
 
open - Variable in class pl.edu.icm.unity.engine.api.project.DelegatedGroup
 
operation - Variable in class pl.edu.icm.unity.engine.api.project.ProjectRequestParam
 
OptionalRegistrationParam - Class in pl.edu.icm.unity.types.registration
Base class of registration parameters which can be set as optional.
OptionalRegistrationParam() - Constructor for class pl.edu.icm.unity.types.registration.OptionalRegistrationParam
 
optionId - Variable in class pl.edu.icm.unity.engine.api.authn.LoginSession.AuthNInfo
 
optionKey - Variable in class pl.edu.icm.unity.types.authn.AuthenticationOptionsSelector
 
outdated - pl.edu.icm.unity.types.authn.LocalCredentialState
the credential is defined but is invalid.
OUTPUT - pl.edu.icm.unity.types.translation.ProfileType
 
OutputTranslationAction - Class in pl.edu.icm.unity.engine.api.translation.out
Base class of all output profile action instances.
OutputTranslationAction(TranslationActionType, String[]) - Constructor for class pl.edu.icm.unity.engine.api.translation.out.OutputTranslationAction
 
OutputTranslationActionFactory - Interface in pl.edu.icm.unity.engine.api.translation.out
Marker interface of factories producing OutputTranslationActions, also narrow down returned types.
OutputTranslationActionsRegistry - Class in pl.edu.icm.unity.engine.api.translation.out
Maintains a simple registry of available OutputTranslationActionFactoryies.
OutputTranslationActionsRegistry(List<OutputTranslationActionFactory>) - Constructor for class pl.edu.icm.unity.engine.api.translation.out.OutputTranslationActionsRegistry
 
OutputTranslationMVELContextKey - Enum in pl.edu.icm.unity.engine.api.translation.out
 
overwrite - pl.edu.icm.unity.types.basic.AttributeStatement.ConflictResolution
In case of conflict result of this statement will overwrite the existing attribute.
ownerEntityId - Variable in class pl.edu.icm.unity.engine.api.confirmation.states.UserEmailConfirmationState
 

P

P - Static variable in class pl.edu.icm.unity.engine.api.config.UnityPKIConfiguration
 
P - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
pageTitle - Variable in class pl.edu.icm.unity.engine.api.finalization.WorkflowFinalizationConfiguration
 
PARAM_CONFIRMED_ELEMENT_NAME - Static variable in class pl.edu.icm.unity.engine.api.confirmation.EmailConfirmationRedirectURLBuilder
 
PARAM_CONFIRMED_ELEMENT_TYPE - Static variable in class pl.edu.icm.unity.engine.api.confirmation.EmailConfirmationRedirectURLBuilder
 
PARAM_CONFIRMED_ELEMENT_VALUE - Static variable in class pl.edu.icm.unity.engine.api.confirmation.EmailConfirmationRedirectURLBuilder
 
PARAM_ERROR_CODE - Static variable in class pl.edu.icm.unity.engine.api.confirmation.EmailConfirmationRedirectURLBuilder
 
PARAM_FORM_ID - Static variable in class pl.edu.icm.unity.engine.api.registration.RegistrationRedirectURLBuilder
 
PARAM_REQUEST_ID - Static variable in class pl.edu.icm.unity.engine.api.registration.RegistrationRedirectURLBuilder
 
PARAM_STATUS - Static variable in class pl.edu.icm.unity.engine.api.confirmation.EmailConfirmationRedirectURLBuilder
 
ParameterRetrievalSettings - Enum in pl.edu.icm.unity.types.registration
Defines in what mode the parameter should be collected
paramName - Variable in class pl.edu.icm.unity.types.registration.URLQueryPrefillConfig
 
parse(byte[]) - Static method in class pl.edu.icm.unity.JsonUtil
 
parse(String) - Static method in class pl.edu.icm.unity.engine.api.config.UnityPropertiesHelper
 
parse(String) - Static method in class pl.edu.icm.unity.JsonUtil
 
parse(String, Class<T>) - Static method in class pl.edu.icm.unity.JsonUtil
 
parseAsAttribute(String, String, List<?>) - Method in interface pl.edu.icm.unity.engine.api.translation.ExternalDataParser
 
parseAsAttribute(AttributeType, String, List<?>, String, String) - Method in interface pl.edu.icm.unity.engine.api.translation.ExternalDataParser
 
parseAsConfirmedAttribute(AttributeType, String, List<?>, String, String) - Method in interface pl.edu.icm.unity.engine.api.translation.ExternalDataParser
 
parseAsConfirmedIdentity(IdentityTypeDefinition, Object, String, String) - Method in interface pl.edu.icm.unity.engine.api.translation.ExternalDataParser
 
parseAsIdentity(String, Object) - Method in interface pl.edu.icm.unity.engine.api.translation.ExternalDataParser
 
parseAsIdentity(IdentityTypeDefinition, Object, String, String) - Method in interface pl.edu.icm.unity.engine.api.translation.ExternalDataParser
 
parseRequestFromJson(ObjectNode) - Method in class pl.edu.icm.unity.types.registration.EnquiryResponseState
 
parseRequestFromJson(ObjectNode) - Method in class pl.edu.icm.unity.types.registration.RegistrationRequestState
 
parseRequestFromJson(ObjectNode) - Method in class pl.edu.icm.unity.types.registration.UserRequestState
 
parseToList(String, Class<T>) - Static method in class pl.edu.icm.unity.JsonUtil
 
parseURI(String) - Static method in class pl.edu.icm.unity.engine.api.files.URIHelper
 
PartialAuthnState - Class in pl.edu.icm.unity.engine.api.authn
Provides information about partial state of authentication.
PartialAuthnState(AuthenticationOptionKey, BindingAuthn, AuthenticationResult, AuthenticationFlow) - Constructor for class pl.edu.icm.unity.engine.api.authn.PartialAuthnState
 
path - Variable in class pl.edu.icm.unity.engine.api.project.DelegatedGroup
 
pattern - Variable in class pl.edu.icm.unity.types.basic.GroupPattern
 
pending - pl.edu.icm.unity.types.registration.RegistrationRequestStatus
 
periodEnd - Variable in class pl.edu.icm.unity.engine.api.idp.statistic.GroupedIdpStatistic.SigInStatistic
 
periodStart - Variable in class pl.edu.icm.unity.engine.api.idp.statistic.GroupedIdpStatistic.SigInStatistic
 
PKI_CONF - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
PKIManagement - Interface in pl.edu.icm.unity.engine.api
Provides access to PKI related stores: credentials, certificates and truststores (validators).
pl.edu.icm.unity - package pl.edu.icm.unity
 
pl.edu.icm.unity.attr - package pl.edu.icm.unity.attr
 
pl.edu.icm.unity.doc.utils - package pl.edu.icm.unity.doc.utils
 
pl.edu.icm.unity.engine.api - package pl.edu.icm.unity.engine.api
The main entry point to engine's functionality.
pl.edu.icm.unity.engine.api.attributes - package pl.edu.icm.unity.engine.api.attributes
 
pl.edu.icm.unity.engine.api.authn - package pl.edu.icm.unity.engine.api.authn
Authentication related API and utilities
pl.edu.icm.unity.engine.api.authn.local - package pl.edu.icm.unity.engine.api.authn.local
Local authentication API and general purpose support classes
pl.edu.icm.unity.engine.api.authn.remote - package pl.edu.icm.unity.engine.api.authn.remote
Remote authentication API
pl.edu.icm.unity.engine.api.authn.sandbox - package pl.edu.icm.unity.engine.api.authn.sandbox
 
pl.edu.icm.unity.engine.api.bulk - package pl.edu.icm.unity.engine.api.bulk
Support for bulk operations: retrieving of mass data at once, that can be reused for obtaining fast results on large amounts of records (e.g.
pl.edu.icm.unity.engine.api.bulkops - package pl.edu.icm.unity.engine.api.bulkops
Entity bulk operations
pl.edu.icm.unity.engine.api.config - package pl.edu.icm.unity.engine.api.config
Configuration of the server
pl.edu.icm.unity.engine.api.confirmation - package pl.edu.icm.unity.engine.api.confirmation
Confirmations API
pl.edu.icm.unity.engine.api.confirmation.states - package pl.edu.icm.unity.engine.api.confirmation.states
Different types of confirmation state which is stored in database.
pl.edu.icm.unity.engine.api.endpoint - package pl.edu.icm.unity.engine.api.endpoint
Endpoint API
pl.edu.icm.unity.engine.api.event - package pl.edu.icm.unity.engine.api.event
Events processing
pl.edu.icm.unity.engine.api.files - package pl.edu.icm.unity.engine.api.files
 
pl.edu.icm.unity.engine.api.finalization - package pl.edu.icm.unity.engine.api.finalization
 
pl.edu.icm.unity.engine.api.home - package pl.edu.icm.unity.engine.api.home
 
pl.edu.icm.unity.engine.api.identity - package pl.edu.icm.unity.engine.api.identity
Identity API
pl.edu.icm.unity.engine.api.idp - package pl.edu.icm.unity.engine.api.idp
IdP-type endpoints support
pl.edu.icm.unity.engine.api.idp.statistic - package pl.edu.icm.unity.engine.api.idp.statistic
 
pl.edu.icm.unity.engine.api.initializers - package pl.edu.icm.unity.engine.api.initializers
Content initializers API.
pl.edu.icm.unity.engine.api.integration - package pl.edu.icm.unity.engine.api.integration
 
pl.edu.icm.unity.engine.api.msg - package pl.edu.icm.unity.engine.api.msg
Message bundles and localization support
pl.edu.icm.unity.engine.api.msgtemplate - package pl.edu.icm.unity.engine.api.msgtemplate
 
pl.edu.icm.unity.engine.api.mvel - package pl.edu.icm.unity.engine.api.mvel
 
pl.edu.icm.unity.engine.api.notification - package pl.edu.icm.unity.engine.api.notification
Notification API
pl.edu.icm.unity.engine.api.pki - package pl.edu.icm.unity.engine.api.pki
 
pl.edu.icm.unity.engine.api.policyAgreement - package pl.edu.icm.unity.engine.api.policyAgreement
 
pl.edu.icm.unity.engine.api.policyDocument - package pl.edu.icm.unity.engine.api.policyDocument
 
pl.edu.icm.unity.engine.api.project - package pl.edu.icm.unity.engine.api.project
 
pl.edu.icm.unity.engine.api.registration - package pl.edu.icm.unity.engine.api.registration
Registration and enquiry public API
pl.edu.icm.unity.engine.api.server - package pl.edu.icm.unity.engine.api.server
Network server related APIs
pl.edu.icm.unity.engine.api.session - package pl.edu.icm.unity.engine.api.session
Unity login session API
pl.edu.icm.unity.engine.api.token - package pl.edu.icm.unity.engine.api.token
Low level tokens management API
pl.edu.icm.unity.engine.api.translation - package pl.edu.icm.unity.engine.api.translation
Generic translation profile interface
pl.edu.icm.unity.engine.api.translation.form - package pl.edu.icm.unity.engine.api.translation.form
Registration translation profile API
pl.edu.icm.unity.engine.api.translation.in - package pl.edu.icm.unity.engine.api.translation.in
Input translation profiles API
pl.edu.icm.unity.engine.api.translation.out - package pl.edu.icm.unity.engine.api.translation.out
Output translation API
pl.edu.icm.unity.engine.api.userimport - package pl.edu.icm.unity.engine.api.userimport
API of the user import subsystem.
pl.edu.icm.unity.engine.api.utils - package pl.edu.icm.unity.engine.api.utils
Misc utilities
pl.edu.icm.unity.engine.api.utils.json - package pl.edu.icm.unity.engine.api.utils.json
 
pl.edu.icm.unity.engine.api.webhook - package pl.edu.icm.unity.engine.api.webhook
 
pl.edu.icm.unity.engine.api.wellknown - package pl.edu.icm.unity.engine.api.wellknown
API related to exposing constant public URLs
pl.edu.icm.unity.engine.translation.in.action - package pl.edu.icm.unity.engine.translation.in.action
 
pl.edu.icm.unity.engine.translation.out.action - package pl.edu.icm.unity.engine.translation.out.action
 
pl.edu.icm.unity.exceptions - package pl.edu.icm.unity.exceptions
 
pl.edu.icm.unity.msg - package pl.edu.icm.unity.msg
 
pl.edu.icm.unity.types - package pl.edu.icm.unity.types
 
pl.edu.icm.unity.types.authn - package pl.edu.icm.unity.types.authn
 
pl.edu.icm.unity.types.basic - package pl.edu.icm.unity.types.basic
 
pl.edu.icm.unity.types.basic.audit - package pl.edu.icm.unity.types.basic.audit
 
pl.edu.icm.unity.types.basic.idpStatistic - package pl.edu.icm.unity.types.basic.idpStatistic
 
pl.edu.icm.unity.types.bulkops - package pl.edu.icm.unity.types.bulkops
Types related to bulk entity operations
pl.edu.icm.unity.types.confirmation - package pl.edu.icm.unity.types.confirmation
 
pl.edu.icm.unity.types.endpoint - package pl.edu.icm.unity.types.endpoint
 
pl.edu.icm.unity.types.policyAgreement - package pl.edu.icm.unity.types.policyAgreement
 
pl.edu.icm.unity.types.registration - package pl.edu.icm.unity.types.registration
 
pl.edu.icm.unity.types.registration.invite - package pl.edu.icm.unity.types.registration.invite
Support for registration by invitation, with one time use registration codes.
pl.edu.icm.unity.types.registration.layout - package pl.edu.icm.unity.types.registration.layout
Defines rendering details of a form.
pl.edu.icm.unity.types.translation - package pl.edu.icm.unity.types.translation
Types related to translation profiles, which are used to modify processing pipelines of Unity.
PLAIN - pl.edu.icm.unity.types.basic.MessageType
 
PNG - pl.edu.icm.unity.attr.ImageType
 
POLICY_AGREEMENT - pl.edu.icm.unity.exceptions.IllegalFormContentsException.Category
 
POLICY_AGREEMENT - pl.edu.icm.unity.types.registration.layout.FormLayoutElement
 
POLICY_AGREEMENT_DOCUMENTS - Static variable in class pl.edu.icm.unity.engine.api.idp.CommonIdPProperties
 
POLICY_AGREEMENT_PRESENTATION_TYPE - Static variable in class pl.edu.icm.unity.engine.api.idp.CommonIdPProperties
 
POLICY_AGREEMENT_TEXT - Static variable in class pl.edu.icm.unity.engine.api.idp.CommonIdPProperties
 
POLICY_AGREEMENTS_INFO - Static variable in class pl.edu.icm.unity.engine.api.idp.CommonIdPProperties
 
POLICY_AGREEMENTS_PFX - Static variable in class pl.edu.icm.unity.engine.api.idp.CommonIdPProperties
 
POLICY_AGREEMENTS_TITLE - Static variable in class pl.edu.icm.unity.engine.api.idp.CommonIdPProperties
 
POLICY_AGREEMENTS_WIDTH - Static variable in class pl.edu.icm.unity.engine.api.idp.CommonIdPProperties
 
POLICY_AGREEMENTS_WIDTH_UNIT - Static variable in class pl.edu.icm.unity.engine.api.idp.CommonIdPProperties
 
PolicyAgreementAcceptanceStatus - Enum in pl.edu.icm.unity.types.policyAgreement
 
PolicyAgreementConfigTextParser - Class in pl.edu.icm.unity.engine.api.policyAgreement
 
PolicyAgreementConfigTextParser() - Constructor for class pl.edu.icm.unity.engine.api.policyAgreement.PolicyAgreementConfigTextParser
 
PolicyAgreementConfigTextParser.DocPlaceholder - Class in pl.edu.icm.unity.engine.api.policyAgreement
 
PolicyAgreementConfiguration - Class in pl.edu.icm.unity.types.policyAgreement
 
PolicyAgreementConfiguration(List<Long>, PolicyAgreementPresentationType, I18nString) - Constructor for class pl.edu.icm.unity.types.policyAgreement.PolicyAgreementConfiguration
 
PolicyAgreementDecision - Class in pl.edu.icm.unity.types.policyAgreement
 
PolicyAgreementDecision(PolicyAgreementAcceptanceStatus, List<Long>) - Constructor for class pl.edu.icm.unity.types.policyAgreement.PolicyAgreementDecision
 
PolicyAgreementManagement - Interface in pl.edu.icm.unity.engine.api.policyAgreement
Policy agreements management API
PolicyAgreementPresentationType - Enum in pl.edu.icm.unity.types.policyAgreement
 
PolicyAgreementState - Class in pl.edu.icm.unity.engine.api.policyAgreement
 
PolicyAgreementState(Long, Integer, PolicyAgreementAcceptanceStatus, Date) - Constructor for class pl.edu.icm.unity.engine.api.policyAgreement.PolicyAgreementState
 
PolicyDocumentCreateRequest - Class in pl.edu.icm.unity.engine.api.policyDocument
 
PolicyDocumentCreateRequest(String, I18nString, boolean, PolicyDocumentContentType, I18nString) - Constructor for class pl.edu.icm.unity.engine.api.policyDocument.PolicyDocumentCreateRequest
 
policyDocumentId - Variable in class pl.edu.icm.unity.engine.api.policyAgreement.PolicyAgreementState
 
PolicyDocumentManagement - Interface in pl.edu.icm.unity.engine.api.policyDocument
Policy documents management API
policyDocumentRevision - Variable in class pl.edu.icm.unity.engine.api.policyAgreement.PolicyAgreementState
 
PolicyDocumentUpdateRequest - Class in pl.edu.icm.unity.engine.api.policyDocument
 
PolicyDocumentUpdateRequest(Long, String, I18nString, boolean, PolicyDocumentContentType, I18nString) - Constructor for class pl.edu.icm.unity.engine.api.policyDocument.PolicyDocumentUpdateRequest
 
PolicyDocumentWithRevision - Class in pl.edu.icm.unity.engine.api.policyDocument
 
PolicyDocumentWithRevision(Long, String, I18nString, boolean, PolicyDocumentContentType, I18nString, int) - Constructor for class pl.edu.icm.unity.engine.api.policyDocument.PolicyDocumentWithRevision
 
POST - pl.edu.icm.unity.engine.api.integration.Webhook.WebhookHttpMethod
 
POST_INIT - pl.edu.icm.unity.engine.api.event.EventCategory
 
PostFillingHandler - Class in pl.edu.icm.unity.engine.api.registration
Controller making decisions on what to do/show after completed registration.
PostFillingHandler(String, List<RegistrationWrapUpConfig>, MessageSource, String, String, boolean) - Constructor for class pl.edu.icm.unity.engine.api.registration.PostFillingHandler
 
postFirstFactorResult - Variable in class pl.edu.icm.unity.engine.api.authn.InteractiveAuthenticationProcessor.PostAuthenticationStepDecision.SecondFactorDetail
 
PRE_INIT - pl.edu.icm.unity.engine.api.event.EventCategory
 
PreferencesManagement - Interface in pl.edu.icm.unity.engine.api
Preferences management API - allows for storing and retrieving user's preferences, useful for example for the web endpoints.
PrefilledEntry<T> - Class in pl.edu.icm.unity.types.registration.invite
Enhanced information about prefilled entry
PrefilledEntry(T, PrefilledEntryMode) - Constructor for class pl.edu.icm.unity.types.registration.invite.PrefilledEntry
 
PrefilledEntryMode - Enum in pl.edu.icm.unity.types.registration.invite
Controls how the pre filled entries are treated
PREFIX - Static variable in class pl.edu.icm.unity.engine.api.config.UnityHttpServerConfiguration
 
prepareCredential(String, String, boolean) - Method in interface pl.edu.icm.unity.engine.api.authn.local.LocalCredentialVerificator
Prepares the credential for DB insertion.
presentationType - Variable in class pl.edu.icm.unity.types.policyAgreement.PolicyAgreementConfiguration
 
PRESET_USER_EXISTS - pl.edu.icm.unity.types.registration.RegistrationWrapUpConfig.TriggeringState
 
printAppErrorPage(Writer, String, String, String, String) - Method in class pl.edu.icm.unity.engine.api.utils.FreemarkerAppHandler
 
printGenericPage(Writer, String, Map<String, String>) - Method in class pl.edu.icm.unity.engine.api.utils.FreemarkerAppHandler
 
privateOnly - pl.edu.icm.unity.types.registration.GroupRegistrationParam.IncludeGroupsMode
 
process(MappingResult) - Method in interface pl.edu.icm.unity.engine.api.translation.in.InputTranslationEngine
Entry point.
processAnswer() - Method in class pl.edu.icm.unity.engine.api.authn.remote.RedirectedAuthnState
 
processConfirmation(String) - Method in interface pl.edu.icm.unity.engine.api.confirmation.EmailConfirmationManager
Process confirmation based on token.
processEnquiryResponse(String, EnquiryResponse, RegistrationRequestAction, String, String) - Method in interface pl.edu.icm.unity.engine.api.EnquiryManagement
Accepts, deletes or rejects a given enquiry response.
processFile(String, String, String, String) - Static method in class pl.edu.icm.unity.doc.utils.AsciidoctorFormatter
 
processFirstFactorResult(AuthenticationResult, AuthenticationStepContext, RememberMeToken.LoginMachineDetails, boolean, HttpServletRequest, HttpServletResponse, InteractiveAuthenticationProcessor.SessionReinitializer) - Method in interface pl.edu.icm.unity.engine.api.authn.InteractiveAuthenticationProcessor
 
processFirstFactorSandboxAuthnResult(SandboxAuthenticationResult, AuthenticationStepContext, RememberMeToken.LoginMachineDetails, HttpServletRequest, SandboxAuthnRouter) - Method in interface pl.edu.icm.unity.engine.api.authn.InteractiveAuthenticationProcessor
 
processPrimaryAuthnResult(AuthenticationResult, AuthenticationFlow, AuthenticationOptionKey) - Method in interface pl.edu.icm.unity.engine.api.authn.AuthenticationProcessor
Starting point: the result of the primary authenticator is verified.
processRegistrationRequest(String, RegistrationRequest, RegistrationRequestAction, String, String) - Method in interface pl.edu.icm.unity.engine.api.RegistrationsManagement
Accepts, deletes or rejects a given registration request.
processRememberedSecondFactor(HttpServletRequest, ServletResponse, long, String, AuthenticationRealm, UnsuccessfulAuthenticationCounter) - Method in interface pl.edu.icm.unity.engine.api.authn.RememberMeProcessor
 
processRememberedWholeAuthn(HttpServletRequest, ServletResponse, String, AuthenticationRealm, UnsuccessfulAuthenticationCounter) - Method in interface pl.edu.icm.unity.engine.api.authn.RememberMeProcessor
 
processRemoteRegistrationResult(AuthenticationResult, AuthenticationStepContext, RememberMeToken.LoginMachineDetails, HttpServletRequest) - Method in interface pl.edu.icm.unity.engine.api.authn.InteractiveAuthenticationProcessor
 
processResponse(RedirectedAuthnState, HttpServletRequest, HttpServletResponse, InteractiveAuthenticationProcessor.SessionReinitializer) - Method in interface pl.edu.icm.unity.engine.api.authn.remote.RemoteAuthnResponseProcessor
 
processSecondFactorResult(PartialAuthnState, AuthenticationResult, AuthenticationStepContext, RememberMeToken.LoginMachineDetails, boolean, HttpServletRequest, HttpServletResponse, InteractiveAuthenticationProcessor.SessionReinitializer) - Method in interface pl.edu.icm.unity.engine.api.authn.InteractiveAuthenticationProcessor
 
processSecondFactorSandboxAuthnResult(PartialAuthnState, SandboxAuthenticationResult, AuthenticationStepContext, RememberMeToken.LoginMachineDetails, HttpServletRequest, SandboxAuthnRouter) - Method in interface pl.edu.icm.unity.engine.api.authn.InteractiveAuthenticationProcessor
 
processStringTemplate(Map<String, Object>, String) - Static method in class pl.edu.icm.unity.engine.api.utils.FreemarkerUtils
 
processTemplate(Configuration, String, Map<String, String>, Writer) - Static method in class pl.edu.icm.unity.engine.api.utils.FreemarkerUtils
 
PROFILE_FAIL_ON_MISSING - Static variable in interface pl.edu.icm.unity.MessageSource
 
PROFILE_PRODUCTION - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
ProfileMode - Enum in pl.edu.icm.unity.types.translation
 
ProfileType - Enum in pl.edu.icm.unity.types.translation
 
project - Variable in class pl.edu.icm.unity.engine.api.project.DelegatedGroupMember
 
project - Variable in class pl.edu.icm.unity.engine.api.project.ProjectInvitationParam
 
project - Variable in class pl.edu.icm.unity.engine.api.project.ProjectRequestParam
 
ProjectInvitation - Class in pl.edu.icm.unity.engine.api.project
Holds information about project invitation.
ProjectInvitation(String, BaseForm, InvitationWithCode, String) - Constructor for class pl.edu.icm.unity.engine.api.project.ProjectInvitation
 
ProjectInvitationParam - Class in pl.edu.icm.unity.engine.api.project
Base data of project invitation parameter
ProjectInvitationParam(String, String, List<String>, boolean, Instant) - Constructor for class pl.edu.icm.unity.engine.api.project.ProjectInvitationParam
 
ProjectInvitationsManagement - Interface in pl.edu.icm.unity.engine.api.project
Internal engine API for project invitations management
ProjectInvitationsManagement.AlreadyMemberException - Exception in pl.edu.icm.unity.engine.api.project
 
ProjectInvitationsManagement.IllegalInvitationException - Exception in pl.edu.icm.unity.engine.api.project
 
ProjectInvitationsManagement.NotProjectInvitation - Exception in pl.edu.icm.unity.engine.api.project
 
ProjectInvitationsManagement.ProjectMisconfiguredException - Exception in pl.edu.icm.unity.engine.api.project
 
ProjectManagementConstants - Class in pl.edu.icm.unity.engine.api.project
Various useful project management related constants
ProjectManagementConstants() - Constructor for class pl.edu.icm.unity.engine.api.project.ProjectManagementConstants
 
ProjectMisconfiguredException(String) - Constructor for exception pl.edu.icm.unity.engine.api.project.ProjectInvitationsManagement.ProjectMisconfiguredException
 
ProjectRequest - Class in pl.edu.icm.unity.engine.api.project
Holds information about project request
ProjectRequest(String, ProjectRequestParam.RequestOperation, RequestType, String, String, VerifiableElementBase, Optional<List<String>>, Instant) - Constructor for class pl.edu.icm.unity.engine.api.project.ProjectRequest
 
ProjectRequestManagement - Interface in pl.edu.icm.unity.engine.api.project
Engine API for project update request management
ProjectRequestParam - Class in pl.edu.icm.unity.engine.api.project
Holds base information about project request
ProjectRequestParam(String, String, ProjectRequestParam.RequestOperation, RequestType) - Constructor for class pl.edu.icm.unity.engine.api.project.ProjectRequestParam
 
ProjectRequestParam.RequestOperation - Enum in pl.edu.icm.unity.engine.api.project
 
projectsAdmin - pl.edu.icm.unity.engine.api.project.GroupAuthorizationRole
 
properties - Variable in class pl.edu.icm.unity.engine.api.endpoint.AbstractEndpoint
 
PropertiesTranslationProfileLoader - Class in pl.edu.icm.unity.engine.api.idp
Retrieve translation profile from properties
PropertiesTranslationProfileLoader() - Constructor for class pl.edu.icm.unity.engine.api.idp.PropertiesTranslationProfileLoader
 
protocol - pl.edu.icm.unity.engine.api.translation.out.OutputTranslationMVELContextKey
 
protocolSubtype - pl.edu.icm.unity.engine.api.translation.out.OutputTranslationMVELContextKey
 
PrototypeComponent - Annotation Type in pl.edu.icm.unity.engine.api.utils
Defines a Spring Component of prototype scope.
PROXY_COUNT - Static variable in class pl.edu.icm.unity.engine.api.config.UnityHttpServerConfiguration
 
PublicAttributeContent - Class in pl.edu.icm.unity.engine.api.attributes
 
PublicAttributeContent(byte[], String) - Constructor for class pl.edu.icm.unity.engine.api.attributes.PublicAttributeContent
 
PublicAttributeInfo - Class in pl.edu.icm.unity.engine.api.attributes
 
PublicAttributeInfo(String) - Constructor for class pl.edu.icm.unity.engine.api.attributes.PublicAttributeInfo
 
PublicAttributeSpec - Interface in pl.edu.icm.unity.engine.api.attributes
Used in conjunction with attribute syntax AttributeValueSyntax.publicExposureSpec() implementation.
PublicAttributeSpec.PublicAttributeContentProvider - Interface in pl.edu.icm.unity.engine.api.attributes
 
publicExposureSpec() - Method in interface pl.edu.icm.unity.engine.api.attributes.AttributeValueSyntax
When non empty all attributes values with this syntax ban can be accessed publicly.
publicOnly - pl.edu.icm.unity.types.registration.GroupRegistrationParam.IncludeGroupsMode
 
PublicRegistrationURLSupport - Interface in pl.edu.icm.unity.engine.api.registration
Defines constants and helper methods used to create public form access URI.
PublicWellKnownURLServletProvider - Interface in pl.edu.icm.unity.engine.api.wellknown
Provides servlet which gives access to public well known-links handler.

R

rattr - pl.edu.icm.unity.engine.api.translation.form.RegistrationMVELContextKey
 
rattrs - pl.edu.icm.unity.engine.api.translation.form.RegistrationMVELContextKey
 
RE_AUTHENTICATION_BLOCK_ON_NONE - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
RE_AUTHENTICATION_GRACE_TIME - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
RE_AUTHENTICATION_POLICY - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
READ_ONLY - pl.edu.icm.unity.types.registration.invite.PrefilledEntryMode
Entry is presented in the form, but becomes read only
READ_ONLY - pl.edu.icm.unity.types.translation.ProfileMode
 
readFileFromWorkspace(String) - Method in interface pl.edu.icm.unity.engine.api.files.FileStorageService
 
readImageURI(URI, String) - Method in interface pl.edu.icm.unity.engine.api.files.URIAccessService
 
readURI(URI) - Method in interface pl.edu.icm.unity.engine.api.files.URIAccessService
 
readURI(URI, String) - Method in interface pl.edu.icm.unity.engine.api.files.URIAccessService
 
realm - Variable in class pl.edu.icm.unity.engine.api.authn.AuthenticatorStepContext
 
realm - Variable in class pl.edu.icm.unity.types.basic.IdentityTaV
 
REALM_BLOCK_AFTER_UNSUCCESSFUL - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
REALM_BLOCK_FOR - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
REALM_DESCRIPTION - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
REALM_MAX_INACTIVITY - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
REALM_NAME - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
REALM_REMEMBER_ME_FOR - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
REALM_REMEMBER_ME_POLICY - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
REALMS - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
RealmsManagement - Interface in pl.edu.icm.unity.engine.api
Authentication realm is a group of endpoints which share the same authentication context: in the first place login session.
recordAdditionalAuthentication(String, AuthenticationOptionKey) - Method in interface pl.edu.icm.unity.engine.api.session.SessionManagement
Records additional re-authentication fact to the session
REDIRECT_MODE - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
redirectAfterTime - Variable in class pl.edu.icm.unity.engine.api.finalization.WorkflowFinalizationConfiguration
 
redirectButtonText - Variable in class pl.edu.icm.unity.engine.api.finalization.WorkflowFinalizationConfiguration
 
RedirectedAuthnState - Class in pl.edu.icm.unity.engine.api.authn.remote
Base class for storing some context information related to external login using a redirect.
RedirectedAuthnState(AuthenticationStepContext, Function<RedirectedAuthnState, AuthenticationResult>, RememberMeToken.LoginMachineDetails, String, AuthenticationTriggeringContext) - Constructor for class pl.edu.icm.unity.engine.api.authn.remote.RedirectedAuthnState
 
RedirectedAuthnState(RedirectedAuthnState) - Constructor for class pl.edu.icm.unity.engine.api.authn.remote.RedirectedAuthnState
 
redirectURL - Variable in class pl.edu.icm.unity.engine.api.finalization.WorkflowFinalizationConfiguration
 
refillCache() - Method in class pl.edu.icm.unity.engine.api.config.UnityPropertiesHelper
 
refreshAuthenticatorsOfCredential(String) - Method in interface pl.edu.icm.unity.engine.api.authn.AuthenticatorSupportService
All authenticators using the provided credential are refreshed.
REG_CODE - pl.edu.icm.unity.types.registration.layout.FormLayoutElement
 
Registration - pl.edu.icm.unity.engine.api.registration.RequestType
 
REGISTRATION - pl.edu.icm.unity.engine.api.confirmation.states.RegistrationEmailConfirmationState.RequestType
 
REGISTRATION - pl.edu.icm.unity.types.registration.FormType
 
REGISTRATION - pl.edu.icm.unity.types.registration.invite.InvitationParam.InvitationType
 
REGISTRATION - pl.edu.icm.unity.types.translation.ProfileType
 
REGISTRATION_FORM - pl.edu.icm.unity.types.translation.ActionParameterDefinition.Type
 
REGISTRATION_VIEW - Static variable in interface pl.edu.icm.unity.engine.api.registration.PublicRegistrationURLSupport
 
RegistrationActionsRegistry - Class in pl.edu.icm.unity.engine.api.translation.form
Maintains a simple registry of available RegistrationTranslationActionFactoryies.
RegistrationActionsRegistry(List<RegistrationTranslationActionFactory>) - Constructor for class pl.edu.icm.unity.engine.api.translation.form.RegistrationActionsRegistry
 
registrationCode - Variable in class pl.edu.icm.unity.engine.api.project.ProjectInvitation
 
RegistrationContext - Class in pl.edu.icm.unity.engine.api.translation.form
 
RegistrationContext - Class in pl.edu.icm.unity.types.registration
Describes registration context, i.e.
RegistrationContext(boolean, RegistrationContext.TriggeringMode) - Constructor for class pl.edu.icm.unity.types.registration.RegistrationContext
 
RegistrationContext(JsonNode) - Constructor for class pl.edu.icm.unity.types.registration.RegistrationContext
 
RegistrationContext(BaseRegistrationInput) - Constructor for class pl.edu.icm.unity.engine.api.translation.form.RegistrationContext
 
RegistrationContext.TriggeringMode - Enum in pl.edu.icm.unity.types.registration
Describes how the registration form was triggered.
RegistrationEmailConfirmationState - Class in pl.edu.icm.unity.engine.api.confirmation.states
Base class for states of confirmation process which are bound to a registration request (as opposite to confirmations associated with an existing user).
RegistrationEmailConfirmationState() - Constructor for class pl.edu.icm.unity.engine.api.confirmation.states.RegistrationEmailConfirmationState
 
RegistrationEmailConfirmationState(String) - Constructor for class pl.edu.icm.unity.engine.api.confirmation.states.RegistrationEmailConfirmationState
 
RegistrationEmailConfirmationState(String, String, String, String, String, RegistrationEmailConfirmationState.RequestType) - Constructor for class pl.edu.icm.unity.engine.api.confirmation.states.RegistrationEmailConfirmationState
 
RegistrationEmailConfirmationState.RequestType - Enum in pl.edu.icm.unity.engine.api.confirmation.states
 
registrationForm - pl.edu.icm.unity.engine.api.translation.form.RegistrationMVELContextKey
 
registrationForm - Variable in class pl.edu.icm.unity.types.basic.GroupDelegationConfiguration
 
RegistrationForm - Class in pl.edu.icm.unity.types.registration
Configuration of a registration form.
RegistrationForm(ObjectNode) - Constructor for class pl.edu.icm.unity.types.registration.RegistrationForm
 
RegistrationFormBuilder - Class in pl.edu.icm.unity.types.registration
Builder of RegistrationForm
RegistrationFormBuilder() - Constructor for class pl.edu.icm.unity.types.registration.RegistrationFormBuilder
 
RegistrationFormBuilder(RegistrationForm) - Constructor for class pl.edu.icm.unity.types.registration.RegistrationFormBuilder
 
RegistrationFormBuilder.RegistrationFormNotificationsBuilder - Class in pl.edu.icm.unity.types.registration
 
RegistrationFormLayouts - Class in pl.edu.icm.unity.types.registration
Holds the information about primary and secondary layouts used in registration form.
RegistrationFormLayouts() - Constructor for class pl.edu.icm.unity.types.registration.RegistrationFormLayouts
 
RegistrationFormNotifications - Class in pl.edu.icm.unity.types.registration
Configuration of the notifications which should be sent when form's requests are submitted or processed.
RegistrationFormNotifications() - Constructor for class pl.edu.icm.unity.types.registration.RegistrationFormNotifications
 
RegistrationFormNotificationsBuilder(RegistrationFormNotifications, RegistrationFormBuilder) - Constructor for class pl.edu.icm.unity.types.registration.RegistrationFormBuilder.RegistrationFormNotificationsBuilder
 
RegistrationFormTranslationActionGenerator - Interface in pl.edu.icm.unity.engine.api.translation.form
Generator for registration translation action
RegistrationInvitationParam - Class in pl.edu.icm.unity.types.registration.invite
 
RegistrationInvitationParam(ObjectNode) - Constructor for class pl.edu.icm.unity.types.registration.invite.RegistrationInvitationParam
 
RegistrationInvitationParam(String, Instant) - Constructor for class pl.edu.icm.unity.types.registration.invite.RegistrationInvitationParam
 
RegistrationInvitationParam(String, Instant, String) - Constructor for class pl.edu.icm.unity.types.registration.invite.RegistrationInvitationParam
 
RegistrationInvitationParam.Builder - Class in pl.edu.icm.unity.types.registration.invite
 
RegistrationMVELContextKey - Enum in pl.edu.icm.unity.engine.api.translation.form
 
RegistrationParam - Class in pl.edu.icm.unity.types.registration
Base class of registration parameters
RegistrationParam() - Constructor for class pl.edu.icm.unity.types.registration.RegistrationParam
 
RegistrationRedirectURLBuilder - Class in pl.edu.icm.unity.engine.api.registration
Creates redirect URL which shall be used in certain situations after registration request submission or confirmation of request's email.
RegistrationRedirectURLBuilder(String, String, String, RegistrationRedirectURLBuilder.Status) - Constructor for class pl.edu.icm.unity.engine.api.registration.RegistrationRedirectURLBuilder
 
RegistrationRedirectURLBuilder(String, String, String, RegistrationWrapUpConfig.TriggeringState) - Constructor for class pl.edu.icm.unity.engine.api.registration.RegistrationRedirectURLBuilder
 
RegistrationRedirectURLBuilder.Status - Enum in pl.edu.icm.unity.engine.api.registration
 
RegistrationReqEmailAttribiuteConfirmationState - Class in pl.edu.icm.unity.engine.api.confirmation.states
Contains necessary informations used during the confirmation a attribute in registration request
RegistrationReqEmailAttribiuteConfirmationState(String) - Constructor for class pl.edu.icm.unity.engine.api.confirmation.states.RegistrationReqEmailAttribiuteConfirmationState
 
RegistrationReqEmailAttribiuteConfirmationState(String, String, String, String, String, RegistrationEmailConfirmationState.RequestType) - Constructor for class pl.edu.icm.unity.engine.api.confirmation.states.RegistrationReqEmailAttribiuteConfirmationState
 
RegistrationReqEmailIdentityConfirmationState - Class in pl.edu.icm.unity.engine.api.confirmation.states
Contains necessary informations used during the confirmation a identity in registration request
RegistrationReqEmailIdentityConfirmationState(String) - Constructor for class pl.edu.icm.unity.engine.api.confirmation.states.RegistrationReqEmailIdentityConfirmationState
 
RegistrationReqEmailIdentityConfirmationState(String, String, String, String, RegistrationEmailConfirmationState.RequestType) - Constructor for class pl.edu.icm.unity.engine.api.confirmation.states.RegistrationReqEmailIdentityConfirmationState
 
RegistrationRequest - Class in pl.edu.icm.unity.types.registration
Registration request, tied to a registration form contains data collected during registration process.
RegistrationRequest() - Constructor for class pl.edu.icm.unity.types.registration.RegistrationRequest
 
RegistrationRequest(ObjectNode) - Constructor for class pl.edu.icm.unity.types.registration.RegistrationRequest
 
RegistrationRequestAction - Enum in pl.edu.icm.unity.types.registration
Action related to a registration request.
RegistrationRequestBuilder - Class in pl.edu.icm.unity.types.registration
RegistrationRequestBuilder() - Constructor for class pl.edu.icm.unity.types.registration.RegistrationRequestBuilder
 
RegistrationRequestState - Class in pl.edu.icm.unity.types.registration
Specialization of UserRequestState for RegistrationRequests.
RegistrationRequestState() - Constructor for class pl.edu.icm.unity.types.registration.RegistrationRequestState
 
RegistrationRequestState(ObjectNode) - Constructor for class pl.edu.icm.unity.types.registration.RegistrationRequestState
 
RegistrationRequestStatus - Enum in pl.edu.icm.unity.types.registration
Status of registration request
RegistrationsManagement - Interface in pl.edu.icm.unity.engine.api
Registrations support: forms, submissions of requests and their processing.
RegistrationTranslationAction - Class in pl.edu.icm.unity.engine.api.translation.form
Base of all actions operating on a contents of a registration request submitted by a prospective user.
RegistrationTranslationAction(TranslationActionType, String[]) - Constructor for class pl.edu.icm.unity.engine.api.translation.form.RegistrationTranslationAction
 
RegistrationTranslationActionFactory - Interface in pl.edu.icm.unity.engine.api.translation.form
Marker interface of the factories producing registration actions.
registrationTriggeredAuthn(RegistrationForm, String, AuthenticationOptionKey) - Static method in class pl.edu.icm.unity.engine.api.authn.remote.AuthenticationTriggeringContext
 
RegistrationWrapUpConfig - Class in pl.edu.icm.unity.types.registration
Configuration of behavior that can happen in various cases of registration finish.
RegistrationWrapUpConfig() - Constructor for class pl.edu.icm.unity.types.registration.RegistrationWrapUpConfig
 
RegistrationWrapUpConfig(RegistrationWrapUpConfig.TriggeringState) - Constructor for class pl.edu.icm.unity.types.registration.RegistrationWrapUpConfig
 
RegistrationWrapUpConfig(RegistrationWrapUpConfig.TriggeringState, I18nString, I18nString, I18nString, boolean, String, Duration) - Constructor for class pl.edu.icm.unity.types.registration.RegistrationWrapUpConfig
 
RegistrationWrapUpConfig.TriggeringState - Enum in pl.edu.icm.unity.types.registration
 
regular - pl.edu.icm.unity.engine.api.project.GroupAuthorizationRole
 
reinitialize() - Method in interface pl.edu.icm.unity.engine.api.authn.InteractiveAuthenticationProcessor.SessionReinitializer
 
reject - pl.edu.icm.unity.engine.api.translation.form.TranslatedRegistrationRequest.AutomaticRequestAction
 
reject - pl.edu.icm.unity.types.registration.RegistrationRequestAction
 
rejected - pl.edu.icm.unity.types.registration.RegistrationRequestStatus
 
RelayedAuthnState - Class in pl.edu.icm.unity.engine.api.authn.remote
Base class for storing some context information related to external login using relay state.
RelayedAuthnState() - Constructor for class pl.edu.icm.unity.engine.api.authn.remote.RelayedAuthnState
 
RelayedAuthnState(String, Date) - Constructor for class pl.edu.icm.unity.engine.api.authn.remote.RelayedAuthnState
 
relevantEnquiryForms - Variable in class pl.edu.icm.unity.engine.api.bulk.EntityInGroupData
 
RELOAD_MSG_TEMPLATES - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
reloadConfig() - Method in interface pl.edu.icm.unity.engine.api.ServerManagement
Reload main configuration file if changed
reloadFromConfiguration(Set<String>) - Method in interface pl.edu.icm.unity.engine.api.MessageTemplateManagement
 
remain - Variable in class pl.edu.icm.unity.engine.api.registration.RequestedGroupDiff
 
remainingAttributes - Variable in class pl.edu.icm.unity.engine.api.idp.CommonIdPProperties.ActiveValueSelectionConfig
 
REMEMBER_ME_TOKEN_TYPE - Static variable in interface pl.edu.icm.unity.engine.api.authn.RememberMeProcessor
 
RememberMeInfo(boolean, boolean) - Constructor for class pl.edu.icm.unity.engine.api.authn.LoginSession.RememberMeInfo
 
RememberMePolicy - Enum in pl.edu.icm.unity.types.authn
Defines how to remeberinging the user's login
RememberMeProcessor - Interface in pl.edu.icm.unity.engine.api.authn
 
rememberMeSet - Variable in class pl.edu.icm.unity.engine.api.authn.remote.AuthenticationTriggeringContext
 
RememberMeToken - Class in pl.edu.icm.unity.engine.api.authn
Contains information used by remember me functionality
RememberMeToken() - Constructor for class pl.edu.icm.unity.engine.api.authn.RememberMeToken
 
RememberMeToken(long, RememberMeToken.LoginMachineDetails, Date, AuthenticationOptionKey, AuthenticationOptionKey, byte[], RememberMePolicy) - Constructor for class pl.edu.icm.unity.engine.api.authn.RememberMeToken
 
RememberMeToken.LoginMachineDetails - Class in pl.edu.icm.unity.engine.api.authn
 
Remote - pl.edu.icm.unity.engine.api.authn.CredentialVerificator.VerificatorType
 
REMOTE_SIGNUP - pl.edu.icm.unity.types.registration.layout.FormLayoutElement
 
REMOTE_SIGNUP_GRID - pl.edu.icm.unity.types.registration.layout.FormLayoutElement
 
RemoteAttribute - Class in pl.edu.icm.unity.engine.api.authn.remote
Generic representation of a remotely obtained attribute.
RemoteAttribute(String, Object...) - Constructor for class pl.edu.icm.unity.engine.api.authn.remote.RemoteAttribute
 
RemoteAuthenticationContextManagement<T extends RelayedAuthnState> - Class in pl.edu.icm.unity.engine.api.authn.remote
Maintains a map of remote authentication contexts matched by some string key.
RemoteAuthenticationContextManagement(Duration) - Constructor for class pl.edu.icm.unity.engine.api.authn.remote.RemoteAuthenticationContextManagement
 
RemoteAuthenticationContextManagement(Duration, Duration) - Constructor for class pl.edu.icm.unity.engine.api.authn.remote.RemoteAuthenticationContextManagement
 
RemoteAuthenticationContextManagement.UnboundRelayStateException - Exception in pl.edu.icm.unity.engine.api.authn.remote
 
RemoteAuthenticationException - Exception in pl.edu.icm.unity.engine.api.authn
Thrown on authentication problem.
RemoteAuthenticationException(String) - Constructor for exception pl.edu.icm.unity.engine.api.authn.RemoteAuthenticationException
 
RemoteAuthenticationException(String, Exception) - Constructor for exception pl.edu.icm.unity.engine.api.authn.RemoteAuthenticationException
 
RemoteAuthenticationResult - Class in pl.edu.icm.unity.engine.api.authn
This class object is returned by authenticator with information about authentication result.
RemoteAuthenticationResult(RemoteAuthenticationResult) - Constructor for class pl.edu.icm.unity.engine.api.authn.RemoteAuthenticationResult
 
RemoteAuthenticationResult.RemoteErrorResult - Class in pl.edu.icm.unity.engine.api.authn
 
RemoteAuthenticationResult.RemoteSuccessResult - Class in pl.edu.icm.unity.engine.api.authn
 
RemoteAuthenticationResult.UnknownRemotePrincipalResult - Class in pl.edu.icm.unity.engine.api.authn
 
RemoteAuthnResponseProcessor - Interface in pl.edu.icm.unity.engine.api.authn.remote
Process remotely obtained authentication data (RedirectedAuthnState), to obtain the final decision.
RemoteAuthnResultTranslator - Interface in pl.edu.icm.unity.engine.api.authn.remote
Processes RemotelyAuthenticatedInput by applying a translation profile to it and returns RemotelyAuthenticatedPrincipal or AuthenticationResult depending whether caller wants to have a possibility to postprocess the translation profile output or not.
RemoteGroupMembership - Class in pl.edu.icm.unity.engine.api.authn.remote
Represents a remote group membership
RemoteGroupMembership(String) - Constructor for class pl.edu.icm.unity.engine.api.authn.remote.RemoteGroupMembership
 
RemoteIdentity - Class in pl.edu.icm.unity.engine.api.authn.remote
Represents a remote identity
RemoteIdentity(String, String) - Constructor for class pl.edu.icm.unity.engine.api.authn.remote.RemoteIdentity
 
RemoteInformationBase - Class in pl.edu.icm.unity.engine.api.authn.remote
Generic representation of a remotely obtained information, used for subclassing.
RemoteInformationBase(String) - Constructor for class pl.edu.icm.unity.engine.api.authn.remote.RemoteInformationBase
 
RemotelyAuthenticatedInput - Class in pl.edu.icm.unity.engine.api.authn.remote
Holds a raw information obtained from an upstream IdP.
RemotelyAuthenticatedInput(String) - Constructor for class pl.edu.icm.unity.engine.api.authn.remote.RemotelyAuthenticatedInput
 
RemotelyAuthenticatedPrincipal - Class in pl.edu.icm.unity.engine.api.authn.remote
Holds information about a user which was obtained and verified by a remote upstream IdP.
RemotelyAuthenticatedPrincipal(String, String) - Constructor for class pl.edu.icm.unity.engine.api.authn.remote.RemotelyAuthenticatedPrincipal
 
remotePrincipal - Variable in class pl.edu.icm.unity.engine.api.authn.RemoteAuthenticationResult.RemoteErrorResult
 
remotePrincipal - Variable in class pl.edu.icm.unity.engine.api.authn.RemoteAuthenticationResult.RemoteSuccessResult
 
remotePrincipal - Variable in class pl.edu.icm.unity.engine.api.authn.RemoteAuthenticationResult.UnknownRemotePrincipalResult
 
RemoteSandboxAuthnContext - Class in pl.edu.icm.unity.engine.api.authn.remote
Stores full information on the remote sandboxed authentication.
RemoteSuccessResult(AuthenticatedEntity, RemotelyAuthenticatedPrincipal) - Constructor for class pl.edu.icm.unity.engine.api.authn.RemoteAuthenticationResult.RemoteSuccessResult
 
REMOVE - pl.edu.icm.unity.types.basic.audit.AuditEventAction
 
REMOVE - pl.edu.icm.unity.types.basic.EntityScheduledOperation
 
removeAttribute(Attribute) - Method in class pl.edu.icm.unity.engine.api.translation.form.TranslatedRegistrationRequest
 
removeAttribute(EntityParam, String, String) - Method in interface pl.edu.icm.unity.engine.api.AttributesManagement
Removes a given attribute
removeAttributeClass(String) - Method in interface pl.edu.icm.unity.engine.api.AttributeClassManagement
Removes attribute class
removeAttributesByMatch(Pattern) - Method in class pl.edu.icm.unity.engine.api.translation.out.TranslationResult
 
removeAttributesByName(String) - Method in class pl.edu.icm.unity.engine.api.translation.out.TranslationResult
 
removeAttributesToPersistByMatch(Pattern) - Method in class pl.edu.icm.unity.engine.api.translation.out.TranslationResult
 
removeAttributesToPersistByName(String) - Method in class pl.edu.icm.unity.engine.api.translation.out.TranslationResult
 
removeAttributeType(String, boolean) - Method in interface pl.edu.icm.unity.engine.api.AttributeTypeManagement
Removes attribute type by id.
removeAuthenticationFlow(String) - Method in interface pl.edu.icm.unity.engine.api.AuthenticationFlowManagement
Removes an existing authentication flow.
removeAuthenticator(String) - Method in interface pl.edu.icm.unity.engine.api.AuthenticatorManagement
Removes an existing authenticator.
removeCertificate(String) - Method in interface pl.edu.icm.unity.engine.api.PKIManagement
Removes a given certificate
removeCredentialDefinition(String) - Method in interface pl.edu.icm.unity.engine.api.CredentialManagement
Removes the given credential definition.
removeCredentialRequirement(String, String) - Method in interface pl.edu.icm.unity.engine.api.CredentialRequirementManagement
Removes the given credential set definition.
removeEndpoint(String) - Method in interface pl.edu.icm.unity.engine.api.EndpointManagement
Removes endpoint with given name
removeEnquiry(String, boolean) - Method in interface pl.edu.icm.unity.engine.api.EnquiryManagement
Remove an existing enquiry form.
removeEnquiryWithoutDependencyChecking(String) - Method in interface pl.edu.icm.unity.engine.api.EnquiryManagement
Remove an existing enquiry form with no dependency checking
removeEntity(EntityParam) - Method in interface pl.edu.icm.unity.engine.api.EntityManagement
 
removeEventListener(EventListener) - Method in interface pl.edu.icm.unity.engine.api.event.EventListenersManagement
 
removeForm(String, boolean) - Method in interface pl.edu.icm.unity.engine.api.RegistrationsManagement
Remove an existing registration form.
removeFormWithoutDependencyChecking(String) - Method in interface pl.edu.icm.unity.engine.api.RegistrationsManagement
Remove an existing registration form with no dependency checking
removeGroup(String, boolean) - Method in interface pl.edu.icm.unity.engine.api.GroupsManagement
Removes a given group.
removeGroup(String, String) - Method in interface pl.edu.icm.unity.engine.api.project.DelegatedGroupManagement
Removes group
removeIdentity(IdentityParam) - Method in class pl.edu.icm.unity.engine.api.translation.form.TranslatedRegistrationRequest
 
removeIdentity(IdentityTaV) - Method in interface pl.edu.icm.unity.engine.api.EntityManagement
Deletes identity.
removeIdentityByType(String) - Method in class pl.edu.icm.unity.engine.api.translation.out.TranslationResult
 
removeIdentityByTypeAndValueMatch(String, Pattern) - Method in class pl.edu.icm.unity.engine.api.translation.out.TranslationResult
 
removeIdentityToPersistByType(String) - Method in class pl.edu.icm.unity.engine.api.translation.out.TranslationResult
 
removeIdentityToPersistByTypeAndValueMatch(String, Pattern) - Method in class pl.edu.icm.unity.engine.api.translation.out.TranslationResult
 
removeInvitation(String) - Method in interface pl.edu.icm.unity.engine.api.InvitationManagement
Removes a single invitation
removeInvitation(String, String) - Method in interface pl.edu.icm.unity.engine.api.project.ProjectInvitationsManagement
Removes a single invitation
removeListener(SandboxAuthnNotifier.AuthnResultListener) - Method in interface pl.edu.icm.unity.engine.api.authn.sandbox.SandboxAuthnNotifier
 
removeLoginSession(String, boolean) - Method in interface pl.edu.icm.unity.engine.api.session.LoginToHttpSessionBinder
 
removeMember(String, EntityParam) - Method in interface pl.edu.icm.unity.engine.api.GroupsManagement
Removes from the group and all subgroups if the user is in any.
removeMemberFromGroup(String, String, long) - Method in interface pl.edu.icm.unity.engine.api.project.DelegatedGroupManagement
Removes from the group and all subgroups if the user is in any.
removeMembership(String) - Method in class pl.edu.icm.unity.engine.api.translation.form.TranslatedRegistrationRequest
 
removeMessage(String) - Method in interface pl.edu.icm.unity.engine.api.msg.MessageManagement
 
removeMessage(String, Locale) - Method in interface pl.edu.icm.unity.engine.api.msg.MessageManagement
 
removeNotificationChannel(String) - Method in interface pl.edu.icm.unity.engine.api.NotificationsManagement
Removes a specified channel.
removeParticipant(SessionParticipant) - Method in class pl.edu.icm.unity.engine.api.session.SessionParticipants
 
removePendingStickyRequest(String, EntityParam) - Method in interface pl.edu.icm.unity.engine.api.EnquiryManagement
 
removePolicyDocument(long) - Method in interface pl.edu.icm.unity.engine.api.policyDocument.PolicyDocumentManagement
Removes policy document by given id
removePreference(EntityParam, String) - Method in interface pl.edu.icm.unity.engine.api.PreferencesManagement
Removes the given preference.
removeProfile(ProfileType, String) - Method in interface pl.edu.icm.unity.engine.api.TranslationProfileManagement
 
removeProject(String, String) - Method in interface pl.edu.icm.unity.engine.api.project.DelegatedGroupManagement
Removes subproject
removeRealm(String) - Method in interface pl.edu.icm.unity.engine.api.RealmsManagement
Remove realm
removeRememberMeWithWholeAuthn(String, HttpServletRequest, HttpServletResponse) - Method in interface pl.edu.icm.unity.engine.api.authn.RememberMeProcessor
 
removeScheduledRule(String) - Method in interface pl.edu.icm.unity.engine.api.BulkProcessingManagement
 
removeSession(String, boolean) - Method in interface pl.edu.icm.unity.engine.api.session.SessionManagement
Removes a given session.
removeTags(String) - Static method in class pl.edu.icm.unity.types.basic.VerifiableEmail
 
removeTemplate(String) - Method in interface pl.edu.icm.unity.engine.api.MessageTemplateManagement
 
removeToken(String, String) - Method in interface pl.edu.icm.unity.engine.api.token.SecuredTokensManagement
User with "System Manager" authorization role can remove all tokens.
removeToken(String, String) - Method in interface pl.edu.icm.unity.engine.api.token.TokensManagement
Removes the token
renameParent(String, String, String) - Static method in class pl.edu.icm.unity.types.basic.Group
Changes part of this group path, when parent group is renamed.
replace(String, String) - Method in class pl.edu.icm.unity.types.I18nString
 
reportStatus(String, String, IdpStatistic.Status) - Method in class pl.edu.icm.unity.engine.api.idp.statistic.IdpStatisticReporter
 
REQUESTED_MANDATORY - pl.edu.icm.unity.types.registration.EnquiryForm.EnquiryType
 
REQUESTED_OPTIONAL - pl.edu.icm.unity.types.registration.EnquiryForm.EnquiryType
 
RequestedGroupDiff - Class in pl.edu.icm.unity.engine.api.registration
Group membership change request sliced into three groups: unchanged groups, added groups and removed groups
RequestedGroupDiff(Set<String>, Set<String>, Set<String>) - Constructor for class pl.edu.icm.unity.engine.api.registration.RequestedGroupDiff
 
requestedTime - Variable in class pl.edu.icm.unity.engine.api.project.ProjectRequest
 
requester - pl.edu.icm.unity.engine.api.translation.out.OutputTranslationMVELContextKey
 
requesterAttr - pl.edu.icm.unity.engine.api.translation.out.OutputTranslationMVELContextKey
 
requesterAttrObj - pl.edu.icm.unity.engine.api.translation.out.OutputTranslationMVELContextKey
 
requesterAttrs - pl.edu.icm.unity.engine.api.translation.out.OutputTranslationMVELContextKey
 
requestId - pl.edu.icm.unity.engine.api.translation.form.RegistrationMVELContextKey
 
requestId - Variable in class pl.edu.icm.unity.engine.api.confirmation.states.RegistrationEmailConfirmationState
 
RequestSubmitStatus - Enum in pl.edu.icm.unity.engine.api.registration
 
requestType - Variable in class pl.edu.icm.unity.engine.api.confirmation.states.RegistrationEmailConfirmationState
 
RequestType - Enum in pl.edu.icm.unity.engine.api.registration
 
REQUIRE - pl.edu.icm.unity.types.authn.AuthenticationFlowDefinition.Policy
 
REQUIRE_CLIENT_AUTHN - Static variable in class pl.edu.icm.unity.engine.api.config.UnityHttpServerConfiguration
 
REQUIRE_EXISTING_GROUP - pl.edu.icm.unity.engine.api.translation.in.GroupEffectMode
If the target group is missing translation will fail.
REQUIRE_EXISTING_SESSION - pl.edu.icm.unity.engine.api.authn.AuthenticationPolicy
 
REQUIRE_MATCH - pl.edu.icm.unity.engine.api.translation.in.IdentityEffectMode
The remote principal must exist in the local database, and will be mapped to it.
requiresRedirect() - Method in interface pl.edu.icm.unity.engine.api.authn.CredentialRetrieval
 
requiresUpdate(AttributeType) - Method in interface pl.edu.icm.unity.engine.api.attributes.SystemAttributesProvider
 
resetDatabase() - Method in interface pl.edu.icm.unity.engine.api.ServerManagement
Removes the whole contents of the database and initializes it from scratch.
resetIdentity(EntityParam, String, String, String) - Method in interface pl.edu.icm.unity.engine.api.EntityManagement
Reset a possibly targeted value of a dynamic identity.
ResolvableError(String, Object...) - Constructor for class pl.edu.icm.unity.engine.api.authn.AuthenticationResult.ResolvableError
 
resolveAuthenticationFlows(List<String>, String) - Method in interface pl.edu.icm.unity.engine.api.authn.AuthenticatorSupportService
 
ResolvedEndpoint - Class in pl.edu.icm.unity.types.endpoint
Enriches Endpoint with data which is derived from that object, but is handy to be stored in a resolved way: full AuthenticationRealm and EndpointTypeDescription are added.
ResolvedEndpoint() - Constructor for class pl.edu.icm.unity.types.endpoint.ResolvedEndpoint
 
ResolvedEndpoint(Endpoint, AuthenticationRealm, EndpointTypeDescription) - Constructor for class pl.edu.icm.unity.types.endpoint.ResolvedEndpoint
 
resolveEntity(long, String) - Method in interface pl.edu.icm.unity.engine.api.identity.IdentityResolver
Provides information about entity including its credential
resolveIdentity(String, String[], String) - Method in interface pl.edu.icm.unity.engine.api.identity.IdentityResolver
Resolves an identity for performing authentication.
resolveIdentity(String, String[], String, String) - Method in interface pl.edu.icm.unity.engine.api.identity.IdentityResolver
Simple version that only resolves, but doesn't establish any local credential.
resolveMappedIdentity(MappedIdentity) - Method in interface pl.edu.icm.unity.engine.api.translation.in.InputTranslationEngine
 
resolveSubject(AuthenticationSubject, String) - Method in interface pl.edu.icm.unity.engine.api.identity.IdentityResolver
Provides information about subject including its credential
resolveSubject(AuthenticationSubject, String[], String) - Method in interface pl.edu.icm.unity.engine.api.identity.IdentityResolver
Provides information about subject including its credential
resovle(MessageSource) - Method in class pl.edu.icm.unity.engine.api.authn.AuthenticationResult.ResolvableError
 
RESTRICT_FILE_SYSTEM_ACCESS - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
revision - Variable in class pl.edu.icm.unity.engine.api.policyDocument.PolicyDocumentWithRevision
 
rgroups - pl.edu.icm.unity.engine.api.translation.form.RegistrationMVELContextKey
 
ridsByType - pl.edu.icm.unity.engine.api.translation.form.RegistrationMVELContextKey
 
ridsByTypeObj - pl.edu.icm.unity.engine.api.translation.form.RegistrationMVELContextKey
 
role - Variable in class pl.edu.icm.unity.engine.api.project.DelegatedGroupMember
 
rootAttributesByName - Variable in class pl.edu.icm.unity.engine.api.bulk.EntityInGroupData
 
RoutingServlet - Class in pl.edu.icm.unity.engine.api.utils
Simple routing (dispatching) servlet.
RoutingServlet(String) - Constructor for class pl.edu.icm.unity.engine.api.utils.RoutingServlet
 
RuntimeEngineException - Exception in pl.edu.icm.unity.exceptions
Unchecked engine exception, used mainly in scenarios where spring cannot handle checked exceptions e.g.
RuntimeEngineException(String) - Constructor for exception pl.edu.icm.unity.exceptions.RuntimeEngineException
 
RuntimeEngineException(String, EngineException) - Constructor for exception pl.edu.icm.unity.exceptions.RuntimeEngineException
 
RuntimeEngineException(EngineException) - Constructor for exception pl.edu.icm.unity.exceptions.RuntimeEngineException
 

S

safeGetRealm() - Static method in class pl.edu.icm.unity.engine.api.authn.InvocationContext
 
safeLocaleDecode(String) - Static method in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
sameOrigin - pl.edu.icm.unity.engine.api.config.UnityHttpServerConfiguration.XFrameOptions
 
SandboxAuthenticationResult - Class in pl.edu.icm.unity.engine.api.authn.sandbox
 
SandboxAuthenticationResult(AuthenticationResult, SandboxAuthnContext) - Constructor for class pl.edu.icm.unity.engine.api.authn.sandbox.SandboxAuthenticationResult
 
SandboxAuthnContext - Interface in pl.edu.icm.unity.engine.api.authn.sandbox
 
SandboxAuthnEvent - Class in pl.edu.icm.unity.engine.api.authn.sandbox
Event that provides details of a finished sandbox authentication.
SandboxAuthnEvent(SandboxAuthnContext, AuthenticatedEntity, String) - Constructor for class pl.edu.icm.unity.engine.api.authn.sandbox.SandboxAuthnEvent
 
sandboxAuthnInfo - Variable in class pl.edu.icm.unity.engine.api.authn.sandbox.SandboxAuthenticationResult
 
SandboxAuthnNotifier - Interface in pl.edu.icm.unity.engine.api.authn.sandbox
Extended by SandboxAuthnRouter - contains the code which is interested with results of sandbox authentication
SandboxAuthnNotifier.AuthnResultListener - Interface in pl.edu.icm.unity.engine.api.authn.sandbox
 
SandboxAuthnRouter - Interface in pl.edu.icm.unity.engine.api.authn.sandbox
Main sandbox authentication router interface.
sandboxRouter - Variable in class pl.edu.icm.unity.engine.api.authn.remote.AuthenticationTriggeringContext
 
sandboxTriggeredFirstFactor(SandboxAuthnRouter) - Static method in class pl.edu.icm.unity.engine.api.authn.remote.AuthenticationTriggeringContext
 
sandboxTriggeredSecondFactor(PartialAuthnState, SandboxAuthnRouter) - Static method in class pl.edu.icm.unity.engine.api.authn.remote.AuthenticationTriggeringContext
 
scaleDown(int, int) - Method in class pl.edu.icm.unity.attr.UnityImage
Recreate the image to match given maximum width and height keeping current aspect ratio.
ScheduledProcessingRule - Class in pl.edu.icm.unity.types.bulkops
Represents an installed scheduled processing rule.
ScheduledProcessingRule(ObjectNode) - Constructor for class pl.edu.icm.unity.types.bulkops.ScheduledProcessingRule
 
ScheduledProcessingRule(String, TranslationAction, String, String) - Constructor for class pl.edu.icm.unity.types.bulkops.ScheduledProcessingRule
 
ScheduledProcessingRule(ScheduledProcessingRule) - Constructor for class pl.edu.icm.unity.types.bulkops.ScheduledProcessingRule
 
ScheduledProcessingRuleParam - Class in pl.edu.icm.unity.types.bulkops
Extends TranslationRule by introducing an execution schedule.
ScheduledProcessingRuleParam(ObjectNode) - Constructor for class pl.edu.icm.unity.types.bulkops.ScheduledProcessingRuleParam
 
ScheduledProcessingRuleParam(String, TranslationAction, String) - Constructor for class pl.edu.icm.unity.types.bulkops.ScheduledProcessingRuleParam
 
ScheduledProcessingRuleParam(ScheduledProcessingRule) - Constructor for class pl.edu.icm.unity.types.bulkops.ScheduledProcessingRuleParam
 
scheduleEntityChange(EntityParam, Date, EntityScheduledOperation) - Method in interface pl.edu.icm.unity.engine.api.EntityManagement
Schedules an operation to be invoked at a given time on an entity.
scheduleRemovalByUser(EntityParam, Date) - Method in interface pl.edu.icm.unity.engine.api.EntityManagement
Sets the entity in the EntityState.onlyLoginPermitted and schedules the entity removal at given time unless the user logs in before this time.
scheduleRule(ScheduledProcessingRuleParam) - Method in interface pl.edu.icm.unity.engine.api.BulkProcessingManagement
 
SchemaConsistencyException - Exception in pl.edu.icm.unity.exceptions
Thrown when operation would cause database schema consistency violation.
SchemaConsistencyException(String) - Constructor for exception pl.edu.icm.unity.exceptions.SchemaConsistencyException
 
SchemaConsistencyException(String, Throwable) - Constructor for exception pl.edu.icm.unity.exceptions.SchemaConsistencyException
 
SCRIPT_FILE - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
SCRIPT_TRIGGER - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
SCRIPT_TYPE - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
ScriptConfiguration - Class in pl.edu.icm.unity.engine.api.initializers
Holds parsed scripts configuration UnityServerConfiguration.SCRIPTS.
ScriptConfiguration(ScriptType, String, String) - Constructor for class pl.edu.icm.unity.engine.api.initializers.ScriptConfiguration
 
SCRIPTS - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
ScriptType - Enum in pl.edu.icm.unity.engine.api.initializers
Type of script.
searchable - Variable in class pl.edu.icm.unity.types.registration.ExternalSignupGridSpec.AuthnGridSettings
 
SECOND - pl.edu.icm.unity.engine.api.authn.AuthenticatorStepContext.FactorOrder
 
SecondFactorDetail(PartialAuthnState) - Constructor for class pl.edu.icm.unity.engine.api.authn.InteractiveAuthenticationProcessor.PostAuthenticationStepDecision.SecondFactorDetail
 
secondFactorSkipped - Variable in class pl.edu.icm.unity.engine.api.authn.LoginSession.RememberMeInfo
 
secret - Variable in class pl.edu.icm.unity.engine.api.integration.Webhook
 
SecuredTokensManagement - Interface in pl.edu.icm.unity.engine.api.token
Secured tokens API allows for manipulating generic tokens.
SecuredWellKnownURLServlet - Class in pl.edu.icm.unity.engine.api.wellknown
Constants of the endpoint with well known links
SecuredWellKnownURLServlet() - Constructor for class pl.edu.icm.unity.engine.api.wellknown.SecuredWellKnownURLServlet
 
selectedAuthnFlow - Variable in class pl.edu.icm.unity.engine.api.authn.AuthenticatorStepContext
 
Selection - Class in pl.edu.icm.unity.types.registration
Base class of option selection, actually binary.
Selection() - Constructor for class pl.edu.icm.unity.types.registration.Selection
 
Selection(boolean) - Constructor for class pl.edu.icm.unity.types.registration.Selection
 
Selection(boolean, String, String) - Constructor for class pl.edu.icm.unity.types.registration.Selection
 
SelectionBuilderBase(Selection) - Constructor for class pl.edu.icm.unity.types.registration.BaseRegistrationInputBuilder.SelectionBuilderBase
 
send(EnquiryInvitationParam, String) - Method in interface pl.edu.icm.unity.types.registration.invite.InvitationSender
 
send(RegistrationInvitationParam, String) - Method in interface pl.edu.icm.unity.types.registration.invite.InvitationSender
 
sendCode(String, boolean) - Method in interface pl.edu.icm.unity.engine.api.authn.CredentialReset
Sends a random confirmation code to the receiver.
sendConfirmationRequest(BaseEmailConfirmationState) - Method in interface pl.edu.icm.unity.engine.api.confirmation.EmailConfirmationManager
Send confirmation request to the user with confirmation state.
sendConfirmationRequest(MobileNumberConfirmationConfiguration, String, ConfirmationInfo) - Method in interface pl.edu.icm.unity.engine.api.confirmation.MobileNumberConfirmationManager
Send confirmation request to the user.Message template id is taken from given mobile number confirmation configuration.
sendEnquiry(String) - Method in interface pl.edu.icm.unity.engine.api.EnquiryManagement
Triggers a (re?)send of enquiry notification message.
sendInvitation(String) - Method in interface pl.edu.icm.unity.engine.api.InvitationManagement
Sends an invitation message to the invitation specified by the code.
sendInvitation(String, String) - Method in interface pl.edu.icm.unity.engine.api.project.ProjectInvitationsManagement
Sends an invitation message to the invitation specified by the code.
sendNotification(String, String, Map<String, String>, String) - Method in interface pl.edu.icm.unity.engine.api.notification.NotificationProducer
Sends a message which is resolved from a given template with parameters.
sendNotification(Set<String>, List<Long>, String, Map<String, String>, String) - Method in interface pl.edu.icm.unity.engine.api.notification.NotificationProducer
Sends a message which is resolved from a given template with parameters.
sendNotification(EntityParam, String, Map<String, String>, String, String, boolean) - Method in interface pl.edu.icm.unity.engine.api.notification.NotificationProducer
Sends a message which is resolved from a given template with parameters.
sendNotificationToGroup(String, String, Map<String, String>, String) - Method in interface pl.edu.icm.unity.engine.api.notification.NotificationProducer
Sends a message which is resolved from a given template with parameters.
sendVerification(EntityParam, Attribute) - Method in interface pl.edu.icm.unity.engine.api.confirmation.EmailConfirmationManager
Sends confirmation messages for the values of an attribute which are verifiable, only for unconfirmed attributes ones.
sendVerification(EntityParam, Identity) - Method in interface pl.edu.icm.unity.engine.api.confirmation.EmailConfirmationManager
see #sendVerificationNoTx(EntityParam, Identity), the only difference is that this method starts its own transaction
sendVerificationNoTx(EntityParam, Identity, boolean) - Method in interface pl.edu.icm.unity.engine.api.confirmation.EmailConfirmationManager
see #sendVerificationQuiet(EntityParam, Identity), the only difference is that this method throws exception.
sendVerificationQuietNoTx(EntityParam, Attribute, boolean) - Method in interface pl.edu.icm.unity.engine.api.confirmation.EmailConfirmationManager
Sends confirmation messages for the values of an attribute which are verifiable, only for unconfirmed attributes for which a confirmation was not yet sent.
sendVerificationQuietNoTx(EntityParam, Identity, boolean) - Method in interface pl.edu.icm.unity.engine.api.confirmation.EmailConfirmationManager
Sends confirmation messages for the identity if it requires so.
sendVerificationsQuietNoTx(EntityParam, Collection<? extends Attribute>, boolean) - Method in interface pl.edu.icm.unity.engine.api.confirmation.EmailConfirmationManager
Sends confirmation messages for the values which requires so.
SEPARATOR - pl.edu.icm.unity.types.registration.layout.FormLayoutElement
 
serialize() - Method in class pl.edu.icm.unity.attr.UnityImage
 
serialize() - Method in class pl.edu.icm.unity.engine.api.session.SessionParticipants
 
serialize(JsonNode) - Static method in class pl.edu.icm.unity.JsonUtil
 
serialize(SessionParticipant) - Method in interface pl.edu.icm.unity.engine.api.session.SessionParticipantType
 
serialize2Bytes(JsonNode) - Static method in class pl.edu.icm.unity.JsonUtil
 
serializeHumanReadable(JsonNode) - Static method in class pl.edu.icm.unity.JsonUtil
 
serializeSimple(T) - Method in interface pl.edu.icm.unity.engine.api.attributes.AttributeValueSyntax
Performs a simplified serialization of the value object to string.
ServerInitializer - Interface in pl.edu.icm.unity.engine.api.server
Interface implemented by modules providing server initialization logic, e.g.
ServerManagement - Interface in pl.edu.icm.unity.engine.api
Provides access to general maintenance operations.
service(HttpServletRequest, HttpServletResponse) - Method in class pl.edu.icm.unity.engine.api.utils.RoutingServlet
 
SERVICE - pl.edu.icm.unity.engine.api.files.FileStorageService.StandardOwner
 
SERVLET_PATH - Static variable in interface pl.edu.icm.unity.engine.api.confirmation.EmailConfirmationServletProvider
 
SERVLET_PATH - Static variable in interface pl.edu.icm.unity.engine.api.wellknown.AttributesContentPublicServletProvider
 
SERVLET_PATH - Static variable in interface pl.edu.icm.unity.engine.api.wellknown.PublicWellKnownURLServletProvider
 
SERVLET_PATH - Static variable in class pl.edu.icm.unity.engine.api.wellknown.SecuredWellKnownURLServlet
 
ServletProvider - Interface in pl.edu.icm.unity.engine.api.endpoint
 
SESSION - pl.edu.icm.unity.types.basic.audit.AuditEventType
 
SessionCookie - Class in pl.edu.icm.unity.engine.api.authn
 
SessionCookie(String, String) - Constructor for class pl.edu.icm.unity.engine.api.authn.SessionCookie
 
SessionManagement - Interface in pl.edu.icm.unity.engine.api.session
Internal login sessions management
SessionManagement.AttributeUpdater - Interface in pl.edu.icm.unity.engine.api.session
Callback interface.
SessionParticipant - Interface in pl.edu.icm.unity.engine.api.session
Holds information about login session participant (remote IdP or relaying party).
SessionParticipants - Class in pl.edu.icm.unity.engine.api.session
Holds multiple SessionParticipants.
SessionParticipants(String, SessionParticipantTypesRegistry) - Constructor for class pl.edu.icm.unity.engine.api.session.SessionParticipants
 
SessionParticipants(SessionParticipantTypesRegistry) - Constructor for class pl.edu.icm.unity.engine.api.session.SessionParticipants
 
SessionParticipants.AddParticipantToSessionTask - Class in pl.edu.icm.unity.engine.api.session
Session attribute updater adding a new SessionParticipant to the session.
SessionParticipantType - Interface in pl.edu.icm.unity.engine.api.session
Defines an implementation of SessionParticipant, with factory method.
SessionParticipantTypesRegistry - Class in pl.edu.icm.unity.engine.api.session
Maintains a simple registry of available SessionParticipantTypes.
SessionParticipantTypesRegistry() - Constructor for class pl.edu.icm.unity.engine.api.session.SessionParticipantTypesRegistry
 
SessionParticipantTypesRegistry(List<SessionParticipantType>) - Constructor for class pl.edu.icm.unity.engine.api.session.SessionParticipantTypesRegistry
 
setAcceptedTemplate(String) - Method in class pl.edu.icm.unity.types.registration.BaseFormNotifications
 
setAdditionalAuthn(LoginSession.AuthNInfo) - Method in class pl.edu.icm.unity.engine.api.authn.LoginSession
 
setAdminComments(List<AdminComment>) - Method in class pl.edu.icm.unity.types.registration.UserRequestState
 
setAdminsNotificationGroup(String) - Method in class pl.edu.icm.unity.types.registration.BaseFormNotifications
 
setAgreements(List<Selection>) - Method in class pl.edu.icm.unity.types.registration.BaseRegistrationInput
 
setAllowArbitrary(boolean) - Method in class pl.edu.icm.unity.types.basic.AttributesClass
 
setAllowed(Set<String>) - Method in class pl.edu.icm.unity.types.basic.AttributesClass
 
setAllowedGroups(Map<Integer, GroupSelection>) - Method in class pl.edu.icm.unity.types.registration.invite.FormPrefill
 
setAllowForRememberMeDays(int) - Method in class pl.edu.icm.unity.types.authn.AuthenticationRealm
 
setAttribute(Attribute) - Method in class pl.edu.icm.unity.types.basic.DynamicAttribute
 
setAttribute(EntityParam, Attribute) - Method in interface pl.edu.icm.unity.engine.api.AttributesManagement
Updates or creates an attribute (may be present).
setAttribute(EntityParam, Attribute, boolean) - Method in interface pl.edu.icm.unity.engine.api.AttributesManagement
Deprecated.
use any of other create or set methods. Left as may be popular in groovy scripts around
setAttributes(List<RemoteAttribute>) - Method in class pl.edu.icm.unity.engine.api.authn.remote.RemotelyAuthenticatedInput
 
setAttributes(List<Attribute>) - Method in class pl.edu.icm.unity.types.registration.BaseRegistrationInput
 
setAttributes(Map<Integer, PrefilledEntry<Attribute>>) - Method in class pl.edu.icm.unity.types.registration.invite.FormPrefill
 
setAttributesClasses(Set<String>) - Method in class pl.edu.icm.unity.types.basic.Group
 
setAttributeStatements(AttributeStatement[]) - Method in class pl.edu.icm.unity.types.basic.Group
 
setAttributeSuppressingConfirmation(EntityParam, Attribute) - Method in interface pl.edu.icm.unity.engine.api.AttributesManagement
Updates or creates an attribute (may be present).
setAttributeType(String) - Method in class pl.edu.icm.unity.types.registration.AttributeRegistrationParam
 
setAttributeType(AttributeType) - Method in class pl.edu.icm.unity.types.basic.DynamicAttribute
 
setAuthenticatedWith(List<String>) - Method in class pl.edu.icm.unity.engine.api.authn.AuthenticatedEntity
 
setAuthenticators(List<AuthenticationFlow>) - Method in class pl.edu.icm.unity.engine.api.endpoint.AbstractEndpoint
 
setAuthnInput(RemotelyAuthenticatedInput) - Method in class pl.edu.icm.unity.engine.api.authn.remote.RemotelyAuthenticatedPrincipal
 
setAuthorEntityId(long) - Method in class pl.edu.icm.unity.types.registration.AdminComment
 
setAutoAction(TranslatedRegistrationRequest.AutomaticRequestAction) - Method in class pl.edu.icm.unity.engine.api.translation.form.TranslatedRegistrationRequest
 
setAutoLoginAfterSignUp(boolean) - Method in class pl.edu.icm.unity.engine.api.finalization.WorkflowFinalizationConfiguration
 
setAutoLoginToRealm(String) - Method in class pl.edu.icm.unity.types.registration.RegistrationForm
 
setAutoRedirect(boolean) - Method in class pl.edu.icm.unity.engine.api.finalization.WorkflowFinalizationConfiguration.Builder
 
setBlockAfterUnsuccessfulLogins(int) - Method in class pl.edu.icm.unity.types.authn.AuthenticationRealm
 
setBlockFor(int) - Method in class pl.edu.icm.unity.types.authn.AuthenticationRealm
 
setBody(String) - Method in class pl.edu.icm.unity.types.basic.MessageTemplate.Message
 
setBody(I18nString) - Method in class pl.edu.icm.unity.types.I18nMessage
 
setBrowser(String) - Method in class pl.edu.icm.unity.engine.api.authn.RememberMeToken.LoginMachineDetails
 
setByInvitationOnly(boolean) - Method in class pl.edu.icm.unity.types.registration.BaseForm
 
setCheckIdentityOnSubmit(boolean) - Method in class pl.edu.icm.unity.types.registration.BaseForm
 
setCleanStaleAttributes(boolean) - Method in class pl.edu.icm.unity.engine.api.translation.in.MappingResult
 
setCleanStaleGroups(boolean) - Method in class pl.edu.icm.unity.engine.api.translation.in.MappingResult
 
setCleanStaleIdentities(boolean) - Method in class pl.edu.icm.unity.engine.api.translation.in.MappingResult
 
setCodeLength(int) - Method in class pl.edu.icm.unity.types.confirmation.MobileNumberConfirmationConfiguration
 
setColumnWidth(float) - Method in class pl.edu.icm.unity.types.registration.layout.FormLayoutSettings
 
setColumnWidthUnit(String) - Method in class pl.edu.icm.unity.types.registration.layout.FormLayoutSettings
 
setComments(String) - Method in class pl.edu.icm.unity.types.registration.BaseRegistrationInput
 
setCompactInputs(boolean) - Method in class pl.edu.icm.unity.types.registration.layout.FormLayoutSettings
 
setComparableValue(String) - Method in class pl.edu.icm.unity.types.basic.Identity
 
setCondition(String) - Method in class pl.edu.icm.unity.engine.api.translation.TranslationCondition
 
setCondition(String) - Method in class pl.edu.icm.unity.types.basic.AttributeStatement
 
setCondition(String) - Method in class pl.edu.icm.unity.types.translation.TranslationRule
 
setConfiguration(String) - Method in class pl.edu.icm.unity.types.authn.AuthenticatorInstanceMetadata
 
setConfiguration(String) - Method in class pl.edu.icm.unity.types.authn.CredentialDefinition
 
setConfiguration(String) - Method in class pl.edu.icm.unity.types.basic.NotificationChannel
 
setConfirmationDate(long) - Method in class pl.edu.icm.unity.types.confirmation.ConfirmationInfo
 
setConfirmationInfo(EmailConfirmationRedirectURLBuilder.ConfirmedElementType, String, String) - Method in class pl.edu.icm.unity.engine.api.confirmation.EmailConfirmationRedirectURLBuilder
 
setConfirmationInfo(ConfirmationInfo) - Method in class pl.edu.icm.unity.types.basic.IdentityParam
Sets confirmation status of the identity.
setConfirmationInfo(ConfirmationInfo) - Method in class pl.edu.icm.unity.types.basic.VerifiableElementBase
 
setConfirmationInfo(ConfirmationInfo) - Method in interface pl.edu.icm.unity.types.confirmation.VerifiableElement
 
setConfirmationMode(ConfirmationMode) - Method in class pl.edu.icm.unity.types.registration.AttributeRegistrationParam
 
setConfirmationMode(ConfirmationMode) - Method in class pl.edu.icm.unity.types.registration.IdentityRegistrationParam
 
setConfirmed(boolean) - Method in class pl.edu.icm.unity.types.confirmation.ConfirmationInfo
 
setConflictResolution(AttributeStatement.ConflictResolution) - Method in class pl.edu.icm.unity.types.basic.AttributeStatement
 
setConsumer(String) - Method in class pl.edu.icm.unity.types.basic.MessageTemplate
 
setContents(String) - Method in class pl.edu.icm.unity.types.registration.Comment
 
setCreatedEntityId(Long) - Method in class pl.edu.icm.unity.types.registration.RegistrationRequestState
 
setCreateIfMissing(GroupEffectMode) - Method in class pl.edu.icm.unity.engine.api.translation.in.MappedGroup
 
setCreationTime(Instant) - Method in class pl.edu.icm.unity.engine.api.authn.remote.RemotelyAuthenticatedPrincipal
 
setCreationTime(Instant) - Method in class pl.edu.icm.unity.types.registration.invite.InvitationWithCode
 
setCreationTs(Date) - Method in class pl.edu.icm.unity.types.basic.AttributeExt
 
setCreationTs(Date) - Method in class pl.edu.icm.unity.types.basic.GroupMembership
 
setCreationTs(Date) - Method in class pl.edu.icm.unity.types.basic.Identity
 
setCredential(long, String, String, LocalCredentialVerificator) - Method in interface pl.edu.icm.unity.engine.api.authn.local.CredentialHelper
Updates the credential in DB.
setCredentialExchange(CredentialExchange, String) - Method in class pl.edu.icm.unity.engine.api.authn.AbstractCredentialRetrieval
 
setCredentialExchange(CredentialExchange, String) - Method in interface pl.edu.icm.unity.engine.api.authn.CredentialRetrieval
Sets initial state, given by the framework (the retrieval's own, implementation specific configuration is set via #setSerializedConfiguration(com.fasterxml.jackson.databind.node.ObjectNode)): the credential verificator and the configured id.
setCredentialId(String) - Method in class pl.edu.icm.unity.types.registration.CredentialParamValue
 
setCredentialName(String) - Method in class pl.edu.icm.unity.engine.api.authn.EntityWithCredential
 
setCredentialName(String) - Method in class pl.edu.icm.unity.engine.api.authn.local.AbstractLocalVerificator
 
setCredentialName(String) - Method in interface pl.edu.icm.unity.engine.api.authn.local.LocalCredentialVerificator
Sets credential definition name for this verificator.
setCredentialName(String) - Method in class pl.edu.icm.unity.types.registration.CredentialRegistrationParam
 
setCredentialRequirement(String) - Method in class pl.edu.icm.unity.engine.api.translation.form.TranslatedRegistrationRequest
 
setCredentials(List<CredentialParamValue>) - Method in class pl.edu.icm.unity.types.registration.BaseRegistrationInput
 
setCredentialValue(String) - Method in class pl.edu.icm.unity.engine.api.authn.EntityWithCredential
 
setCronExpression(String) - Method in class pl.edu.icm.unity.types.bulkops.ScheduledProcessingRuleParam
 
setCurrent(InvocationContext) - Static method in class pl.edu.icm.unity.engine.api.authn.InvocationContext
 
setCurrent(HTTPRequestContext) - Static method in class pl.edu.icm.unity.engine.api.server.HTTPRequestContext
 
setCurrentURLUsed(String) - Method in class pl.edu.icm.unity.engine.api.authn.InvocationContext
 
setDate(Date) - Method in class pl.edu.icm.unity.types.registration.Comment
 
setDefaultCredentialRequirement(String) - Method in class pl.edu.icm.unity.types.registration.RegistrationForm
 
setDefaultValue(String) - Method in class pl.edu.icm.unity.types.I18nString
 
setDelegationConfiguration(GroupDelegationConfiguration) - Method in class pl.edu.icm.unity.types.basic.Group
 
setDescription(String) - Method in class pl.edu.icm.unity.types.basic.DynamicAttribute
 
setDescription(String) - Method in class pl.edu.icm.unity.types.basic.IdentityType
 
setDescription(String) - Method in class pl.edu.icm.unity.types.DescribedObjectImpl
 
setDescription(String) - Method in class pl.edu.icm.unity.types.registration.CredentialRegistrationParam
 
setDescription(String) - Method in class pl.edu.icm.unity.types.registration.RegistrationParam
 
setDescription(I18nString) - Method in class pl.edu.icm.unity.types.I18nDescribedObject
 
setDetails(Optional<ActionParameterDefinitionDetails>) - Method in class pl.edu.icm.unity.types.translation.ActionParameterDefinition
 
setDirect(boolean) - Method in class pl.edu.icm.unity.types.basic.AttributeExt
 
setDisplayedName(String) - Method in class pl.edu.icm.unity.types.basic.DynamicAttribute
 
setDisplayedName(I18nString) - Method in class pl.edu.icm.unity.types.I18nDescribedObject
 
setDisplayedName(I18nString) - Method in class pl.edu.icm.unity.types.registration.BaseForm
 
setDynamicAttributeExpression(String) - Method in class pl.edu.icm.unity.types.basic.AttributeStatement
 
setDynamicAttributeType(String) - Method in class pl.edu.icm.unity.types.basic.AttributeStatement
 
setEmailConfirmationConfiguration(EmailConfirmationConfiguration) - Method in class pl.edu.icm.unity.types.basic.IdentityType
 
setEnquiryFormPrefill(FormPrefill) - Method in class pl.edu.icm.unity.types.registration.invite.ComboInvitationParam
 
setEnquiryToFillTemplate(String) - Method in class pl.edu.icm.unity.types.registration.EnquiryFormNotifications
 
setEntity(long) - Method in class pl.edu.icm.unity.engine.api.authn.RememberMeToken
 
setEntity(Long) - Method in class pl.edu.icm.unity.types.registration.invite.EnquiryInvitationParam
 
setEntityAttributeClasses(EntityParam, String, Collection<String>) - Method in interface pl.edu.icm.unity.engine.api.AttributeClassManagement
Updates the set of entity's attribute classes in a given group.
setEntityChange(EntityChange) - Method in class pl.edu.icm.unity.engine.api.translation.form.TranslatedRegistrationRequest
 
setEntityCredential(EntityParam, String, String) - Method in interface pl.edu.icm.unity.engine.api.EntityCredentialManagement
Sets authentication secretes for the entity.
setEntityCredentialRequirements(EntityParam, String) - Method in interface pl.edu.icm.unity.engine.api.EntityCredentialManagement
Changes CredentialRequirements of an entity.
setEntityCredentialStatus(EntityParam, String, LocalCredentialState) - Method in interface pl.edu.icm.unity.engine.api.EntityCredentialManagement
Sets local credential state.
setEntityId(long) - Method in class pl.edu.icm.unity.engine.api.authn.AuthenticatedEntity
 
setEntityId(long) - Method in class pl.edu.icm.unity.engine.api.authn.EntityWithCredential
 
setEntityId(long) - Method in class pl.edu.icm.unity.engine.api.authn.LoginSession
 
setEntityId(long) - Method in class pl.edu.icm.unity.types.basic.GroupMembership
 
setEntityId(long) - Method in class pl.edu.icm.unity.types.basic.Identity
 
setEntityId(long) - Method in class pl.edu.icm.unity.types.registration.EnquiryResponseState
 
setEntityLabel(String) - Method in class pl.edu.icm.unity.engine.api.authn.LoginSession
 
setEntityState(EntityState) - Method in class pl.edu.icm.unity.engine.api.translation.form.TranslatedRegistrationRequest
 
setEntityState(EntityState) - Method in class pl.edu.icm.unity.types.basic.EntityInformation
 
setEntityStatus(EntityParam, EntityState) - Method in interface pl.edu.icm.unity.engine.api.EntityManagement
 
setErrorCode(String) - Method in class pl.edu.icm.unity.engine.api.confirmation.EmailConfirmationRedirectURLBuilder
 
setExpectedIdentity(ExpectedIdentity) - Method in class pl.edu.icm.unity.types.registration.invite.RegistrationInvitationParam
 
setExpires(Date) - Method in class pl.edu.icm.unity.engine.api.authn.LoginSession
 
setExternalIdp(String) - Method in class pl.edu.icm.unity.types.registration.GroupSelection
 
setExternalIdp(String) - Method in class pl.edu.icm.unity.types.registration.Selection
 
setExternalSignupGridSpec(ExternalSignupGridSpec) - Method in class pl.edu.icm.unity.types.registration.RegistrationForm
 
setExternalSignupSpec(ExternalSignupSpec) - Method in class pl.edu.icm.unity.types.registration.RegistrationForm
 
setExtraAttributesGroup(String) - Method in class pl.edu.icm.unity.types.basic.AttributeStatement
 
setExtraInformation(String) - Method in class pl.edu.icm.unity.engine.api.finalization.WorkflowFinalizationConfiguration.Builder
 
setFacilityId(String) - Method in class pl.edu.icm.unity.types.basic.NotificationChannel
 
setFeatures(Properties) - Method in class pl.edu.icm.unity.types.endpoint.EndpointTypeDescription
 
setFirstFactorAuthenticators(Set<String>) - Method in class pl.edu.icm.unity.types.authn.AuthenticationFlowDefinition
 
setFirstFactorAuthnOptionId(AuthenticationOptionKey) - Method in class pl.edu.icm.unity.engine.api.authn.RememberMeToken
 
setFixedAttribute(Attribute) - Method in class pl.edu.icm.unity.types.basic.AttributeStatement
 
setFlags(int) - Method in class pl.edu.icm.unity.types.basic.AttributeType
 
setFormId(String) - Method in class pl.edu.icm.unity.types.registration.BaseRegistrationInput
 
setFormId(String) - Method in class pl.edu.icm.unity.types.registration.invite.FormPrefill
 
setFormLayouts(RegistrationFormLayouts) - Method in class pl.edu.icm.unity.types.registration.RegistrationForm
 
setFormName(String) - Method in class pl.edu.icm.unity.engine.api.translation.form.AutomaticInvitationProcessingParam
 
setFormPrefill(FormPrefill) - Method in class pl.edu.icm.unity.types.registration.invite.EnquiryInvitationParam
 
setFormPrefill(FormPrefill) - Method in class pl.edu.icm.unity.types.registration.invite.RegistrationInvitationParam
 
setFormType(FormType) - Method in class pl.edu.icm.unity.types.registration.invite.FormPrefill
 
setGlobal(boolean) - Method in class pl.edu.icm.unity.types.basic.AttributeType
 
setGridSettings(ExternalSignupGridSpec.AuthnGridSettings) - Method in class pl.edu.icm.unity.types.registration.ExternalSignupGridSpec
 
setGroup(String) - Method in class pl.edu.icm.unity.engine.api.translation.in.MappedGroup
 
setGroup(String) - Method in class pl.edu.icm.unity.types.basic.GroupMembership
 
setGroup(String) - Method in class pl.edu.icm.unity.types.registration.AttributeRegistrationParam
 
setGroup(Group) - Method in class pl.edu.icm.unity.types.basic.GroupContents
 
setGroupAccessMode(String, String, boolean) - Method in interface pl.edu.icm.unity.engine.api.project.DelegatedGroupManagement
Updates group access mode
setGroupAuthorizationRole(String, String, long, GroupAuthorizationRole) - Method in interface pl.edu.icm.unity.engine.api.project.DelegatedGroupManagement
Update value of group authorization role attribute
setGroupDelegationConfiguration(String, String, SubprojectGroupDelegationConfiguration) - Method in interface pl.edu.icm.unity.engine.api.project.DelegatedGroupManagement
Sets group delegation configuration
setGroupDisplayedName(String, String, I18nString) - Method in interface pl.edu.icm.unity.engine.api.project.DelegatedGroupManagement
Sets group display name
setGroupPath(String) - Method in class pl.edu.icm.unity.types.basic.Attribute
 
setGroupPath(String) - Method in class pl.edu.icm.unity.types.registration.GroupRegistrationParam
 
setGroups(List<RemoteGroupMembership>) - Method in class pl.edu.icm.unity.engine.api.authn.remote.RemotelyAuthenticatedInput
 
setGroupSelections(List<GroupSelection>) - Method in class pl.edu.icm.unity.types.registration.BaseRegistrationInput
 
setGroupSelections(Map<Integer, PrefilledEntry<GroupSelection>>) - Method in class pl.edu.icm.unity.types.registration.invite.FormPrefill
 
setId(long) - Method in class pl.edu.icm.unity.types.basic.EntityInformation
 
setId(String) - Method in class pl.edu.icm.unity.engine.api.authn.LoginSession
 
setId(String) - Method in class pl.edu.icm.unity.types.authn.AuthenticatorInstanceMetadata
 
setIdentities(List<RemoteIdentity>) - Method in class pl.edu.icm.unity.engine.api.authn.remote.RemotelyAuthenticatedInput
 
setIdentities(List<IdentityParam>) - Method in class pl.edu.icm.unity.types.registration.BaseRegistrationInput
 
setIdentities(Map<Integer, PrefilledEntry<IdentityParam>>) - Method in class pl.edu.icm.unity.types.registration.invite.FormPrefill
 
setIdentities(EntityParam, Collection<String>, Collection<? extends IdentityParam>) - Method in interface pl.edu.icm.unity.engine.api.EntityManagement
Updates identities of a single entity.
setIdentityResolver(IdentityResolver) - Method in class pl.edu.icm.unity.engine.api.authn.AbstractVerificator
 
setIdentityResolver(IdentityResolver) - Method in interface pl.edu.icm.unity.engine.api.authn.CredentialVerificator
 
setIdentityType(String) - Method in class pl.edu.icm.unity.engine.api.authn.remote.RemoteIdentity
 
setIdentityType(String) - Method in class pl.edu.icm.unity.types.registration.IdentityRegistrationParam
 
setIdentityTypeProvider(String) - Method in class pl.edu.icm.unity.types.basic.IdentityType
 
setIdentityTypeProviderSettings(String) - Method in class pl.edu.icm.unity.types.basic.IdentityType
 
setIdpName(String) - Method in class pl.edu.icm.unity.engine.api.authn.remote.RemotelyAuthenticatedInput
 
setImage(byte[], ImageType) - Method in class pl.edu.icm.unity.attr.UnityImage
Updates object's fields, if given buffer contains data that may be converted to image.
setImportStatus(Map<String, AuthenticationResult.Status>) - Method in class pl.edu.icm.unity.engine.api.translation.out.TranslationInput
 
setIncludeGroupsMode(GroupRegistrationParam.IncludeGroupsMode) - Method in class pl.edu.icm.unity.types.registration.GroupRegistrationParam
 
setInstanceName(String) - Method in class pl.edu.icm.unity.engine.api.authn.AbstractVerificator
 
setInstanceName(String) - Method in interface pl.edu.icm.unity.engine.api.authn.CredentialVerificator
Instance name is the configured name of the authenticator to which this credential verificator belongs.
setInvitation(InvitationParam) - Method in class pl.edu.icm.unity.types.registration.invite.InvitationWithCode
 
setInvitationProcessedTemplate(String) - Method in class pl.edu.icm.unity.types.registration.BaseFormNotifications
 
setInvitationTemplate(String) - Method in class pl.edu.icm.unity.types.registration.BaseFormNotifications
 
setInviterEntity(Optional<Long>) - Method in class pl.edu.icm.unity.types.registration.invite.InvitationParam
 
setIp(String) - Method in class pl.edu.icm.unity.engine.api.authn.RememberMeToken.LoginMachineDetails
 
setLabel(String) - Method in class pl.edu.icm.unity.types.registration.CredentialRegistrationParam
 
setLabel(String) - Method in class pl.edu.icm.unity.types.registration.RegistrationParam
 
setLastSentTime(Instant) - Method in class pl.edu.icm.unity.types.registration.invite.InvitationWithCode
 
setLastUsed(Date) - Method in class pl.edu.icm.unity.engine.api.authn.LoginSession
 
setLayout(FormLayout) - Method in class pl.edu.icm.unity.types.registration.EnquiryForm
 
setLayoutSettings(FormLayoutSettings) - Method in class pl.edu.icm.unity.types.registration.BaseForm
 
setLocalCredentialName(String) - Method in class pl.edu.icm.unity.types.authn.AuthenticatorInstanceMetadata
 
setLocale(Locale) - Method in class pl.edu.icm.unity.engine.api.authn.InvocationContext
 
setLocale(Locale) - Method in class pl.edu.icm.unity.msg.Message
 
setLocalMappedPrincipal(EntityParam) - Method in class pl.edu.icm.unity.engine.api.authn.remote.RemotelyAuthenticatedPrincipal
 
setLocalSignupEmbeddedAsButton(boolean) - Method in class pl.edu.icm.unity.types.registration.RegistrationFormLayouts
 
setLogin1stFactor(LoginSession.AuthNInfo) - Method in class pl.edu.icm.unity.engine.api.authn.LoginSession
 
setLogin2ndFactor(LoginSession.AuthNInfo) - Method in class pl.edu.icm.unity.engine.api.authn.LoginSession
 
setLoginSession(LoginSession) - Method in class pl.edu.icm.unity.engine.api.authn.InvocationContext
 
setLoginTime(Date) - Method in class pl.edu.icm.unity.engine.api.authn.RememberMeToken
 
setLogoURL(String) - Method in class pl.edu.icm.unity.engine.api.finalization.WorkflowFinalizationConfiguration.Builder
 
setLogoURL(String) - Method in class pl.edu.icm.unity.types.registration.layout.FormLayoutSettings
 
setMachineDetails(RememberMeToken.LoginMachineDetails) - Method in class pl.edu.icm.unity.engine.api.authn.RememberMeToken
 
setMainInformation(String) - Method in class pl.edu.icm.unity.engine.api.finalization.WorkflowFinalizationConfiguration.Builder
 
setManatory(boolean) - Method in class pl.edu.icm.unity.types.registration.AgreementRegistrationParam
 
setMandatory(boolean) - Method in class pl.edu.icm.unity.types.basic.DynamicAttribute
 
setMandatory(boolean) - Method in class pl.edu.icm.unity.types.translation.ActionParameterDefinition
 
setMandatory(Set<String>) - Method in class pl.edu.icm.unity.types.basic.AttributesClass
 
setMappedToExistingEntity(EntityParam) - Method in class pl.edu.icm.unity.engine.api.translation.in.MappingResult
 
setMappingResult(MappingResult) - Method in class pl.edu.icm.unity.engine.api.authn.remote.RemotelyAuthenticatedPrincipal
 
setMaxElements(int) - Method in class pl.edu.icm.unity.types.basic.AttributeType
 
setMaxInactivity(int) - Method in class pl.edu.icm.unity.types.authn.AuthenticationRealm
 
setMaxInactivity(long) - Method in class pl.edu.icm.unity.engine.api.authn.LoginSession
 
setMaxInstances(int) - Method in class pl.edu.icm.unity.types.basic.IdentityType
 
setMembers(List<GroupMembership>) - Method in class pl.edu.icm.unity.types.basic.GroupContents
 
setMessage(I18nMessage) - Method in class pl.edu.icm.unity.types.basic.MessageTemplate
 
setMessageParams(Map<String, String>) - Method in class pl.edu.icm.unity.types.registration.invite.FormPrefill
 
setMessageTemplate(String) - Method in class pl.edu.icm.unity.types.confirmation.EmailConfirmationConfiguration
 
setMessageTemplate(String) - Method in class pl.edu.icm.unity.types.confirmation.MobileNumberConfirmationConfiguration
 
setMetadata(JsonNode) - Method in class pl.edu.icm.unity.types.basic.IdentityParam
 
setMetadata(Map<String, String>) - Method in class pl.edu.icm.unity.engine.api.authn.remote.RemoteInformationBase
 
setMetadata(Map<String, String>) - Method in class pl.edu.icm.unity.types.basic.AttributeType
 
setMfaPreferenceStatus(boolean) - Method in class pl.edu.icm.unity.engine.api.translation.form.TranslatedRegistrationRequest
 
setMinElements(int) - Method in class pl.edu.icm.unity.types.basic.AttributeType
 
setMinInstances(int) - Method in class pl.edu.icm.unity.types.basic.IdentityType
 
setMinVerifiedInstances(int) - Method in class pl.edu.icm.unity.types.basic.IdentityType
 
setMobileNumber(String) - Method in class pl.edu.icm.unity.engine.api.confirmation.SMSCode
 
setMultiSelect(boolean) - Method in class pl.edu.icm.unity.types.registration.GroupRegistrationParam
 
setName(String) - Method in class pl.edu.icm.unity.engine.api.authn.remote.RemoteInformationBase
 
setName(String) - Method in class pl.edu.icm.unity.msg.Message
 
setName(String) - Method in class pl.edu.icm.unity.types.authn.AuthenticationFlowDefinition
 
setName(String) - Method in class pl.edu.icm.unity.types.authn.CredentialDefinition
 
setName(String) - Method in class pl.edu.icm.unity.types.basic.Attribute
 
setName(String) - Method in class pl.edu.icm.unity.types.basic.AttributeType
 
setName(String) - Method in class pl.edu.icm.unity.types.DescribedObjectImpl
 
setNotificationChannel(String) - Method in class pl.edu.icm.unity.types.basic.MessageTemplate
 
setNotificationsConfiguration(EnquiryFormNotifications) - Method in class pl.edu.icm.unity.types.registration.EnquiryForm
 
setNumberOfSends(int) - Method in class pl.edu.icm.unity.types.registration.invite.InvitationWithCode
 
setOptional(boolean) - Method in class pl.edu.icm.unity.types.registration.OptionalRegistrationParam
 
setOs(String) - Method in class pl.edu.icm.unity.engine.api.authn.RememberMeToken.LoginMachineDetails
 
setOutdatedCredentialId(String) - Method in class pl.edu.icm.unity.engine.api.authn.AuthenticatedEntity
 
setOutdatedCredentialId(String) - Method in class pl.edu.icm.unity.engine.api.authn.LoginSession
 
setOwnerEntityId(long) - Method in class pl.edu.icm.unity.engine.api.confirmation.states.UserEmailConfirmationState
 
setPageTitle(String) - Method in class pl.edu.icm.unity.engine.api.finalization.WorkflowFinalizationConfiguration.Builder
 
setPageTitle(I18nString) - Method in class pl.edu.icm.unity.types.registration.BaseForm
 
setParentClasses(Set<String>) - Method in class pl.edu.icm.unity.types.basic.AttributesClass
 
setPath(String) - Method in class pl.edu.icm.unity.types.basic.Group
 
setPaths(Map<String, String>) - Method in class pl.edu.icm.unity.types.endpoint.EndpointTypeDescription
 
setPolicy(HttpSession, AuthenticationPolicy) - Static method in enum pl.edu.icm.unity.engine.api.authn.AuthenticationPolicy
 
setPolicy(AuthenticationFlowDefinition.Policy) - Method in class pl.edu.icm.unity.types.authn.AuthenticationFlowDefinition
 
setPolicyAgreements(List<PolicyAgreementConfiguration>) - Method in class pl.edu.icm.unity.types.registration.BaseForm
 
setPolicyAgreements(List<PolicyAgreementDecision>) - Method in class pl.edu.icm.unity.types.registration.BaseRegistrationInput
 
setPostSubmitMessage(I18nMessage) - Method in class pl.edu.icm.unity.engine.api.translation.form.TranslatedRegistrationRequest
 
setPreference(EntityParam, String, String) - Method in interface pl.edu.icm.unity.engine.api.PreferencesManagement
Sets or updates a preference for the specified user.
setPrimaryLayout(FormLayout) - Method in class pl.edu.icm.unity.types.registration.RegistrationFormLayouts
 
setProblem(Exception) - Method in class pl.edu.icm.unity.engine.api.notification.NotificationStatus
 
setProfileMode(ProfileMode) - Method in class pl.edu.icm.unity.types.translation.TranslationProfile
 
setProperties(Collection<GroupProperty>) - Method in class pl.edu.icm.unity.types.basic.Group
 
setProperties(Properties) - Method in class pl.edu.icm.unity.engine.api.config.UnityPropertiesHelper
 
setProperty(String, String) - Method in class pl.edu.icm.unity.engine.api.config.UnityPropertiesHelper
 
setPublic(boolean) - Method in class pl.edu.icm.unity.types.basic.Group
 
setPublicComment(boolean) - Method in class pl.edu.icm.unity.types.registration.AdminComment
 
setRawAttributes(Map<String, ? extends Object>) - Method in class pl.edu.icm.unity.engine.api.authn.remote.RemotelyAuthenticatedInput
 
setReadOnly(boolean) - Method in class pl.edu.icm.unity.types.authn.CredentialDefinition
 
setReadOnly(boolean) - Method in class pl.edu.icm.unity.types.authn.CredentialRequirements
 
setRealm(String) - Method in class pl.edu.icm.unity.engine.api.authn.LoginSession
 
setRealm(String) - Method in class pl.edu.icm.unity.types.basic.IdentityTaV
 
setRedirectAfter(Duration) - Method in class pl.edu.icm.unity.engine.api.finalization.WorkflowFinalizationConfiguration.Builder
 
setRedirectButtonText(String) - Method in class pl.edu.icm.unity.engine.api.finalization.WorkflowFinalizationConfiguration.Builder
 
setRedirectURL(String) - Method in class pl.edu.icm.unity.engine.api.finalization.WorkflowFinalizationConfiguration.Builder
 
setRedirectURL(String) - Method in class pl.edu.icm.unity.engine.api.translation.form.TranslatedRegistrationRequest
 
setRedirectURL(String) - Method in class pl.edu.icm.unity.engine.api.translation.out.TranslationResult
 
setRegistrationCode(String) - Method in class pl.edu.icm.unity.types.registration.BaseRegistrationInput
 
setRegistrationContext(RegistrationContext) - Method in class pl.edu.icm.unity.types.registration.UserRequestState
 
setRegistrationFormPrefill(FormPrefill) - Method in class pl.edu.icm.unity.types.registration.invite.ComboInvitationParam
 
setRegistrationOnly(boolean) - Method in enum pl.edu.icm.unity.types.registration.layout.FormLayoutElement
 
setRejectedTemplate(String) - Method in class pl.edu.icm.unity.types.registration.BaseFormNotifications
 
setRememberMeInfo(LoginSession.RememberMeInfo) - Method in class pl.edu.icm.unity.engine.api.authn.LoginSession
 
setRememberMePolicy(RememberMePolicy) - Method in class pl.edu.icm.unity.engine.api.authn.RememberMeToken
 
setRememberMePolicy(RememberMePolicy) - Method in class pl.edu.icm.unity.types.authn.AuthenticationRealm
 
setRememberMeTokenHash(byte[]) - Method in class pl.edu.icm.unity.engine.api.authn.RememberMeToken
 
setRemoteIdp(String) - Method in class pl.edu.icm.unity.types.basic.Attribute
 
setRemoteIdp(String) - Method in class pl.edu.icm.unity.types.basic.GroupMembership
 
setRemoteIdp(String) - Method in class pl.edu.icm.unity.types.basic.IdentityParam
 
setRemoteIdP(String) - Method in class pl.edu.icm.unity.engine.api.authn.AuthenticatedEntity
 
setRemoteIdP(String) - Method in class pl.edu.icm.unity.engine.api.authn.LoginSession
 
setRemovalByUserTime(Date) - Method in class pl.edu.icm.unity.types.basic.EntityInformation
 
setRequest(T) - Method in class pl.edu.icm.unity.types.registration.UserRequestState
 
setRequestId(String) - Method in class pl.edu.icm.unity.engine.api.confirmation.states.RegistrationEmailConfirmationState
 
setRequestId(String) - Method in class pl.edu.icm.unity.types.registration.UserRequestState
 
setRequestType(RegistrationEmailConfirmationState.RequestType) - Method in class pl.edu.icm.unity.engine.api.confirmation.states.RegistrationEmailConfirmationState
 
setRequiredCredentials(Set<String>) - Method in class pl.edu.icm.unity.types.authn.CredentialRequirements
 
setRetrievalSettings(ParameterRetrievalSettings) - Method in class pl.edu.icm.unity.types.registration.RegistrationParam
 
setRevision(long) - Method in interface pl.edu.icm.unity.engine.api.authn.AuthenticatorInstance
Set authenticator revision
setRevision(long) - Method in class pl.edu.icm.unity.types.authn.AuthenticationFlowDefinition
 
setRevision(long) - Method in class pl.edu.icm.unity.types.authn.AuthenticatorInstanceMetadata
 
setScheduledOperation(EntityScheduledOperation) - Method in class pl.edu.icm.unity.types.basic.EntityInformation
 
setScheduledOperationTime(Date) - Method in class pl.edu.icm.unity.types.basic.EntityInformation
 
setSecondaryLayout(FormLayout) - Method in class pl.edu.icm.unity.types.registration.RegistrationFormLayouts
 
setSecondFactorAuthenticators(List<String>) - Method in class pl.edu.icm.unity.types.authn.AuthenticationFlowDefinition
 
setSecondFactorAuthnOptionId(AuthenticationOptionKey) - Method in class pl.edu.icm.unity.engine.api.authn.RememberMeToken
 
setSecrets(String) - Method in class pl.edu.icm.unity.types.registration.CredentialParamValue
 
setSelected(boolean) - Method in class pl.edu.icm.unity.types.registration.Selection
 
setSelectedGroups(List<String>) - Method in class pl.edu.icm.unity.types.registration.GroupSelection
 
setSelfModificable(boolean) - Method in class pl.edu.icm.unity.types.basic.AttributeType
 
setSelfModificable(boolean) - Method in class pl.edu.icm.unity.types.basic.IdentityType
 
setSendUserNotificationCopyToAdmin(boolean) - Method in class pl.edu.icm.unity.types.registration.BaseFormNotifications
 
setSentRequestAmount(int) - Method in class pl.edu.icm.unity.types.confirmation.ConfirmationInfo
 
setSerializedConfiguration(JsonNode) - Method in interface pl.edu.icm.unity.engine.api.attributes.AttributeValueSyntax
Initializes
setSerializedConfiguration(ObjectNode) - Method in class pl.edu.icm.unity.engine.api.confirmation.states.BaseEmailConfirmationState
 
setSerializedConfiguration(ObjectNode) - Method in class pl.edu.icm.unity.engine.api.confirmation.states.RegistrationEmailConfirmationState
 
setSerializedConfiguration(ObjectNode) - Method in class pl.edu.icm.unity.engine.api.confirmation.states.UserEmailConfirmationState
 
setSerializedConfiguration(String) - Method in class pl.edu.icm.unity.engine.api.confirmation.states.BaseEmailConfirmationState
 
setSerializedConfiguration(String) - Method in class pl.edu.icm.unity.engine.api.confirmation.states.EmailAttribiuteConfirmationState
 
setSerializedConfiguration(String) - Method in class pl.edu.icm.unity.engine.api.confirmation.states.RegistrationReqEmailAttribiuteConfirmationState
 
setSerializedConfiguration(String) - Method in class pl.edu.icm.unity.engine.api.endpoint.AbstractEndpoint
 
setSerializedConfiguration(String) - Method in interface pl.edu.icm.unity.engine.api.utils.StringConfigurable
Sets configuration of this object
setSessionData(Map<String, String>) - Method in class pl.edu.icm.unity.engine.api.authn.LoginSession
 
setSessionParticipants(Set<SessionParticipant>) - Method in class pl.edu.icm.unity.engine.api.authn.remote.RemotelyAuthenticatedPrincipal
 
setShowCancel(boolean) - Method in class pl.edu.icm.unity.types.registration.layout.FormLayoutSettings
 
setShowGroups(boolean) - Method in class pl.edu.icm.unity.types.registration.AttributeRegistrationParam
 
setShowSignInLink(boolean) - Method in class pl.edu.icm.unity.types.registration.RegistrationForm
 
setSignInLink(String) - Method in class pl.edu.icm.unity.types.registration.RegistrationForm
 
setSpecs(List<AuthenticationOptionsSelector>) - Method in class pl.edu.icm.unity.types.registration.ExternalSignupSpec
 
setStarted(Date) - Method in class pl.edu.icm.unity.engine.api.authn.LoginSession
 
setState(EntityState) - Method in class pl.edu.icm.unity.types.basic.EntityInformation
 
setStatus(RegistrationRequestStatus) - Method in class pl.edu.icm.unity.types.registration.UserRequestState
 
setSubGroups(List<String>) - Method in class pl.edu.icm.unity.types.basic.GroupContents
 
setSubject(String) - Method in class pl.edu.icm.unity.types.basic.MessageTemplate.Message
 
setSubject(AuthenticationSubject) - Method in interface pl.edu.icm.unity.engine.api.authn.CredentialReset
Sets the subject for which the operations are made.
setSubject(I18nString) - Method in class pl.edu.icm.unity.types.I18nMessage
 
setSubmittedTemplate(String) - Method in class pl.edu.icm.unity.types.registration.EnquiryFormNotifications
 
setSubmittedTemplate(String) - Method in class pl.edu.icm.unity.types.registration.RegistrationFormNotifications
 
setSuccess(boolean) - Method in class pl.edu.icm.unity.engine.api.finalization.WorkflowFinalizationConfiguration.Builder
 
setSupportedBinding(String) - Method in class pl.edu.icm.unity.types.endpoint.EndpointTypeDescription
 
setSupportingInvalidation(boolean) - Method in class pl.edu.icm.unity.types.authn.CredentialType
 
setSwitchToEnquiryInfo(I18nString) - Method in class pl.edu.icm.unity.types.registration.RegistrationForm
 
setTag(String) - Method in class pl.edu.icm.unity.types.endpoint.EndpointConfiguration
 
setTags(List<String>) - Method in class pl.edu.icm.unity.types.basic.VerifiableEmail
 
setTarget(String) - Method in class pl.edu.icm.unity.types.basic.IdentityTaV
 
setTargetCondition(String) - Method in class pl.edu.icm.unity.types.registration.EnquiryForm
 
setTargetGroups(String[]) - Method in class pl.edu.icm.unity.types.registration.EnquiryForm
 
setText(I18nString) - Method in class pl.edu.icm.unity.types.registration.AgreementRegistrationParam
 
setTimestamp(Date) - Method in class pl.edu.icm.unity.types.registration.UserRequestState
 
setTitle2ndStage(I18nString) - Method in class pl.edu.icm.unity.types.registration.RegistrationForm
 
setTlsIdentity(IdentityTaV) - Method in class pl.edu.icm.unity.engine.api.authn.InvocationContext
Sets a TLS authenticated identity.
setTranslationAction(TranslationAction) - Method in class pl.edu.icm.unity.types.translation.TranslationRule
 
setTranslationProfile(String) - Method in class pl.edu.icm.unity.types.basic.Attribute
 
setTranslationProfile(String) - Method in class pl.edu.icm.unity.types.basic.GroupMembership
 
setTranslationProfile(String) - Method in class pl.edu.icm.unity.types.basic.IdentityParam
 
setTranslationProfile(String) - Method in class pl.edu.icm.unity.types.registration.GroupSelection
 
setTranslationProfile(String) - Method in class pl.edu.icm.unity.types.registration.Selection
 
setType(ScriptType) - Method in class pl.edu.icm.unity.engine.api.initializers.ScriptConfiguration
 
setType(MessageType) - Method in class pl.edu.icm.unity.types.basic.MessageTemplate
 
setType(EnquiryForm.EnquiryType) - Method in class pl.edu.icm.unity.types.registration.EnquiryForm
 
setType(InvitationParam.InvitationType) - Method in class pl.edu.icm.unity.types.registration.invite.InvitationParam
 
setTypeDescription(AuthenticatorTypeDescription) - Method in class pl.edu.icm.unity.types.authn.AuthenticatorInstanceMetadata
 
setTypeId(String) - Method in class pl.edu.icm.unity.types.authn.CredentialDefinition
 
setTypeId(String) - Method in class pl.edu.icm.unity.types.basic.IdentityTaV
 
setUniqueValues(boolean) - Method in class pl.edu.icm.unity.types.basic.AttributeType
 
setUpdatedTemplate(String) - Method in class pl.edu.icm.unity.types.registration.BaseFormNotifications
 
setUpdateTs(Date) - Method in class pl.edu.icm.unity.types.basic.AttributeExt
 
setUpdateTs(Date) - Method in class pl.edu.icm.unity.types.basic.Identity
 
setupHttpCookie(String, String, int) - Static method in class pl.edu.icm.unity.engine.api.utils.CookieHelper
 
setUrlQueryPrefill(URLQueryPrefillConfig) - Method in class pl.edu.icm.unity.types.registration.AttributeRegistrationParam
 
setUrlQueryPrefill(URLQueryPrefillConfig) - Method in class pl.edu.icm.unity.types.registration.IdentityRegistrationParam
 
setUseDescription(boolean) - Method in class pl.edu.icm.unity.types.registration.AttributeRegistrationParam
setUserLocale(String) - Method in class pl.edu.icm.unity.types.registration.BaseRegistrationInput
 
setUserMFAOptIn(EntityParam, boolean) - Method in interface pl.edu.icm.unity.engine.api.EntityCredentialManagement
 
setValidityTime(int) - Method in class pl.edu.icm.unity.types.confirmation.EmailConfirmationConfiguration
 
setValidityTime(int) - Method in class pl.edu.icm.unity.types.confirmation.MobileNumberConfirmationConfiguration
 
setValidTo(long) - Method in class pl.edu.icm.unity.engine.api.confirmation.SMSCode
 
setValue(String) - Method in class pl.edu.icm.unity.engine.api.confirmation.SMSCode
 
setValue(String) - Method in class pl.edu.icm.unity.msg.Message
 
setValue(String) - Method in class pl.edu.icm.unity.types.basic.IdentityTaV
 
setValues(String...) - Method in class pl.edu.icm.unity.types.basic.Attribute
 
setValues(List<Object>) - Method in class pl.edu.icm.unity.engine.api.authn.remote.RemoteAttribute
 
setValues(List<String>) - Method in class pl.edu.icm.unity.types.basic.Attribute
 
setValueSyntax(String) - Method in class pl.edu.icm.unity.types.basic.Attribute
 
setValueSyntax(String) - Method in class pl.edu.icm.unity.types.basic.AttributeType
 
setValueSyntaxConfiguration(JsonNode) - Method in class pl.edu.icm.unity.types.basic.AttributeType
 
setWrapUpConfig(List<RegistrationWrapUpConfig>) - Method in class pl.edu.icm.unity.types.registration.BaseForm
 
SharedEndpointManagement - Interface in pl.edu.icm.unity.engine.api.endpoint
Management of the single, shared, internal Unity endpoint, which is not under administrator's control.
SharedRemoteAuthenticationContextStore - Class in pl.edu.icm.unity.engine.api.authn.remote
 
SharedRemoteAuthenticationContextStore() - Constructor for class pl.edu.icm.unity.engine.api.authn.remote.SharedRemoteAuthenticationContextStore
 
SigInStatistic(LocalDateTime, LocalDateTime, long, long, long) - Constructor for class pl.edu.icm.unity.engine.api.idp.statistic.GroupedIdpStatistic.SigInStatistic
 
sigInStats - Variable in class pl.edu.icm.unity.engine.api.idp.statistic.GroupedIdpStatistic
 
SignUp - pl.edu.icm.unity.engine.api.project.ProjectRequestParam.RequestOperation
 
signupEnquiryForm - Variable in class pl.edu.icm.unity.types.basic.GroupDelegationConfiguration
 
signupRequests - Variable in class pl.edu.icm.unity.types.basic.DBDumpContentElements
 
SIMPLE_DATE_FORMAT - Static variable in class pl.edu.icm.unity.Constants
 
singleRecipients - Variable in class pl.edu.icm.unity.engine.api.integration.Message
 
singleSelectableAttributes - Variable in class pl.edu.icm.unity.engine.api.idp.CommonIdPProperties.ActiveValueSelectionConfig
 
skip - pl.edu.icm.unity.types.basic.AttributeStatement.ConflictResolution
In case of conflict this statement will be skipped.
SKIP_CONSENT - Static variable in class pl.edu.icm.unity.engine.api.idp.CommonIdPProperties
 
SKIP_USERIMPORT - Static variable in class pl.edu.icm.unity.engine.api.idp.CommonIdPProperties
 
SMS_CONF - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
SMSCode - Class in pl.edu.icm.unity.engine.api.confirmation
Contains code with validity time and mobileNumber related with this code.
SMSCode(long, String, String) - Constructor for class pl.edu.icm.unity.engine.api.confirmation.SMSCode
 
start() - Method in class pl.edu.icm.unity.engine.api.endpoint.AbstractWebEndpoint
 
start() - Method in interface pl.edu.icm.unity.engine.api.endpoint.EndpointInstance
Starts the endpoint.
startLogRecording() - Method in class pl.edu.icm.unity.engine.api.utils.LogRecorder
 
startOverridable() - Method in class pl.edu.icm.unity.engine.api.endpoint.AbstractWebEndpoint
 
status - pl.edu.icm.unity.engine.api.bulkops.EntityMVELContextKey
 
status - pl.edu.icm.unity.engine.api.translation.form.RegistrationMVELContextKey
 
status - Variable in class pl.edu.icm.unity.engine.api.idp.statistic.IdpStatisticEvent
 
status - Variable in class pl.edu.icm.unity.types.basic.idpStatistic.IdpStatistic
 
status(IdpStatistic.Status) - Method in class pl.edu.icm.unity.types.basic.idpStatistic.IdpStatistic.Builder
 
STICKY - pl.edu.icm.unity.types.registration.EnquiryForm.EnquiryType
 
stopLogRecording() - Method in class pl.edu.icm.unity.engine.api.utils.LogRecorder
 
storeFile(byte[], String, String) - Method in interface pl.edu.icm.unity.engine.api.files.FileStorageService
 
storeFileInWorkspace(byte[], String) - Method in interface pl.edu.icm.unity.engine.api.files.FileStorageService
 
storeRule(ArrayNode, TranslationRule) - Static method in class pl.edu.icm.unity.types.translation.TranslationProfile
 
StringConfigurable - Interface in pl.edu.icm.unity.engine.api.utils
This interface is enforced for some types of objects which are instantiated otherwise and later on configured with some text configuration.
subGroups - pl.edu.icm.unity.engine.api.translation.out.OutputTranslationMVELContextKey
 
subGroups - Variable in class pl.edu.icm.unity.engine.api.project.DelegatedGroupContents
 
subject(AuditEntity) - Method in class pl.edu.icm.unity.types.basic.audit.AuditEvent.AuditEventBuilder
 
submitDecisions(EntityParam, List<PolicyAgreementDecision>) - Method in interface pl.edu.icm.unity.engine.api.policyAgreement.PolicyAgreementManagement
 
submitEnquiryResponse(EnquiryResponse, RegistrationContext) - Method in interface pl.edu.icm.unity.engine.api.EnquiryManagement
Submits an enquiry response.
submitRegistrationRequest(RegistrationRequest, RegistrationContext) - Method in interface pl.edu.icm.unity.engine.api.RegistrationsManagement
Submits a new registration request.
submitted - pl.edu.icm.unity.engine.api.registration.RegistrationRedirectURLBuilder.Status
 
submitted - pl.edu.icm.unity.engine.api.registration.RequestSubmitStatus
 
SUBMITTED - pl.edu.icm.unity.types.registration.RegistrationWrapUpConfig.TriggeringState
 
submittedAccepted - pl.edu.icm.unity.engine.api.registration.RegistrationRedirectURLBuilder.Status
 
submittedWithError - pl.edu.icm.unity.engine.api.registration.RegistrationRedirectURLBuilder.Status
 
SubprojectGroupDelegationConfiguration - Class in pl.edu.icm.unity.engine.api.project
 
SubprojectGroupDelegationConfiguration(boolean, boolean, String) - Constructor for class pl.edu.icm.unity.engine.api.project.SubprojectGroupDelegationConfiguration
 
succeededAuthn(RemotelyAuthenticatedPrincipal, String) - Static method in class pl.edu.icm.unity.engine.api.authn.remote.RemoteSandboxAuthnContext
 
success - pl.edu.icm.unity.engine.api.authn.AuthenticationResult.Status
Everything OK
success - Variable in class pl.edu.icm.unity.engine.api.finalization.WorkflowFinalizationConfiguration
 
successful(AuthenticatedEntity) - Static method in class pl.edu.icm.unity.engine.api.authn.LocalAuthenticationResult
 
successful(RemotelyAuthenticatedPrincipal, AuthenticatedEntity) - Static method in class pl.edu.icm.unity.engine.api.authn.RemoteAuthenticationResult
 
SUCCESSFUL - pl.edu.icm.unity.types.basic.idpStatistic.IdpStatistic.Status
 
successfulAttempt(String) - Method in class pl.edu.icm.unity.engine.api.authn.DefaultUnsuccessfulAuthenticationCounter
 
successfulAttempt(String) - Method in class pl.edu.icm.unity.engine.api.authn.NoOpLoginCounter
 
successfulAttempt(String) - Method in interface pl.edu.icm.unity.engine.api.authn.UnsuccessfulAuthenticationCounter
 
successfullCount - Variable in class pl.edu.icm.unity.engine.api.idp.statistic.GroupedIdpStatistic.SigInStatistic
 
successfulPartial(RemotelyAuthenticatedPrincipal, AuthenticatedEntity) - Static method in class pl.edu.icm.unity.engine.api.authn.RemoteAuthenticationResult
 
SUPPORTED_LOCAL_FILE_SCHEMES - Static variable in class pl.edu.icm.unity.engine.api.files.URIHelper
 
SUPPORTED_LOCALES - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
SUPPORTED_URL_SCHEMES - Static variable in class pl.edu.icm.unity.engine.api.files.URIHelper
 
syntheticAuthenticate(AuthenticatedEntity, List<SessionParticipant>, AuthenticationOptionKey, AuthenticationRealm, RememberMeToken.LoginMachineDetails, boolean, HttpServletResponse, InteractiveAuthenticationProcessor.SessionReinitializer) - Method in interface pl.edu.icm.unity.engine.api.authn.InteractiveAuthenticationProcessor
 
SYSTEM_ALLOW_FULL_HTML - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
SystemAttributesProvider - Interface in pl.edu.icm.unity.engine.api.attributes
Implementations (must be Spring components) provide additional system attribute types, defined by extensions.
systemConfig - Variable in class pl.edu.icm.unity.types.basic.DBDumpContentElements
 

T

tags(String...) - Method in class pl.edu.icm.unity.types.basic.audit.AuditEvent.AuditEventBuilder
 
tags(Set<String>) - Method in class pl.edu.icm.unity.types.basic.audit.AuditEvent.AuditEventBuilder
 
target - Variable in class pl.edu.icm.unity.types.basic.IdentityTaV
 
TEMPLATES_CONF - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
TEMPLATES_ROOT - Static variable in class pl.edu.icm.unity.engine.api.utils.FreemarkerUtils
 
TEST - pl.edu.icm.unity.engine.api.event.EventCategory
 
text - Variable in class pl.edu.icm.unity.types.policyAgreement.PolicyAgreementConfiguration
 
TEXT - pl.edu.icm.unity.types.translation.ActionParameterDefinition.Type
 
THEME - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
THREAD_POOL_SIZE - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
time - Variable in class pl.edu.icm.unity.engine.api.authn.LoginSession.AuthNInfo
 
timestamp - Variable in class pl.edu.icm.unity.types.basic.idpStatistic.IdpStatistic
 
timestamp(LocalDateTime) - Method in class pl.edu.icm.unity.types.basic.idpStatistic.IdpStatistic.Builder
 
timestamp(Date) - Method in class pl.edu.icm.unity.types.basic.audit.AuditEvent.AuditEventBuilder
 
TimeUtil - Class in pl.edu.icm.unity.engine.api.utils
Time related utilities.
TimeUtil() - Constructor for class pl.edu.icm.unity.engine.api.utils.TimeUtil
 
title - Variable in class pl.edu.icm.unity.engine.api.idp.IdpPolicyAgreementsConfiguration
 
titleKey - Variable in class pl.edu.icm.unity.engine.api.mvel.MVELExpressionContext
 
toAdd - Variable in class pl.edu.icm.unity.engine.api.registration.RequestedGroupDiff
 
toExt() - Method in enum pl.edu.icm.unity.attr.ImageType
 
toHttp() - Method in enum pl.edu.icm.unity.engine.api.config.UnityHttpServerConfiguration.XFrameOptions
 
toHttpCookie() - Method in class pl.edu.icm.unity.engine.api.authn.SessionCookie
 
toHumanFriendlyString(MessageSource, IdentityParam) - Method in interface pl.edu.icm.unity.engine.api.identity.IdentityTypeDefinition
 
toHumanReadableString() - Method in class pl.edu.icm.unity.types.basic.IdentityParam
 
toJson() - Method in class pl.edu.icm.unity.engine.api.policyAgreement.PolicyAgreementState
 
toJson() - Method in class pl.edu.icm.unity.types.authn.AuthenticationRealm
 
toJson() - Method in class pl.edu.icm.unity.types.authn.CredentialDefinition
 
toJson() - Method in class pl.edu.icm.unity.types.basic.Attribute
 
toJson() - Method in class pl.edu.icm.unity.types.basic.AttributeExt
 
toJson() - Method in class pl.edu.icm.unity.types.basic.AttributeStatement
 
toJson() - Method in class pl.edu.icm.unity.types.basic.AttributeType
As #toJsonBase(AttributeType) but also adds information about attribute type name and syntax
toJson() - Method in class pl.edu.icm.unity.types.basic.EntityInformation
 
toJson() - Method in class pl.edu.icm.unity.types.basic.ExternalizedAttribute
 
toJson() - Method in class pl.edu.icm.unity.types.basic.Group
 
toJson() - Method in class pl.edu.icm.unity.types.basic.GroupMembership
 
toJson() - Method in class pl.edu.icm.unity.types.basic.Identity
 
toJson() - Method in class pl.edu.icm.unity.types.basic.IdentityParam
 
toJson() - Method in class pl.edu.icm.unity.types.basic.IdentityTaV
 
toJson() - Method in class pl.edu.icm.unity.types.basic.IdentityType
 
toJson() - Method in class pl.edu.icm.unity.types.basic.MessageTemplate
 
toJson() - Method in class pl.edu.icm.unity.types.basic.NotificationChannel
 
toJson() - Method in class pl.edu.icm.unity.types.basic.NotificationChannelInfo
 
toJson() - Method in class pl.edu.icm.unity.types.basic.VerifiableElementBase
 
toJson() - Method in class pl.edu.icm.unity.types.basic.VerifiableEmail
 
toJson() - Method in class pl.edu.icm.unity.types.bulkops.ScheduledProcessingRule
 
toJson() - Method in class pl.edu.icm.unity.types.bulkops.ScheduledProcessingRuleParam
 
toJson() - Method in class pl.edu.icm.unity.types.confirmation.ConfirmationInfo
 
toJson() - Method in class pl.edu.icm.unity.types.confirmation.EmailConfirmationConfiguration
 
toJson() - Method in class pl.edu.icm.unity.types.confirmation.MobileNumberConfirmationConfiguration
 
toJson() - Method in class pl.edu.icm.unity.types.DescribedObjectROImpl
 
toJson() - Method in class pl.edu.icm.unity.types.endpoint.Endpoint
 
toJson() - Method in class pl.edu.icm.unity.types.endpoint.EndpointConfiguration
 
toJson() - Method in class pl.edu.icm.unity.types.I18nString
 
toJson() - Method in class pl.edu.icm.unity.types.registration.BaseForm
 
toJson() - Method in class pl.edu.icm.unity.types.registration.BaseRegistrationInput
 
toJson() - Method in class pl.edu.icm.unity.types.registration.EnquiryForm
 
toJson() - Method in class pl.edu.icm.unity.types.registration.EnquiryResponseState
 
toJson() - Method in class pl.edu.icm.unity.types.registration.invite.ComboInvitationParam
 
toJson() - Method in class pl.edu.icm.unity.types.registration.invite.EnquiryInvitationParam
 
toJson() - Method in class pl.edu.icm.unity.types.registration.invite.InvitationParam
 
toJson() - Method in class pl.edu.icm.unity.types.registration.invite.InvitationWithCode
 
toJson() - Method in class pl.edu.icm.unity.types.registration.invite.RegistrationInvitationParam
 
toJson() - Method in class pl.edu.icm.unity.types.registration.layout.FormLayout
 
toJson() - Method in class pl.edu.icm.unity.types.registration.RegistrationContext
 
toJson() - Method in class pl.edu.icm.unity.types.registration.RegistrationForm
 
toJson() - Method in class pl.edu.icm.unity.types.registration.RegistrationRequestState
 
toJson() - Method in class pl.edu.icm.unity.types.registration.UserRequestState
 
toJson(byte[]) - Method in class pl.edu.icm.unity.engine.api.utils.json.DefaultJsonFormatterFacility
 
toJson(byte[]) - Method in interface pl.edu.icm.unity.engine.api.utils.json.TokenContentsJsonSerializer
 
toJson(byte[]) - Method in class pl.edu.icm.unity.engine.api.utils.json.TokenWithJsonContentsSerializer
 
toJson(Token) - Method in class pl.edu.icm.unity.engine.api.utils.json.Token2JsonFormatter
 
toJson(I18nString) - Static method in class pl.edu.icm.unity.types.I18nStringJsonUtil
 
toJsonBase() - Method in class pl.edu.icm.unity.types.basic.Attribute
 
toJsonBase() - Method in class pl.edu.icm.unity.types.basic.AttributeExt
 
toJsonBase() - Method in class pl.edu.icm.unity.types.basic.AttributeType
Serializes to JSON without syntax ID and name
toJsonBase() - Method in class pl.edu.icm.unity.types.basic.EntityInformation
 
toJsonBase() - Method in class pl.edu.icm.unity.types.basic.Group
 
toJsonBase() - Method in class pl.edu.icm.unity.types.basic.GroupMembership
 
toJsonBase() - Method in class pl.edu.icm.unity.types.basic.Identity
 
toJsonBase() - Method in class pl.edu.icm.unity.types.basic.IdentityParam
 
toJsonBase() - Method in class pl.edu.icm.unity.types.basic.IdentityTaV
 
toJsonBase() - Method in class pl.edu.icm.unity.types.basic.IdentityType
 
toJsonExt(ObjectNode) - Method in class pl.edu.icm.unity.types.basic.AttributeExt
 
toJsonNode(Object) - Static method in class pl.edu.icm.unity.JsonUtil
 
toJsonObject() - Method in class pl.edu.icm.unity.types.translation.TranslationProfile
 
toJsonString() - Method in class pl.edu.icm.unity.attr.LinkableImage
 
toJsonString() - Method in class pl.edu.icm.unity.types.basic.VerifiableElementBase
 
toJsonString(Object) - Static method in class pl.edu.icm.unity.JsonUtil
 
Token2JsonFormatter - Class in pl.edu.icm.unity.engine.api.utils.json
Maps Tokens to json using respective token contents serialization.
Token2JsonFormatter(JsonFormatterFacilitiesRegistry) - Constructor for class pl.edu.icm.unity.engine.api.utils.json.Token2JsonFormatter
 
TokenContentsJsonSerializer - Interface in pl.edu.icm.unity.engine.api.utils.json
Represent facility used for map contents of Token objects (which is basically an opaque byte array for the engine) to some meaningful JSON representation, useful especially when presenting tokens to outside world, e.g.
tokenExpired(Token) - Method in interface pl.edu.icm.unity.engine.api.token.TokensManagement.TokenExpirationListener
Invoked just before removing the token from the database, it is guaranteed to be expired.
TokensManagement - Interface in pl.edu.icm.unity.engine.api.token
Tokens API allows for manipulating generic tokens.
TokensManagement.TokenExpirationListener - Interface in pl.edu.icm.unity.engine.api.token
Receives notifications about expired tokens.
TokenWithJsonContentsSerializer - Class in pl.edu.icm.unity.engine.api.utils.json
Base for all tokens where contents is storing byte[] serialized JSON.
TokenWithJsonContentsSerializer(String, String) - Constructor for class pl.edu.icm.unity.engine.api.utils.json.TokenWithJsonContentsSerializer
 
toMap() - Static method in enum pl.edu.icm.unity.engine.api.attributes.AttributeStatementMVELContextKey
 
toMap() - Static method in enum pl.edu.icm.unity.engine.api.bulkops.EntityMVELContextKey
 
toMap() - Static method in enum pl.edu.icm.unity.engine.api.translation.form.RegistrationMVELContextKey
 
toMap() - Static method in enum pl.edu.icm.unity.engine.api.translation.in.InputTranslationMVELContextKey
 
toMap() - Static method in enum pl.edu.icm.unity.engine.api.translation.out.OutputTranslationMVELContextKey
 
TooManyAttempts - Exception in pl.edu.icm.unity.exceptions
Signals an error of too many attempts, e.g.
TooManyAttempts() - Constructor for exception pl.edu.icm.unity.exceptions.TooManyAttempts
 
toPatternString() - Method in class pl.edu.icm.unity.engine.api.policyAgreement.PolicyAgreementConfigTextParser.DocPlaceholder
 
toPrettyString(IdentityParam) - Method in interface pl.edu.icm.unity.engine.api.identity.IdentityTypeDefinition
Similar to #toString(), but allows for less verbose and more user-friendly output.
toPrettyStringNoPrefix(IdentityParam) - Method in interface pl.edu.icm.unity.engine.api.identity.IdentityTypeDefinition
Similar to #toPrettyString(), but doesn't return id type prefix.
toProperties(Properties, String, MessageSource) - Method in class pl.edu.icm.unity.types.I18nString
 
toProperties(MessageSource, IdpPolicyAgreementsConfiguration, String) - Static method in class pl.edu.icm.unity.engine.api.idp.IdpPolicyAgreementsConfigurationParser
 
toRemove - Variable in class pl.edu.icm.unity.engine.api.registration.RequestedGroupDiff
 
toSelectionRepresentation() - Method in class pl.edu.icm.unity.engine.api.translation.form.DynamicGroupParam
 
toString() - Method in class pl.edu.icm.unity.attr.LinkableImage
 
toString() - Method in class pl.edu.icm.unity.engine.api.attributes.PublicAttributeInfo
 
toString() - Method in class pl.edu.icm.unity.engine.api.authn.AuthenticatedEntity
 
toString() - Method in class pl.edu.icm.unity.engine.api.authn.AuthenticationResult.ErrorResult
 
toString() - Method in class pl.edu.icm.unity.engine.api.authn.AuthenticationResult.SuccessResult
 
toString() - Method in class pl.edu.icm.unity.engine.api.authn.AuthenticationSubject
 
toString() - Method in class pl.edu.icm.unity.engine.api.authn.LocalAuthenticationResult.NotApplicableResult
 
toString() - Method in class pl.edu.icm.unity.engine.api.authn.LocalAuthenticationResult
 
toString() - Method in class pl.edu.icm.unity.engine.api.authn.LoginSession.AuthNInfo
 
toString() - Method in class pl.edu.icm.unity.engine.api.authn.LoginSession
 
toString() - Method in class pl.edu.icm.unity.engine.api.authn.remote.AuthenticationTriggeringContext
 
toString() - Method in class pl.edu.icm.unity.engine.api.authn.remote.RemoteAttribute
 
toString() - Method in class pl.edu.icm.unity.engine.api.authn.remote.RemoteGroupMembership
 
toString() - Method in class pl.edu.icm.unity.engine.api.authn.remote.RemoteIdentity
 
toString() - Method in class pl.edu.icm.unity.engine.api.authn.remote.RemotelyAuthenticatedInput
 
toString() - Method in class pl.edu.icm.unity.engine.api.authn.remote.RemotelyAuthenticatedPrincipal
 
toString() - Method in class pl.edu.icm.unity.engine.api.authn.remote.RemoteSandboxAuthnContext
 
toString() - Method in class pl.edu.icm.unity.engine.api.authn.RemoteAuthenticationResult.RemoteErrorResult
 
toString() - Method in class pl.edu.icm.unity.engine.api.authn.RemoteAuthenticationResult.RemoteSuccessResult
 
toString() - Method in class pl.edu.icm.unity.engine.api.authn.RemoteAuthenticationResult
 
toString() - Method in class pl.edu.icm.unity.engine.api.authn.RemoteAuthenticationResult.UnknownRemotePrincipalResult
 
toString() - Method in class pl.edu.icm.unity.engine.api.authn.sandbox.SandboxAuthenticationResult
 
toString() - Method in class pl.edu.icm.unity.engine.api.authn.sandbox.SandboxAuthnEvent
 
toString() - Method in enum pl.edu.icm.unity.engine.api.event.EventCategory
 
toString() - Method in class pl.edu.icm.unity.engine.api.finalization.WorkflowFinalizationConfiguration
 
toString() - Method in class pl.edu.icm.unity.engine.api.initializers.ScriptConfiguration
 
toString() - Method in class pl.edu.icm.unity.engine.api.policyAgreement.PolicyAgreementConfigTextParser.DocPlaceholder
 
toString() - Method in class pl.edu.icm.unity.engine.api.session.SessionParticipants
 
toString() - Method in class pl.edu.icm.unity.engine.api.translation.form.GroupParam
 
toString() - Method in class pl.edu.icm.unity.engine.api.translation.in.EntityChange
 
toString() - Method in class pl.edu.icm.unity.engine.api.translation.in.MappedAttribute
 
toString() - Method in class pl.edu.icm.unity.engine.api.translation.in.MappedGroup
 
toString() - Method in class pl.edu.icm.unity.engine.api.translation.in.MappedIdentity
 
toString() - Method in class pl.edu.icm.unity.engine.api.translation.in.MappingResult
 
toString() - Method in class pl.edu.icm.unity.engine.api.translation.out.TranslationInput
 
toString() - Method in class pl.edu.icm.unity.engine.api.translation.out.TranslationResult
 
toString() - Method in class pl.edu.icm.unity.types.authn.AuthenticationOptionKey
 
toString() - Method in class pl.edu.icm.unity.types.authn.AuthenticationRealm
 
toString() - Method in class pl.edu.icm.unity.types.authn.AuthenticatorTypeDescription
 
toString() - Method in class pl.edu.icm.unity.types.authn.CredentialDefinition
 
toString() - Method in class pl.edu.icm.unity.types.authn.CredentialInfo
 
toString() - Method in class pl.edu.icm.unity.types.authn.CredentialPublicInformation
 
toString() - Method in class pl.edu.icm.unity.types.authn.CredentialRequirements
 
toString() - Method in class pl.edu.icm.unity.types.authn.ExpectedIdentity
 
toString() - Method in class pl.edu.icm.unity.types.authn.IdPInfo.IdpGroup
 
toString() - Method in class pl.edu.icm.unity.types.authn.IdPInfo
 
toString() - Method in class pl.edu.icm.unity.types.basic.Attribute
 
toString() - Method in class pl.edu.icm.unity.types.basic.AttributesClass
 
toString() - Method in class pl.edu.icm.unity.types.basic.AttributeStatement
 
toString() - Method in class pl.edu.icm.unity.types.basic.AttributeType
 
toString() - Method in class pl.edu.icm.unity.types.basic.audit.AuditEntity
 
toString() - Method in class pl.edu.icm.unity.types.basic.audit.AuditEvent
 
toString() - Method in class pl.edu.icm.unity.types.basic.DynamicAttribute
 
toString() - Method in class pl.edu.icm.unity.types.basic.Entity
 
toString() - Method in class pl.edu.icm.unity.types.basic.EntityInformation
 
toString() - Method in class pl.edu.icm.unity.types.basic.EntityParam
 
toString() - Method in class pl.edu.icm.unity.types.basic.Group
 
toString() - Method in class pl.edu.icm.unity.types.basic.GroupMember
 
toString() - Method in class pl.edu.icm.unity.types.basic.GroupMembership
 
toString() - Method in class pl.edu.icm.unity.types.basic.IdentityParam
 
toString() - Method in class pl.edu.icm.unity.types.basic.IdentityTaV
 
toString() - Method in class pl.edu.icm.unity.types.basic.IdentityType
 
toString() - Method in class pl.edu.icm.unity.types.basic.MessageTemplate.Message
 
toString() - Method in class pl.edu.icm.unity.types.basic.MessageTemplate
 
toString() - Method in class pl.edu.icm.unity.types.basic.MultiGroupMembers.EntityGroupAttributes
 
toString() - Method in class pl.edu.icm.unity.types.basic.MultiGroupMembers
 
toString() - Method in class pl.edu.icm.unity.types.basic.NotificationChannel
 
toString() - Method in class pl.edu.icm.unity.types.basic.NotificationChannelInfo
 
toString() - Method in class pl.edu.icm.unity.types.basic.VerifiableElementBase
 
toString() - Method in class pl.edu.icm.unity.types.bulkops.ScheduledProcessingRule
 
toString() - Method in class pl.edu.icm.unity.types.bulkops.ScheduledProcessingRuleParam
 
toString() - Method in class pl.edu.icm.unity.types.confirmation.ConfirmationInfo
 
toString() - Method in class pl.edu.icm.unity.types.DescribedObjectROImpl
 
toString() - Method in class pl.edu.icm.unity.types.endpoint.Endpoint
 
toString() - Method in class pl.edu.icm.unity.types.endpoint.EndpointConfiguration
 
toString() - Method in class pl.edu.icm.unity.types.endpoint.ResolvedEndpoint
 
toString() - Method in class pl.edu.icm.unity.types.I18nString
 
toString() - Method in class pl.edu.icm.unity.types.I18nStringSource
 
toString() - Method in class pl.edu.icm.unity.types.JsonError
 
toString() - Method in class pl.edu.icm.unity.types.policyAgreement.PolicyAgreementDecision
 
toString() - Method in class pl.edu.icm.unity.types.registration.BaseRegistrationInput
 
toString() - Method in class pl.edu.icm.unity.types.registration.CredentialParamValue
 
toString() - Method in class pl.edu.icm.unity.types.registration.EnquiryForm
 
toString() - Method in class pl.edu.icm.unity.types.registration.EnquiryResponseState
 
toString() - Method in class pl.edu.icm.unity.types.registration.GroupSelection
 
toString() - Method in class pl.edu.icm.unity.types.registration.invite.InvitationParam
 
toString() - Method in class pl.edu.icm.unity.types.registration.invite.InvitationWithCode
 
toString() - Method in class pl.edu.icm.unity.types.registration.invite.PrefilledEntry
 
toString() - Method in class pl.edu.icm.unity.types.registration.layout.BasicFormElement
 
toString() - Method in class pl.edu.icm.unity.types.registration.layout.FormCaptionElement
 
toString() - Method in class pl.edu.icm.unity.types.registration.layout.FormLayout
 
toString() - Method in class pl.edu.icm.unity.types.registration.layout.FormLocalSignupButtonElement
 
toString() - Method in class pl.edu.icm.unity.types.registration.layout.FormParameterElement
 
toString() - Method in class pl.edu.icm.unity.types.registration.layout.FormSeparatorElement
 
toString() - Method in class pl.edu.icm.unity.types.registration.RegistrationContext
 
toString() - Method in class pl.edu.icm.unity.types.registration.RegistrationForm
 
toString() - Method in class pl.edu.icm.unity.types.registration.RegistrationWrapUpConfig
 
toString() - Method in class pl.edu.icm.unity.types.registration.Selection
 
toString() - Method in class pl.edu.icm.unity.types.registration.URLQueryPrefillConfig
 
toString() - Method in class pl.edu.icm.unity.types.registration.UserRequestState
 
toString() - Method in class pl.edu.icm.unity.types.translation.TranslationAction
 
toString() - Method in class pl.edu.icm.unity.types.translation.TranslationProfile
 
toString() - Method in class pl.edu.icm.unity.types.translation.TranslationRule
 
toString(MessageSource) - Method in class pl.edu.icm.unity.types.registration.layout.BasicFormElement
 
toString(MessageSource) - Method in class pl.edu.icm.unity.types.registration.layout.FormCaptionElement
 
toString(MessageSource) - Method in class pl.edu.icm.unity.types.registration.layout.FormElement
 
toString(MessageSource) - Method in class pl.edu.icm.unity.types.registration.layout.FormLocalSignupButtonElement
 
toString(MessageSource) - Method in class pl.edu.icm.unity.types.registration.layout.FormParameterElement
 
toString(MessageSource) - Method in class pl.edu.icm.unity.types.registration.layout.FormSeparatorElement
 
toString(IdentityParam) - Method in interface pl.edu.icm.unity.engine.api.identity.IdentityTypeDefinition
 
toStringEncodedKey() - Method in class pl.edu.icm.unity.types.authn.AuthenticationOptionKey
 
toStringEncodedSelector() - Method in class pl.edu.icm.unity.types.authn.AuthenticationOptionsSelector
 
toStringFull() - Method in interface pl.edu.icm.unity.engine.api.authn.AuthenticationResult
 
toStringFull() - Method in class pl.edu.icm.unity.engine.api.authn.LocalAuthenticationResult
 
toStringFull() - Method in class pl.edu.icm.unity.engine.api.authn.RemoteAuthenticationResult
 
toStringFull() - Method in class pl.edu.icm.unity.engine.api.authn.sandbox.SandboxAuthenticationResult
 
total - pl.edu.icm.unity.engine.api.IdpStatisticManagement.GroupBy
 
totatCount - Variable in class pl.edu.icm.unity.engine.api.idp.statistic.GroupedIdpStatistic.SigInStatistic
 
toURLState() - Method in enum pl.edu.icm.unity.types.registration.RegistrationWrapUpConfig.TriggeringState
 
TranslatedRegistrationRequest - Class in pl.edu.icm.unity.engine.api.translation.form
Output of RegistrationRequest or EnquiryResponse translation with a corresponding translation profile.
TranslatedRegistrationRequest() - Constructor for class pl.edu.icm.unity.engine.api.translation.form.TranslatedRegistrationRequest
 
TranslatedRegistrationRequest(String) - Constructor for class pl.edu.icm.unity.engine.api.translation.form.TranslatedRegistrationRequest
 
TranslatedRegistrationRequest.AutomaticRequestAction - Enum in pl.edu.icm.unity.engine.api.translation.form
 
translateRemoteInput(RemotelyAuthenticatedInput, TranslationProfile, boolean, Optional<IdentityTaV>) - Method in interface pl.edu.icm.unity.engine.api.authn.remote.RemoteAuthnResultTranslator
Invokes the configured translation profile on the remotely obtained authentication input.
TRANSLATION_PROFILE - Static variable in class pl.edu.icm.unity.engine.api.idp.CommonIdPProperties
 
TRANSLATION_PROFILES - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
TranslationAction - Class in pl.edu.icm.unity.types.translation
Describes a configured translation action.
TranslationAction() - Constructor for class pl.edu.icm.unity.types.translation.TranslationAction
For JSON deserialization
TranslationAction(String, String...) - Constructor for class pl.edu.icm.unity.types.translation.TranslationAction
 
TranslationActionFactory<T extends TranslationActionInstance> - Interface in pl.edu.icm.unity.engine.api.translation
TranslationActionInstance - Class in pl.edu.icm.unity.engine.api.translation
Minimal base for translation action instance, configured to be executed.
TranslationActionInstance(TranslationActionType, String[]) - Constructor for class pl.edu.icm.unity.engine.api.translation.TranslationActionInstance
 
TranslationActionType - Class in pl.edu.icm.unity.types.translation
Describes a translation action implementation.
TranslationActionType(ProfileType, String, String, ActionParameterDefinition[]) - Constructor for class pl.edu.icm.unity.types.translation.TranslationActionType
 
TranslationCondition - Class in pl.edu.icm.unity.engine.api.translation
MVEL condition of translation rule.
TranslationCondition() - Constructor for class pl.edu.icm.unity.engine.api.translation.TranslationCondition
Creates an always true condition
TranslationCondition(String) - Constructor for class pl.edu.icm.unity.engine.api.translation.TranslationCondition
 
TranslationIncludeProfileAction - Interface in pl.edu.icm.unity.engine.api.translation
Internal interface allowing to get included profile parameter from input or output translation action.
TranslationInput - Class in pl.edu.icm.unity.engine.api.translation.out
Translation input: a complete information about an entity.
TranslationInput(Collection<? extends Attribute>, Entity, String, Collection<Group>, String, Collection<? extends Attribute>, String, String, Map<String, AuthenticationResult.Status>) - Constructor for class pl.edu.icm.unity.engine.api.translation.out.TranslationInput
 
TranslationProfile - Class in pl.edu.icm.unity.types.translation
Definition of a translation profile.
TranslationProfile(ObjectNode) - Constructor for class pl.edu.icm.unity.types.translation.TranslationProfile
 
TranslationProfile(String, String, ProfileType, List<? extends TranslationRule>) - Constructor for class pl.edu.icm.unity.types.translation.TranslationProfile
 
TranslationProfile(String, String, ProfileType, ProfileMode, List<? extends TranslationRule>) - Constructor for class pl.edu.icm.unity.types.translation.TranslationProfile
 
TranslationProfileGenerator - Class in pl.edu.icm.unity.engine.api.translation
Helpers methods for generating translation profiles
TranslationProfileGenerator() - Constructor for class pl.edu.icm.unity.engine.api.translation.TranslationProfileGenerator
 
TranslationProfileManagement - Interface in pl.edu.icm.unity.engine.api
This interface allows clients to manipulate translation profiles.
TranslationResult - Class in pl.edu.icm.unity.engine.api.translation.out
Result of output translation.
TranslationResult() - Constructor for class pl.edu.icm.unity.engine.api.translation.out.TranslationResult
 
TranslationRule - Class in pl.edu.icm.unity.types.translation
Stores information about a pair: condition and TranslationAction.
TranslationRule() - Constructor for class pl.edu.icm.unity.types.translation.TranslationRule
 
TranslationRule(String, TranslationAction) - Constructor for class pl.edu.icm.unity.types.translation.TranslationRule
 
TranslationRule(TranslationRule) - Constructor for class pl.edu.icm.unity.types.translation.TranslationRule
 
trigger - Variable in class pl.edu.icm.unity.engine.api.integration.IntegrationEvent
 
trigger(IntegrationEvent, Map<String, String>) - Method in interface pl.edu.icm.unity.engine.api.integration.IntegrationEventProcessor
 
trigger(Webhook, Map<String, String>) - Method in interface pl.edu.icm.unity.engine.api.webhook.WebhookProcessor
 
triggered - pl.edu.icm.unity.engine.api.translation.form.RegistrationMVELContextKey
 
triggeringMode - Variable in class pl.edu.icm.unity.types.registration.RegistrationContext
 
truststore - Variable in class pl.edu.icm.unity.engine.api.integration.Webhook
 
TRUSTSTORES - Static variable in class pl.edu.icm.unity.engine.api.config.UnityPKIConfiguration
 
type - Variable in class pl.edu.icm.unity.engine.api.confirmation.states.BaseEmailConfirmationState
 
type - Variable in class pl.edu.icm.unity.engine.api.integration.IntegrationEvent
 
type - Variable in class pl.edu.icm.unity.engine.api.project.ProjectRequestParam
 
type - Variable in class pl.edu.icm.unity.types.authn.AuthenticatorDefinition
 
type(AuditEventType) - Method in class pl.edu.icm.unity.types.basic.audit.AuditEvent.AuditEventBuilder
 
TYPE_IMMUTABLE_FLAG - Static variable in class pl.edu.icm.unity.types.basic.AttributeType
The attribute type can not be changed using management API (it is created internally).
typeNamesToString() - Static method in enum pl.edu.icm.unity.engine.api.event.EventCategory
 
TypesRegistryBase<T> - Class in pl.edu.icm.unity.engine.api.utils
Maintains a simple registry of some implementations.
TypesRegistryBase(List<? extends T>) - Constructor for class pl.edu.icm.unity.engine.api.utils.TypesRegistryBase
 

U

UnboundRelayStateException(String) - Constructor for exception pl.edu.icm.unity.engine.api.authn.remote.RemoteAuthenticationContextManagement.UnboundRelayStateException
 
undeploy(String) - Method in interface pl.edu.icm.unity.engine.api.EndpointManagement
Removes a deployed endpoint
undeployAllHandlers() - Method in interface pl.edu.icm.unity.engine.api.server.NetworkServer
 
UNDEPLOYED - pl.edu.icm.unity.types.endpoint.Endpoint.EndpointState
 
undeployEndpoint(String) - Method in interface pl.edu.icm.unity.engine.api.server.NetworkServer
 
undeployHandler(String) - Method in interface pl.edu.icm.unity.engine.api.server.NetworkServer
 
undirected - pl.edu.icm.unity.types.basic.AttributeStatement.Direction
 
UNITY_ATTRIBUTE - pl.edu.icm.unity.types.translation.ActionParameterDefinition.Type
 
UNITY_CRED_REQ - pl.edu.icm.unity.types.translation.ActionParameterDefinition.Type
 
UNITY_DYNAMIC_GROUP - pl.edu.icm.unity.types.translation.ActionParameterDefinition.Type
 
UNITY_FILE_URI_SCHEMA - Static variable in interface pl.edu.icm.unity.engine.api.files.URIAccessService
 
UNITY_GROUP - pl.edu.icm.unity.types.translation.ActionParameterDefinition.Type
 
UNITY_ID_TYPE - pl.edu.icm.unity.types.translation.ActionParameterDefinition.Type
 
UNITY_INPUT_TRANSLATION_PROFILE - pl.edu.icm.unity.types.translation.ActionParameterDefinition.Type
 
UNITY_OUTPUT_TRANSLATION_PROFILE - pl.edu.icm.unity.types.translation.ActionParameterDefinition.Type
 
UnityFilePropertiesHelper - Class in pl.edu.icm.unity.engine.api.config
Extends FilePropertiesHelper with Unity specific methods.
UnityFilePropertiesHelper(String, File, Map<String, PropertyMD>, Logger) - Constructor for class pl.edu.icm.unity.engine.api.config.UnityFilePropertiesHelper
 
UnityFilePropertiesHelper(String, String, Map<String, PropertyMD>, Logger) - Constructor for class pl.edu.icm.unity.engine.api.config.UnityFilePropertiesHelper
 
UNITYGW_WEB_CONTENT_PATH - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
UnityHttpServerConfiguration - Class in pl.edu.icm.unity.engine.api.config
Configuration of the Jetty server, baseline for all HTTP based endpoints
UnityHttpServerConfiguration(Properties) - Constructor for class pl.edu.icm.unity.engine.api.config.UnityHttpServerConfiguration
 
UnityHttpServerConfiguration.XFrameOptions - Enum in pl.edu.icm.unity.engine.api.config
 
UnityImage - Class in pl.edu.icm.unity.attr
Class providing Image related information and operations.
UnityImage(byte[], ImageType) - Constructor for class pl.edu.icm.unity.attr.UnityImage
 
UnityImage(BufferedImage, ImageType) - Constructor for class pl.edu.icm.unity.attr.UnityImage
 
UnityImage(String) - Constructor for class pl.edu.icm.unity.attr.UnityImage
 
UnityImage(Path) - Constructor for class pl.edu.icm.unity.attr.UnityImage
 
UnityPKIConfiguration - Class in pl.edu.icm.unity.engine.api.config
Configures disk based truststores and credentials, which are named and can be referenced.
UnityPKIConfiguration(Properties) - Constructor for class pl.edu.icm.unity.engine.api.config.UnityPKIConfiguration
 
UnityPropertiesHelper - Class in pl.edu.icm.unity.engine.api.config
Extends PropertiesHelper with Unity specific methods: returning localized strings and caching of UnityPropertiesHelper.getSortedStringKeys(String, boolean) method results.
UnityPropertiesHelper(String, Properties, Map<String, PropertyMD>, Logger) - Constructor for class pl.edu.icm.unity.engine.api.config.UnityPropertiesHelper
 
UnityPropertiesHelper(UnityPropertiesHelper) - Constructor for class pl.edu.icm.unity.engine.api.config.UnityPropertiesHelper
For cloning
UnityServerConfiguration - Class in pl.edu.icm.unity.engine.api.config
Principal options are defined here: ids and corresponding default values.
UnityServerConfiguration(Environment, ConfigurationLocationProvider) - Constructor for class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
UnityServerConfiguration.LogoutMode - Enum in pl.edu.icm.unity.engine.api.config
 
UNKNOWN_REMOTE_USER - pl.edu.icm.unity.engine.api.authn.InteractiveAuthenticationProcessor.PostAuthenticationStepDecision.Decision
 
UnknownEmailException - Exception in pl.edu.icm.unity.engine.api.identity
Thrown when email value is unknown
UnknownEmailException(String) - Constructor for exception pl.edu.icm.unity.engine.api.identity.UnknownEmailException
 
UnknownIdentityException - Exception in pl.edu.icm.unity.exceptions
Thrown when identity value is invalid.
UnknownIdentityException(String) - Constructor for exception pl.edu.icm.unity.exceptions.UnknownIdentityException
 
UnknownIdentityException(String, Throwable) - Constructor for exception pl.edu.icm.unity.exceptions.UnknownIdentityException
 
UnknownInvitationException - Exception in pl.edu.icm.unity.engine.api.registration
 
UnknownInvitationException(String) - Constructor for exception pl.edu.icm.unity.engine.api.registration.UnknownInvitationException
 
unknownRemotePrincipal - pl.edu.icm.unity.engine.api.authn.AuthenticationResult.Status
Can happen only in the case of remote authenticators, when the authentication was successful, but the remote principal is not registered locally.
unknownRemotePrincipal - Variable in class pl.edu.icm.unity.engine.api.authn.InteractiveAuthenticationProcessor.PostAuthenticationStepDecision.UnknownRemoteUserDetail
 
unknownRemotePrincipal(RemotelyAuthenticatedPrincipal, String, boolean) - Static method in class pl.edu.icm.unity.engine.api.authn.RemoteAuthenticationResult
 
UnknownRemotePrincipalResult(RemotelyAuthenticatedPrincipal, String, boolean) - Constructor for class pl.edu.icm.unity.engine.api.authn.RemoteAuthenticationResult.UnknownRemotePrincipalResult
 
unknownRemoteUser(InteractiveAuthenticationProcessor.PostAuthenticationStepDecision.UnknownRemoteUserDetail) - Static method in class pl.edu.icm.unity.engine.api.authn.InteractiveAuthenticationProcessor.PostAuthenticationStepDecision
 
UnknownRemoteUserDetail(RemoteAuthenticationResult.UnknownRemotePrincipalResult) - Constructor for class pl.edu.icm.unity.engine.api.authn.InteractiveAuthenticationProcessor.PostAuthenticationStepDecision.UnknownRemoteUserDetail
 
UnknownRemoteUserException - Exception in pl.edu.icm.unity.engine.api.authn.remote
Thrown on authentication problem, when the user is properly authenticated remotely but is unknown in the local DB (after a complete translation profile execution).
UnknownRemoteUserException(String, RemoteAuthenticationResult) - Constructor for exception pl.edu.icm.unity.engine.api.authn.remote.UnknownRemoteUserException
 
unsuccessfulAttempt(String) - Method in class pl.edu.icm.unity.engine.api.authn.DefaultUnsuccessfulAuthenticationCounter
 
unsuccessfulAttempt(String) - Method in class pl.edu.icm.unity.engine.api.authn.NoOpLoginCounter
 
unsuccessfulAttempt(String) - Method in interface pl.edu.icm.unity.engine.api.authn.UnsuccessfulAuthenticationCounter
 
UnsuccessfulAuthenticationCounter - Interface in pl.edu.icm.unity.engine.api.authn
Counts unsuccessful authentication attempts per client's IP address.
update - pl.edu.icm.unity.types.registration.RegistrationRequestAction
 
Update - pl.edu.icm.unity.engine.api.project.ProjectRequestParam.RequestOperation
 
UPDATE - pl.edu.icm.unity.types.basic.audit.AuditEventAction
 
UPDATE_INTERVAL - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
UPDATE_ONLY - pl.edu.icm.unity.engine.api.translation.in.AttributeEffectMode
If a local attribute exists it will be updated.
UPDATE_OR_MATCH - pl.edu.icm.unity.engine.api.translation.in.IdentityEffectMode
Identity will be created if it doesn't exist and if the user was matched by any other of identity mapping rules.
updateAttributeClass(AttributesClass) - Method in interface pl.edu.icm.unity.engine.api.AttributeClassManagement
Updates an attribute class.
updateAttributes(Map<String, String>) - Method in interface pl.edu.icm.unity.engine.api.session.SessionManagement.AttributeUpdater
 
updateAttributes(Map<String, String>) - Method in class pl.edu.icm.unity.engine.api.session.SessionParticipants.AddParticipantToSessionTask
 
updateAttributeType(AttributeType) - Method in interface pl.edu.icm.unity.engine.api.AttributeTypeManagement
Updates an existing attribute type.
updateAuthenticationFlow(AuthenticationFlowDefinition) - Method in interface pl.edu.icm.unity.engine.api.AuthenticationFlowManagement
Update existing authentication flow
updateAuthenticationFlows(List<AuthenticationFlow>) - Method in interface pl.edu.icm.unity.engine.api.endpoint.EndpointInstance
Runtime update of the authenticators being used by this endpoint.
updateAuthenticator(String, String, String) - Method in interface pl.edu.icm.unity.engine.api.AuthenticatorManagement
Updates a configuration of an existing authenticator instance
updateCertificate(NamedCertificate) - Method in interface pl.edu.icm.unity.engine.api.PKIManagement
Updates a given certificate
updateConfiguration(String, String, String) - Method in interface pl.edu.icm.unity.engine.api.authn.AuthenticatorInstance
Updates the current configuration of the authenticator.
updateCredential(long, String, String) - Method in interface pl.edu.icm.unity.engine.api.authn.local.CredentialHelper
Updates the credential in DB.
updateCredential(String) - Method in interface pl.edu.icm.unity.engine.api.authn.CredentialReset
Changes the credential to a new one.
updateCredentialAfterConfigurationChange(String) - Method in class pl.edu.icm.unity.engine.api.authn.local.AbstractLocalVerificator
 
updateCredentialAfterConfigurationChange(String) - Method in interface pl.edu.icm.unity.engine.api.authn.local.LocalCredentialVerificator
Returns optionally changed argument credential, which can be transformed after the change of configuration.
updateCredentialDefinition(CredentialDefinition, LocalCredentialState) - Method in interface pl.edu.icm.unity.engine.api.CredentialManagement
Updates a definition of a credential.
updateCredentialRequirement(CredentialRequirements) - Method in interface pl.edu.icm.unity.engine.api.CredentialRequirementManagement
Updated a definitions of credential set.
updateEndpoint(String, EndpointConfiguration) - Method in interface pl.edu.icm.unity.engine.api.EndpointManagement
Updates a deployed endpoint configuration
updateEnquiry(EnquiryForm, boolean) - Method in interface pl.edu.icm.unity.engine.api.EnquiryManagement
Updates an existing enquiry form.
updateEnquiryLayout(FormLayout, EnquiryForm) - Static method in class pl.edu.icm.unity.types.registration.FormLayoutUtils
removes all elements in layout that are not present in form and adds all form elements missing in layout at the end of it.
updateForm(RegistrationForm, boolean) - Method in interface pl.edu.icm.unity.engine.api.RegistrationsManagement
Updates an existing form.
updateGroup(String, Group) - Method in interface pl.edu.icm.unity.engine.api.GroupsManagement
Updates the group, without specifying any special audit log information
updateGroup(String, Group, String, String) - Method in interface pl.edu.icm.unity.engine.api.GroupsManagement
Updates the group and pass information: changed property and new value used for audit log only
updateIdentity(IdentityTaV, IdentityParam) - Method in interface pl.edu.icm.unity.engine.api.EntityManagement
Updates a given identity.
updateIdentityType(IdentityType) - Method in interface pl.edu.icm.unity.engine.api.IdentityTypesManagement
Allows to update mutable part of identity type, as extracted fields or description.
updateInvitation(String, InvitationParam) - Method in interface pl.edu.icm.unity.engine.api.InvitationManagement
Updates existing invitation.
updateMessage(Message) - Method in interface pl.edu.icm.unity.engine.api.msg.MessageManagement
 
updateNotificationChannel(String, String) - Method in interface pl.edu.icm.unity.engine.api.NotificationsManagement
Changes configuration of an existing notification channel.
updatePolicyDocument(PolicyDocumentUpdateRequest) - Method in interface pl.edu.icm.unity.engine.api.policyDocument.PolicyDocumentManagement
Updates policy document, skip revision update
updatePolicyDocumentWithRevision(PolicyDocumentUpdateRequest) - Method in interface pl.edu.icm.unity.engine.api.policyDocument.PolicyDocumentManagement
Updates policy document.
updateProfile(TranslationProfile) - Method in interface pl.edu.icm.unity.engine.api.TranslationProfileManagement
 
updateRealm(AuthenticationRealm) - Method in interface pl.edu.icm.unity.engine.api.RealmsManagement
Update realm
updateRegistrationFormLayout(RegistrationFormLayouts, RegistrationForm) - Static method in class pl.edu.icm.unity.types.registration.FormLayoutUtils
removes all elements in layout that are not present in form and adds all form elements missing in layout at the end of it.
updateScheduledRule(ScheduledProcessingRule) - Method in interface pl.edu.icm.unity.engine.api.BulkProcessingManagement
 
updateSessionActivity(String) - Method in interface pl.edu.icm.unity.engine.api.session.SessionManagement
Updates the lastUsed timestamp of a session.
updateSessionAttributes(String, SessionManagement.AttributeUpdater) - Method in interface pl.edu.icm.unity.engine.api.session.SessionManagement
Updates the extra attributes of the session.
updateTemplate(MessageTemplate) - Method in interface pl.edu.icm.unity.engine.api.MessageTemplateManagement
 
updateToken(String, String, Date, byte[]) - Method in interface pl.edu.icm.unity.engine.api.token.TokensManagement
Update the token.
upwards - pl.edu.icm.unity.types.basic.AttributeStatement.Direction
 
URIAccessException - Exception in pl.edu.icm.unity.engine.api.files
Thrown when a low level problem with read uri occurs.
URIAccessException(String) - Constructor for exception pl.edu.icm.unity.engine.api.files.URIAccessException
 
URIAccessException(String, Throwable) - Constructor for exception pl.edu.icm.unity.engine.api.files.URIAccessException
 
URIAccessService - Interface in pl.edu.icm.unity.engine.api.files
 
uriBuilder - Variable in class pl.edu.icm.unity.engine.api.confirmation.EmailConfirmationRedirectURLBuilder
 
URIHelper - Class in pl.edu.icm.unity.engine.api.files
A helper class for parsing uri from string and validating it against used schemes
URIHelper() - Constructor for class pl.edu.icm.unity.engine.api.files.URIHelper
 
url - Variable in class pl.edu.icm.unity.engine.api.integration.Webhook
 
URLQueryPrefillConfig - Class in pl.edu.icm.unity.types.registration
Describes whether&how a parameter can be pre-filled with information obtained from a URL query string
URLQueryPrefillConfig(String, PrefilledEntryMode) - Constructor for class pl.edu.icm.unity.types.registration.URLQueryPrefillConfig
 
USE_CONFIG_FILE_AS_INITIAL_TEMPLATE_ONLY - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
usedGroup - pl.edu.icm.unity.engine.api.translation.out.OutputTranslationMVELContextKey
 
USER - pl.edu.icm.unity.engine.api.utils.MDCKeys
 
USER_MESSAGE_TEMPLATE - pl.edu.icm.unity.types.translation.ActionParameterDefinition.Type
 
USER_OPTIN - pl.edu.icm.unity.types.authn.AuthenticationFlowDefinition.Policy
 
USER_SESSION_KEY - Static variable in interface pl.edu.icm.unity.engine.api.session.LoginToHttpSessionBinder
Under this key the LoginSession id is stored in the HTTP session.
UserEmailConfirmationState - Class in pl.edu.icm.unity.engine.api.confirmation.states
Base class for states of confirmation process which are bound to a user existing in the database (as opposite to confirmations associated with a registration request).
UserEmailConfirmationState() - Constructor for class pl.edu.icm.unity.engine.api.confirmation.states.UserEmailConfirmationState
 
UserEmailConfirmationState(String) - Constructor for class pl.edu.icm.unity.engine.api.confirmation.states.UserEmailConfirmationState
 
UserEmailConfirmationState(String, String, String, String, long) - Constructor for class pl.edu.icm.unity.engine.api.confirmation.states.UserEmailConfirmationState
 
userExists - pl.edu.icm.unity.engine.api.registration.RegistrationRedirectURLBuilder.Status
 
USERIMPORT_IDENTITY_TYPE - Static variable in class pl.edu.icm.unity.engine.api.idp.CommonIdPProperties
 
USERIMPORT_IMPORTER - Static variable in class pl.edu.icm.unity.engine.api.idp.CommonIdPProperties
 
USERIMPORT_PFX - Static variable in class pl.edu.icm.unity.engine.api.idp.CommonIdPProperties
 
UserImportManagement - Interface in pl.edu.icm.unity.engine.api
Allows for manual triggering of user import.
UserImportSerivce - Interface in pl.edu.icm.unity.engine.api.userimport
Internal API for triggering user import.
UserImportSerivce.ImportResult - Class in pl.edu.icm.unity.engine.api.userimport
 
UserImportSpec - Class in pl.edu.icm.unity.engine.api.userimport
Defines user import to be performed
UserImportSpec(String, String, String) - Constructor for class pl.edu.icm.unity.engine.api.userimport.UserImportSpec
 
UserImportSPI - Interface in pl.edu.icm.unity.engine.api.userimport
User import implementation must implement this interface.
UserImportSPIFactory - Interface in pl.edu.icm.unity.engine.api.userimport
Factory of UserImportSPI.
userLocale - pl.edu.icm.unity.engine.api.translation.form.RegistrationMVELContextKey
 
UserRequestState<T extends BaseRegistrationInput> - Class in pl.edu.icm.unity.types.registration
Records an information about registration request or enquiry state.
UserRequestState() - Constructor for class pl.edu.icm.unity.types.registration.UserRequestState
 
UserRequestState(ObjectNode) - Constructor for class pl.edu.icm.unity.types.registration.UserRequestState
 
users - Variable in class pl.edu.icm.unity.types.basic.DBDumpContentElements
 
USERS - pl.edu.icm.unity.types.basic.audit.AuditEventTag
 

V

valid - pl.edu.icm.unity.types.basic.EntityState
No restrictions.
validate() - Method in class pl.edu.icm.unity.types.registration.BaseForm
 
validate() - Method in class pl.edu.icm.unity.types.registration.BaseRegistrationInput
 
validate(String) - Method in interface pl.edu.icm.unity.engine.api.identity.IdentityTypeDefinition
Checks if the value is valid
validate(String) - Method in class pl.edu.icm.unity.types.basic.AttributeStatement
 
validate(FormProvider) - Method in class pl.edu.icm.unity.types.registration.invite.ComboInvitationParam
 
validate(FormProvider) - Method in class pl.edu.icm.unity.types.registration.invite.EnquiryInvitationParam
 
validate(FormProvider) - Method in class pl.edu.icm.unity.types.registration.invite.InvitationParam
 
validate(FormProvider) - Method in class pl.edu.icm.unity.types.registration.invite.RegistrationInvitationParam
 
validate(RegistrationForm) - Method in class pl.edu.icm.unity.types.registration.RegistrationFormLayouts
 
validate(T) - Method in interface pl.edu.icm.unity.engine.api.attributes.AttributeValueSyntax
Validates the value
validateEndpointPath(String) - Static method in class pl.edu.icm.unity.engine.api.endpoint.EndpointPathValidator
 
validateEndpointPath(String, Set<String>) - Static method in class pl.edu.icm.unity.engine.api.endpoint.EndpointPathValidator
 
validateEnquiry() - Method in class pl.edu.icm.unity.types.registration.EnquiryForm
 
validateEnquiryLayout(EnquiryForm) - Static method in class pl.edu.icm.unity.types.registration.FormLayoutUtils
 
validateInitialization() - Method in class pl.edu.icm.unity.types.basic.AttributeType
 
validateInitialization() - Method in class pl.edu.icm.unity.types.basic.EntityParam
 
validateInitialization() - Method in interface pl.edu.icm.unity.types.InitializationValidator
Throws exception if some of the fields are null or incomplete.
validateJoinEnquiryForm(String, String) - Method in interface pl.edu.icm.unity.engine.api.utils.GroupDelegationConfigGenerator
 
validateLayout() - Method in class pl.edu.icm.unity.types.registration.EnquiryForm
 
validateLayouts() - Method in class pl.edu.icm.unity.types.registration.RegistrationForm
 
validateMessage(MessageTemplateDefinition, I18nMessage) - Static method in class pl.edu.icm.unity.engine.api.msgtemplate.MessageTemplateValidator
Validates a single MessageTemplate.Message
validatePrimaryLayout(RegistrationForm) - Static method in class pl.edu.icm.unity.types.registration.FormLayoutUtils
 
validateRegistration() - Method in class pl.edu.icm.unity.types.registration.RegistrationForm
 
validateRegistrationForm(String, String) - Method in interface pl.edu.icm.unity.engine.api.utils.GroupDelegationConfigGenerator
 
validateSecondaryLayout(RegistrationForm) - Static method in class pl.edu.icm.unity.types.registration.FormLayoutUtils
 
validateStringTemplate(String) - Static method in class pl.edu.icm.unity.engine.api.utils.FreemarkerUtils
 
validateStringValue(String) - Method in interface pl.edu.icm.unity.engine.api.attributes.AttributeValueSyntax
Converts value to string and then validates it
validateText(MessageTemplateDefinition, String, boolean) - Static method in class pl.edu.icm.unity.engine.api.msgtemplate.MessageTemplateValidator
 
validateUpdate(InvitationParam) - Method in class pl.edu.icm.unity.types.registration.invite.ComboInvitationParam
 
validateUpdate(InvitationParam) - Method in class pl.edu.icm.unity.types.registration.invite.EnquiryInvitationParam
 
validateUpdate(InvitationParam) - Method in class pl.edu.icm.unity.types.registration.invite.InvitationParam
 
validateUpdate(InvitationParam) - Method in class pl.edu.icm.unity.types.registration.invite.RegistrationInvitationParam
 
validateUpdateEnquiryForm(String, String) - Method in interface pl.edu.icm.unity.engine.api.utils.GroupDelegationConfigGenerator
 
validateURI(URI) - Static method in class pl.edu.icm.unity.engine.api.files.URIHelper
 
validCode - pl.edu.icm.unity.engine.api.translation.form.RegistrationMVELContextKey
 
value - Variable in class pl.edu.icm.unity.engine.api.confirmation.states.BaseEmailConfirmationState
 
value - Variable in class pl.edu.icm.unity.engine.api.pki.NamedCertificate
 
value - Variable in class pl.edu.icm.unity.types.basic.GroupProperty
 
value - Variable in class pl.edu.icm.unity.types.basic.IdentityTaV
 
value - Variable in class pl.edu.icm.unity.types.basic.VerifiableElementBase
 
valueOf(String) - Static method in enum pl.edu.icm.unity.attr.ImageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class pl.edu.icm.unity.attr.LinkableImage
 
valueOf(String) - Static method in enum pl.edu.icm.unity.engine.api.attributes.AttributeStatementMVELContextKey
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pl.edu.icm.unity.engine.api.authn.AuthenticationPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pl.edu.icm.unity.engine.api.authn.AuthenticationResult.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pl.edu.icm.unity.engine.api.authn.AuthenticatorStepContext.FactorOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pl.edu.icm.unity.engine.api.authn.CredentialVerificator.VerificatorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pl.edu.icm.unity.engine.api.authn.InteractiveAuthenticationProcessor.PostAuthenticationStepDecision.Decision
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pl.edu.icm.unity.engine.api.bulkops.EntityMVELContextKey
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pl.edu.icm.unity.engine.api.config.UnityHttpServerConfiguration.XFrameOptions
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pl.edu.icm.unity.engine.api.config.UnityServerConfiguration.LogoutMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pl.edu.icm.unity.engine.api.confirmation.EmailConfirmationRedirectURLBuilder.ConfirmedElementType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pl.edu.icm.unity.engine.api.confirmation.EmailConfirmationRedirectURLBuilder.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pl.edu.icm.unity.engine.api.confirmation.states.RegistrationEmailConfirmationState.RequestType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pl.edu.icm.unity.engine.api.event.EventCategory
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pl.edu.icm.unity.engine.api.files.FileStorageService.StandardOwner
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pl.edu.icm.unity.engine.api.IdpStatisticManagement.GroupBy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pl.edu.icm.unity.engine.api.initializers.ScriptType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pl.edu.icm.unity.engine.api.integration.IntegrationEvent.EventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pl.edu.icm.unity.engine.api.integration.Webhook.WebhookHttpMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pl.edu.icm.unity.engine.api.project.GroupAuthorizationRole
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pl.edu.icm.unity.engine.api.project.ProjectRequestParam.RequestOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pl.edu.icm.unity.engine.api.registration.RegistrationRedirectURLBuilder.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pl.edu.icm.unity.engine.api.registration.RequestSubmitStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pl.edu.icm.unity.engine.api.registration.RequestType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pl.edu.icm.unity.engine.api.translation.form.RegistrationMVELContextKey
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pl.edu.icm.unity.engine.api.translation.form.TranslatedRegistrationRequest.AutomaticRequestAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pl.edu.icm.unity.engine.api.translation.in.AttributeEffectMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pl.edu.icm.unity.engine.api.translation.in.GroupEffectMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pl.edu.icm.unity.engine.api.translation.in.IdentityEffectMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pl.edu.icm.unity.engine.api.translation.in.InputTranslationMVELContextKey
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pl.edu.icm.unity.engine.api.translation.out.OutputTranslationMVELContextKey
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pl.edu.icm.unity.engine.api.utils.MDCKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pl.edu.icm.unity.exceptions.IllegalFormContentsException.Category
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pl.edu.icm.unity.types.authn.AuthenticationFlowDefinition.Policy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class pl.edu.icm.unity.types.authn.AuthenticationOptionKey
 
valueOf(String) - Static method in class pl.edu.icm.unity.types.authn.AuthenticationOptionsSelector
 
valueOf(String) - Static method in enum pl.edu.icm.unity.types.authn.ExpectedIdentity.IdentityExpectation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pl.edu.icm.unity.types.authn.LocalCredentialState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pl.edu.icm.unity.types.authn.RememberMePolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pl.edu.icm.unity.types.basic.AttributeStatement.ConflictResolution
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pl.edu.icm.unity.types.basic.AttributeStatement.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pl.edu.icm.unity.types.basic.audit.AuditEventAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pl.edu.icm.unity.types.basic.audit.AuditEventTag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pl.edu.icm.unity.types.basic.audit.AuditEventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pl.edu.icm.unity.types.basic.EntityScheduledOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pl.edu.icm.unity.types.basic.EntityState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pl.edu.icm.unity.types.basic.idpStatistic.IdpStatistic.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pl.edu.icm.unity.types.basic.MessageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pl.edu.icm.unity.types.endpoint.Endpoint.EndpointState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pl.edu.icm.unity.types.policyAgreement.PolicyAgreementAcceptanceStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pl.edu.icm.unity.types.policyAgreement.PolicyAgreementPresentationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pl.edu.icm.unity.types.registration.ConfirmationMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pl.edu.icm.unity.types.registration.EnquiryForm.EnquiryType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pl.edu.icm.unity.types.registration.FormType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pl.edu.icm.unity.types.registration.GroupRegistrationParam.IncludeGroupsMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pl.edu.icm.unity.types.registration.invite.InvitationParam.InvitationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pl.edu.icm.unity.types.registration.invite.PrefilledEntryMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pl.edu.icm.unity.types.registration.layout.FormLayoutElement
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pl.edu.icm.unity.types.registration.ParameterRetrievalSettings
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pl.edu.icm.unity.types.registration.RegistrationContext.TriggeringMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pl.edu.icm.unity.types.registration.RegistrationRequestAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pl.edu.icm.unity.types.registration.RegistrationRequestStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pl.edu.icm.unity.types.registration.RegistrationWrapUpConfig.TriggeringState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pl.edu.icm.unity.types.translation.ActionParameterDefinition.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pl.edu.icm.unity.types.translation.ProfileMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pl.edu.icm.unity.types.translation.ProfileType
Returns the enum constant of this type with the specified name.
values() - Static method in enum pl.edu.icm.unity.attr.ImageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pl.edu.icm.unity.engine.api.attributes.AttributeStatementMVELContextKey
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pl.edu.icm.unity.engine.api.authn.AuthenticationPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pl.edu.icm.unity.engine.api.authn.AuthenticationResult.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pl.edu.icm.unity.engine.api.authn.AuthenticatorStepContext.FactorOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pl.edu.icm.unity.engine.api.authn.CredentialVerificator.VerificatorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pl.edu.icm.unity.engine.api.authn.InteractiveAuthenticationProcessor.PostAuthenticationStepDecision.Decision
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pl.edu.icm.unity.engine.api.bulkops.EntityMVELContextKey
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pl.edu.icm.unity.engine.api.config.UnityHttpServerConfiguration.XFrameOptions
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pl.edu.icm.unity.engine.api.config.UnityServerConfiguration.LogoutMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pl.edu.icm.unity.engine.api.confirmation.EmailConfirmationRedirectURLBuilder.ConfirmedElementType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pl.edu.icm.unity.engine.api.confirmation.EmailConfirmationRedirectURLBuilder.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pl.edu.icm.unity.engine.api.confirmation.states.RegistrationEmailConfirmationState.RequestType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pl.edu.icm.unity.engine.api.event.EventCategory
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pl.edu.icm.unity.engine.api.files.FileStorageService.StandardOwner
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pl.edu.icm.unity.engine.api.IdpStatisticManagement.GroupBy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pl.edu.icm.unity.engine.api.initializers.ScriptType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pl.edu.icm.unity.engine.api.integration.IntegrationEvent.EventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pl.edu.icm.unity.engine.api.integration.Webhook.WebhookHttpMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pl.edu.icm.unity.engine.api.project.GroupAuthorizationRole
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pl.edu.icm.unity.engine.api.project.ProjectRequestParam.RequestOperation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pl.edu.icm.unity.engine.api.registration.RegistrationRedirectURLBuilder.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pl.edu.icm.unity.engine.api.registration.RequestSubmitStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pl.edu.icm.unity.engine.api.registration.RequestType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pl.edu.icm.unity.engine.api.translation.form.RegistrationMVELContextKey
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pl.edu.icm.unity.engine.api.translation.form.TranslatedRegistrationRequest.AutomaticRequestAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pl.edu.icm.unity.engine.api.translation.in.AttributeEffectMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pl.edu.icm.unity.engine.api.translation.in.GroupEffectMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pl.edu.icm.unity.engine.api.translation.in.IdentityEffectMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pl.edu.icm.unity.engine.api.translation.in.InputTranslationMVELContextKey
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pl.edu.icm.unity.engine.api.translation.out.OutputTranslationMVELContextKey
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pl.edu.icm.unity.engine.api.utils.MDCKeys
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pl.edu.icm.unity.exceptions.IllegalFormContentsException.Category
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pl.edu.icm.unity.types.authn.AuthenticationFlowDefinition.Policy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pl.edu.icm.unity.types.authn.ExpectedIdentity.IdentityExpectation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pl.edu.icm.unity.types.authn.LocalCredentialState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pl.edu.icm.unity.types.authn.RememberMePolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pl.edu.icm.unity.types.basic.AttributeStatement.ConflictResolution
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pl.edu.icm.unity.types.basic.AttributeStatement.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pl.edu.icm.unity.types.basic.audit.AuditEventAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pl.edu.icm.unity.types.basic.audit.AuditEventTag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pl.edu.icm.unity.types.basic.audit.AuditEventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pl.edu.icm.unity.types.basic.EntityScheduledOperation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pl.edu.icm.unity.types.basic.EntityState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pl.edu.icm.unity.types.basic.idpStatistic.IdpStatistic.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pl.edu.icm.unity.types.basic.MessageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pl.edu.icm.unity.types.endpoint.Endpoint.EndpointState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pl.edu.icm.unity.types.policyAgreement.PolicyAgreementAcceptanceStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pl.edu.icm.unity.types.policyAgreement.PolicyAgreementPresentationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pl.edu.icm.unity.types.registration.ConfirmationMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pl.edu.icm.unity.types.registration.EnquiryForm.EnquiryType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pl.edu.icm.unity.types.registration.FormType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pl.edu.icm.unity.types.registration.GroupRegistrationParam.IncludeGroupsMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pl.edu.icm.unity.types.registration.invite.InvitationParam.InvitationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pl.edu.icm.unity.types.registration.invite.PrefilledEntryMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pl.edu.icm.unity.types.registration.layout.FormLayoutElement
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pl.edu.icm.unity.types.registration.ParameterRetrievalSettings
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pl.edu.icm.unity.types.registration.RegistrationContext.TriggeringMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pl.edu.icm.unity.types.registration.RegistrationRequestAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pl.edu.icm.unity.types.registration.RegistrationRequestStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pl.edu.icm.unity.types.registration.RegistrationWrapUpConfig.TriggeringState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pl.edu.icm.unity.types.translation.ActionParameterDefinition.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pl.edu.icm.unity.types.translation.ProfileMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pl.edu.icm.unity.types.translation.ProfileType
Returns an array containing the constants of this enum type, in the order they are declared.
vars - Variable in class pl.edu.icm.unity.engine.api.mvel.MVELExpressionContext
 
VerifiableElement - Interface in pl.edu.icm.unity.types.confirmation
Represent element which can be confirmed.
VerifiableElementBase - Class in pl.edu.icm.unity.types.basic
Base for all VerifiableElements.
VerifiableElementBase() - Constructor for class pl.edu.icm.unity.types.basic.VerifiableElementBase
 
VerifiableElementBase(JsonNode) - Constructor for class pl.edu.icm.unity.types.basic.VerifiableElementBase
 
VerifiableElementBase(String) - Constructor for class pl.edu.icm.unity.types.basic.VerifiableElementBase
 
VerifiableElementBase(String, ConfirmationInfo) - Constructor for class pl.edu.icm.unity.types.basic.VerifiableElementBase
 
VerifiableEmail - Class in pl.edu.icm.unity.types.basic
Email which can be confirmed by user.
VerifiableEmail() - Constructor for class pl.edu.icm.unity.types.basic.VerifiableEmail
 
VerifiableEmail(JsonNode) - Constructor for class pl.edu.icm.unity.types.basic.VerifiableEmail
 
VerifiableEmail(String) - Constructor for class pl.edu.icm.unity.types.basic.VerifiableEmail
 
VerifiableEmail(String, ConfirmationInfo) - Constructor for class pl.edu.icm.unity.types.basic.VerifiableEmail
 
VerifiableMobileNumber - Class in pl.edu.icm.unity.types.basic
Mobile number which can be confirmed by user.
VerifiableMobileNumber() - Constructor for class pl.edu.icm.unity.types.basic.VerifiableMobileNumber
 
VerifiableMobileNumber(JsonNode) - Constructor for class pl.edu.icm.unity.types.basic.VerifiableMobileNumber
 
VerifiableMobileNumber(String) - Constructor for class pl.edu.icm.unity.types.basic.VerifiableMobileNumber
 
VerifiableMobileNumber(String, ConfirmationInfo) - Constructor for class pl.edu.icm.unity.types.basic.VerifiableMobileNumber
 
verify(String, AttributeType) - Method in interface pl.edu.icm.unity.engine.api.attributes.AttributeMetadataProvider
Should verify whether the attribute's metadata is correct for the given attribtue type.
verifyDynamicData(String) - Method in interface pl.edu.icm.unity.engine.api.authn.CredentialReset
Verifies if the dynamic data about the subject is correct.
verifyStaticData(String) - Method in interface pl.edu.icm.unity.engine.api.authn.CredentialReset
Verifies if the static data is about the subject is correct.

W

WANT_CLIENT_AUTHN - Static variable in class pl.edu.icm.unity.engine.api.config.UnityHttpServerConfiguration
 
WebAppEndpointInstance - Interface in pl.edu.icm.unity.engine.api.endpoint
Servlet endpoint instance
Webhook - Class in pl.edu.icm.unity.engine.api.integration
Webhook type integration event configuration
Webhook(String, Webhook.WebhookHttpMethod, String, String) - Constructor for class pl.edu.icm.unity.engine.api.integration.Webhook
 
WEBHOOK - pl.edu.icm.unity.engine.api.integration.IntegrationEvent.EventType
 
Webhook.WebhookHttpMethod - Enum in pl.edu.icm.unity.engine.api.integration
 
WebhookProcessor - Interface in pl.edu.icm.unity.engine.api.webhook
 
WELL_KNOWN_URL_TEMPLATE - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
WELL_KNOWN_URL_THEME - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
width - Variable in class pl.edu.icm.unity.engine.api.idp.IdpPolicyAgreementsConfiguration
 
widthUnit - Variable in class pl.edu.icm.unity.engine.api.idp.IdpPolicyAgreementsConfiguration
 
withAcceptedTemplate(String) - Method in class pl.edu.icm.unity.types.registration.EnquiryFormBuilder.EnquiryFormNotificationsBuilder
 
withAcceptedTemplate(String) - Method in class pl.edu.icm.unity.types.registration.RegistrationFormBuilder.RegistrationFormNotificationsBuilder
 
withAddedAgreement() - Method in class pl.edu.icm.unity.types.registration.BaseRegistrationInputBuilder
 
withAddedAgreement(AgreementRegistrationParam) - Method in class pl.edu.icm.unity.types.registration.BaseFormBuilder
 
withAddedAgreement(Selection) - Method in class pl.edu.icm.unity.types.registration.BaseRegistrationInputBuilder
 
withAddedAttribute(Attribute) - Method in class pl.edu.icm.unity.types.registration.BaseRegistrationInputBuilder
 
withAddedAttributeParam() - Method in class pl.edu.icm.unity.types.registration.BaseFormBuilder
 
withAddedAttributeParam(AttributeRegistrationParam) - Method in class pl.edu.icm.unity.types.registration.BaseFormBuilder
 
withAddedCredential() - Method in class pl.edu.icm.unity.types.registration.BaseRegistrationInputBuilder
 
withAddedCredential(CredentialParamValue) - Method in class pl.edu.icm.unity.types.registration.BaseRegistrationInputBuilder
 
withAddedCredentialParam(CredentialRegistrationParam) - Method in class pl.edu.icm.unity.types.registration.BaseFormBuilder
 
withAddedGroupParam() - Method in class pl.edu.icm.unity.types.registration.BaseFormBuilder
 
withAddedGroupParam(GroupRegistrationParam) - Method in class pl.edu.icm.unity.types.registration.BaseFormBuilder
 
withAddedGroupSelection() - Method in class pl.edu.icm.unity.types.registration.BaseRegistrationInputBuilder
 
withAddedGroupSelection(GroupSelection) - Method in class pl.edu.icm.unity.types.registration.BaseRegistrationInputBuilder
 
withAddedIdentity(String, String) - Method in class pl.edu.icm.unity.types.registration.BaseRegistrationInputBuilder
 
withAddedIdentity(IdentityParam) - Method in class pl.edu.icm.unity.types.registration.BaseRegistrationInputBuilder
 
withAddedIdentityParam() - Method in class pl.edu.icm.unity.types.registration.BaseFormBuilder
 
withAddedIdentityParam(IdentityRegistrationParam) - Method in class pl.edu.icm.unity.types.registration.BaseFormBuilder
 
withAddedPolicyAgreement(PolicyAgreementConfiguration) - Method in class pl.edu.icm.unity.types.registration.BaseFormBuilder
 
withAddedPolicyAgreement(PolicyAgreementDecision) - Method in class pl.edu.icm.unity.types.registration.BaseRegistrationInputBuilder
 
withAdminsNotificationGroup(String) - Method in class pl.edu.icm.unity.types.registration.EnquiryFormBuilder.EnquiryFormNotificationsBuilder
 
withAdminsNotificationGroup(String) - Method in class pl.edu.icm.unity.types.registration.RegistrationFormBuilder.RegistrationFormNotificationsBuilder
 
withAgreements(List<AgreementRegistrationParam>) - Method in class pl.edu.icm.unity.types.registration.BaseFormBuilder
 
withAgreements(List<Selection>) - Method in class pl.edu.icm.unity.types.registration.BaseRegistrationInputBuilder
 
withAllImporters(String, String) - Static method in class pl.edu.icm.unity.engine.api.userimport.UserImportSpec
 
withAllowedGroups(List<String>) - Method in class pl.edu.icm.unity.types.registration.invite.EnquiryInvitationParam.Builder
 
withAllowedGroups(List<String>) - Method in class pl.edu.icm.unity.types.registration.invite.FormPrefill.Builder
 
withAllowedGroups(List<String>) - Method in class pl.edu.icm.unity.types.registration.invite.RegistrationInvitationParam.Builder
 
withAttribute(Attribute, PrefilledEntryMode) - Method in class pl.edu.icm.unity.types.registration.invite.EnquiryInvitationParam.Builder
 
withAttribute(Attribute, PrefilledEntryMode) - Method in class pl.edu.icm.unity.types.registration.invite.FormPrefill.Builder
 
withAttribute(Attribute, PrefilledEntryMode) - Method in class pl.edu.icm.unity.types.registration.invite.RegistrationInvitationParam.Builder
 
withAttributeParams(List<AttributeRegistrationParam>) - Method in class pl.edu.icm.unity.types.registration.BaseFormBuilder
 
withAttributes(List<Attribute>) - Method in class pl.edu.icm.unity.types.registration.BaseRegistrationInputBuilder
 
withAttributeType(String) - Method in class pl.edu.icm.unity.types.registration.BaseFormBuilder.AttributeRegistrationParamBuilder
 
withAutoLoginToRealm(String) - Method in class pl.edu.icm.unity.types.registration.RegistrationFormBuilder
 
withByInvitationOnly(boolean) - Method in class pl.edu.icm.unity.types.registration.BaseFormBuilder
 
withCaptchaLength(int) - Method in class pl.edu.icm.unity.types.registration.RegistrationFormBuilder
 
withCheckIdentityOnSubmit(boolean) - Method in class pl.edu.icm.unity.types.registration.BaseFormBuilder
 
withCollectComments(boolean) - Method in class pl.edu.icm.unity.types.registration.BaseFormBuilder
 
withColumnWidth(float) - Method in class pl.edu.icm.unity.types.registration.layout.FormLayoutSettings.Builder
 
withColumnWidthUnit(String) - Method in class pl.edu.icm.unity.types.registration.layout.FormLayoutSettings.Builder
 
withComments(String) - Method in class pl.edu.icm.unity.types.registration.BaseRegistrationInputBuilder
 
withCompactInputs(boolean) - Method in class pl.edu.icm.unity.types.registration.layout.FormLayoutSettings.Builder
 
withConfigId(String) - Method in class pl.edu.icm.unity.types.authn.IdPInfo.Builder
 
withConfirmationInfo(ConfirmationInfo) - Method in class pl.edu.icm.unity.types.registration.BaseRegistrationInputBuilder.IdentityParamBuilderBase
 
withConfirmationMode(ConfirmationMode) - Method in class pl.edu.icm.unity.types.registration.BaseFormBuilder.AttributeRegistrationParamBuilder
 
withConfirmationMode(ConfirmationMode) - Method in class pl.edu.icm.unity.types.registration.BaseFormBuilder.IdentityRegistrationParamBuilder
 
withContactAddress(String) - Method in class pl.edu.icm.unity.types.registration.invite.InvitationParam.Builder
 
withCredentialId(String) - Method in class pl.edu.icm.unity.types.registration.BaseRegistrationInputBuilder.CredentialParamValueBuilderBase
 
withCredentialParams(List<CredentialRegistrationParam>) - Method in class pl.edu.icm.unity.types.registration.BaseFormBuilder
 
withCredentials(List<CredentialParamValue>) - Method in class pl.edu.icm.unity.types.registration.BaseRegistrationInputBuilder
 
withDefaultCredentialRequirement(String) - Method in class pl.edu.icm.unity.types.registration.RegistrationFormBuilder
 
withDefaultFormLayoutSettings(String) - Method in class pl.edu.icm.unity.types.registration.BaseFormBuilder
 
withDescription(String) - Method in class pl.edu.icm.unity.types.registration.BaseFormBuilder.AttributeRegistrationParamBuilder
 
withDescription(String) - Method in class pl.edu.icm.unity.types.registration.BaseFormBuilder.GroupRegistrationParamBuilder
 
withDescription(String) - Method in class pl.edu.icm.unity.types.registration.BaseFormBuilder.IdentityRegistrationParamBuilder
 
withDescription(String) - Method in class pl.edu.icm.unity.types.registration.BaseFormBuilder
 
withDisplayedName(I18nString) - Method in class pl.edu.icm.unity.types.authn.IdPInfo.Builder
 
withDisplayedName(I18nString) - Method in class pl.edu.icm.unity.types.registration.BaseFormBuilder
 
withEnquiryForm(FormPrefill) - Method in class pl.edu.icm.unity.types.registration.invite.ComboInvitationParam.Builder
 
withEnquiryToFillTemplate(String) - Method in class pl.edu.icm.unity.types.registration.EnquiryFormBuilder.EnquiryFormNotificationsBuilder
 
withEntity(Long) - Method in class pl.edu.icm.unity.types.registration.invite.EnquiryInvitationParam.Builder
 
withEvalToKey(String) - Method in class pl.edu.icm.unity.engine.api.mvel.MVELExpressionContext.Builder
 
withExpectedIdentity(ExpectedIdentity) - Method in class pl.edu.icm.unity.types.registration.invite.RegistrationInvitationParam.Builder
 
withExpiration(Instant) - Method in class pl.edu.icm.unity.types.registration.invite.InvitationParam.Builder
 
withExternalGridSignupSpec(ExternalSignupGridSpec) - Method in class pl.edu.icm.unity.types.registration.RegistrationFormBuilder
 
withExternalIdp(String) - Method in class pl.edu.icm.unity.types.registration.BaseRegistrationInputBuilder.SelectionBuilderBase
 
withExternalSignupSpec(ExternalSignupSpec) - Method in class pl.edu.icm.unity.types.registration.RegistrationFormBuilder
 
withForm(String) - Method in class pl.edu.icm.unity.types.registration.invite.EnquiryInvitationParam.Builder
 
withForm(String) - Method in class pl.edu.icm.unity.types.registration.invite.FormPrefill.Builder
 
withForm(String) - Method in class pl.edu.icm.unity.types.registration.invite.RegistrationInvitationParam.Builder
 
withForm(FormPrefill) - Method in class pl.edu.icm.unity.types.registration.invite.EnquiryInvitationParam.Builder
 
withForm(FormPrefill) - Method in class pl.edu.icm.unity.types.registration.invite.RegistrationInvitationParam.Builder
 
withFormId(String) - Method in class pl.edu.icm.unity.types.registration.BaseRegistrationInputBuilder
 
withFormInformation(I18nString) - Method in class pl.edu.icm.unity.types.registration.BaseFormBuilder
 
withFormLayoutSettings(FormLayoutSettings) - Method in class pl.edu.icm.unity.types.registration.BaseFormBuilder
 
withGroup(String) - Method in class pl.edu.icm.unity.types.registration.BaseFormBuilder.AttributeRegistrationParamBuilder
 
withGroup(String) - Method in class pl.edu.icm.unity.types.registration.BaseRegistrationInputBuilder.AddedGroupSelectionSelectionBuilder
 
withGroup(String, PrefilledEntryMode) - Method in class pl.edu.icm.unity.types.registration.invite.EnquiryInvitationParam.Builder
 
withGroup(String, PrefilledEntryMode) - Method in class pl.edu.icm.unity.types.registration.invite.FormPrefill.Builder
 
withGroup(String, PrefilledEntryMode) - Method in class pl.edu.icm.unity.types.registration.invite.RegistrationInvitationParam.Builder
 
withGroup(IdPInfo.IdpGroup) - Method in class pl.edu.icm.unity.types.authn.IdPInfo.Builder
 
withGroupParams(List<GroupRegistrationParam>) - Method in class pl.edu.icm.unity.types.registration.BaseFormBuilder
 
withGroupPath(String) - Method in class pl.edu.icm.unity.types.registration.BaseFormBuilder.GroupRegistrationParamBuilder
 
withGroups(List<String>, PrefilledEntryMode) - Method in class pl.edu.icm.unity.types.registration.invite.EnquiryInvitationParam.Builder
 
withGroups(List<String>, PrefilledEntryMode) - Method in class pl.edu.icm.unity.types.registration.invite.FormPrefill.Builder
 
withGroups(List<String>, PrefilledEntryMode) - Method in class pl.edu.icm.unity.types.registration.invite.RegistrationInvitationParam.Builder
 
withGroupSelections(List<GroupSelection>) - Method in class pl.edu.icm.unity.types.registration.BaseRegistrationInputBuilder
 
withId(String) - Method in class pl.edu.icm.unity.types.authn.IdPInfo.Builder
 
withIdentities(List<IdentityParam>) - Method in class pl.edu.icm.unity.types.registration.BaseRegistrationInputBuilder
 
withIdentity(IdentityParam, PrefilledEntryMode) - Method in class pl.edu.icm.unity.types.registration.invite.EnquiryInvitationParam.Builder
 
withIdentity(IdentityParam, PrefilledEntryMode) - Method in class pl.edu.icm.unity.types.registration.invite.FormPrefill.Builder
 
withIdentity(IdentityParam, PrefilledEntryMode) - Method in class pl.edu.icm.unity.types.registration.invite.RegistrationInvitationParam.Builder
 
withIdentityParams(List<IdentityRegistrationParam>) - Method in class pl.edu.icm.unity.types.registration.BaseFormBuilder
 
withIdentityType(String) - Method in class pl.edu.icm.unity.types.registration.BaseFormBuilder.IdentityRegistrationParamBuilder
 
withInvitationTemplate(String) - Method in class pl.edu.icm.unity.types.registration.EnquiryFormBuilder.EnquiryFormNotificationsBuilder
 
withInvitationTemplate(String) - Method in class pl.edu.icm.unity.types.registration.RegistrationFormBuilder.RegistrationFormNotificationsBuilder
 
withInviter(Long) - Method in class pl.edu.icm.unity.types.registration.invite.InvitationParam.Builder
 
withLabel(String) - Method in class pl.edu.icm.unity.types.registration.BaseFormBuilder.AttributeRegistrationParamBuilder
 
withLabel(String) - Method in class pl.edu.icm.unity.types.registration.BaseFormBuilder.GroupRegistrationParamBuilder
 
withLabel(String) - Method in class pl.edu.icm.unity.types.registration.BaseFormBuilder.IdentityRegistrationParamBuilder
 
withLayout(FormLayout) - Method in class pl.edu.icm.unity.types.registration.EnquiryFormBuilder
 
withLayouts(RegistrationFormLayouts) - Method in class pl.edu.icm.unity.types.registration.RegistrationFormBuilder
 
withLogo(String) - Method in class pl.edu.icm.unity.types.registration.layout.FormLayoutSettings.Builder
 
withMultiselect(boolean) - Method in class pl.edu.icm.unity.types.registration.BaseFormBuilder.GroupRegistrationParamBuilder
 
withName(String) - Method in class pl.edu.icm.unity.types.registration.BaseFormBuilder
 
withNotificationsConfiguration() - Method in class pl.edu.icm.unity.types.registration.EnquiryFormBuilder
 
withNotificationsConfiguration() - Method in class pl.edu.icm.unity.types.registration.RegistrationFormBuilder
 
withNotificationsConfiguration(EnquiryFormNotifications) - Method in class pl.edu.icm.unity.types.registration.EnquiryFormBuilder
 
withNotificationsConfiguration(RegistrationFormNotifications) - Method in class pl.edu.icm.unity.types.registration.RegistrationFormBuilder
 
withOptional(boolean) - Method in class pl.edu.icm.unity.types.registration.BaseFormBuilder.AttributeRegistrationParamBuilder
 
withOptional(boolean) - Method in class pl.edu.icm.unity.types.registration.BaseFormBuilder.IdentityRegistrationParamBuilder
 
withPageTitle(I18nString) - Method in class pl.edu.icm.unity.types.registration.BaseFormBuilder
 
withPolicyAgreements(List<PolicyAgreementConfiguration>) - Method in class pl.edu.icm.unity.types.registration.BaseFormBuilder
 
withPolicyAgreements(List<PolicyAgreementDecision>) - Method in class pl.edu.icm.unity.types.registration.BaseRegistrationInputBuilder
 
withPubliclyAvailable(boolean) - Method in class pl.edu.icm.unity.types.registration.RegistrationFormBuilder
 
withRealm(String) - Method in class pl.edu.icm.unity.types.registration.BaseRegistrationInputBuilder.IdentityParamBuilderBase
 
withRegistrationCode(String) - Method in class pl.edu.icm.unity.types.registration.BaseRegistrationInputBuilder
 
withRegistrationCode(String) - Method in class pl.edu.icm.unity.types.registration.RegistrationFormBuilder
 
withRegistrationForm(FormPrefill) - Method in class pl.edu.icm.unity.types.registration.invite.ComboInvitationParam.Builder
 
withRejectedTemplate(String) - Method in class pl.edu.icm.unity.types.registration.EnquiryFormBuilder.EnquiryFormNotificationsBuilder
 
withRejectedTemplate(String) - Method in class pl.edu.icm.unity.types.registration.RegistrationFormBuilder.RegistrationFormNotificationsBuilder
 
withRemoteIdp(String) - Method in class pl.edu.icm.unity.types.registration.BaseRegistrationInputBuilder.IdentityParamBuilderBase
 
withRetrievalSettings(ParameterRetrievalSettings) - Method in class pl.edu.icm.unity.types.registration.BaseFormBuilder.AttributeRegistrationParamBuilder
 
withRetrievalSettings(ParameterRetrievalSettings) - Method in class pl.edu.icm.unity.types.registration.BaseFormBuilder.GroupRegistrationParamBuilder
 
withRetrievalSettings(ParameterRetrievalSettings) - Method in class pl.edu.icm.unity.types.registration.BaseFormBuilder.IdentityRegistrationParamBuilder
 
withSecrets(String) - Method in class pl.edu.icm.unity.types.registration.BaseRegistrationInputBuilder.CredentialParamValueBuilderBase
 
withSelected(boolean) - Method in class pl.edu.icm.unity.types.registration.BaseRegistrationInputBuilder.SelectionBuilderBase
 
withShowCancel(boolean) - Method in class pl.edu.icm.unity.types.registration.layout.FormLayoutSettings.Builder
 
withShowGotoSignIn(boolean, String) - Method in class pl.edu.icm.unity.types.registration.RegistrationFormBuilder
 
withShowGroups(boolean) - Method in class pl.edu.icm.unity.types.registration.BaseFormBuilder.AttributeRegistrationParamBuilder
 
withSubmittedTemplate(String) - Method in class pl.edu.icm.unity.types.registration.EnquiryFormBuilder.EnquiryFormNotificationsBuilder
 
withSubmittedTemplate(String) - Method in class pl.edu.icm.unity.types.registration.RegistrationFormBuilder.RegistrationFormNotificationsBuilder
 
withSwitchToEnquiryInfo(I18nString) - Method in class pl.edu.icm.unity.types.registration.RegistrationFormBuilder
 
withTarget(String) - Method in class pl.edu.icm.unity.types.registration.BaseRegistrationInputBuilder.IdentityParamBuilderBase
 
withTargetCondition(String) - Method in class pl.edu.icm.unity.types.registration.EnquiryFormBuilder
 
withTargetGroups(String[]) - Method in class pl.edu.icm.unity.types.registration.EnquiryFormBuilder
 
withTitle2ndStage(I18nString) - Method in class pl.edu.icm.unity.types.registration.RegistrationFormBuilder
 
withTitleKey(String) - Method in class pl.edu.icm.unity.engine.api.mvel.MVELExpressionContext.Builder
 
withTranslationProfile(String) - Method in class pl.edu.icm.unity.types.registration.BaseRegistrationInputBuilder.IdentityParamBuilderBase
 
withTranslationProfile(TranslationProfile) - Method in class pl.edu.icm.unity.types.registration.BaseFormBuilder
 
withType(EnquiryForm.EnquiryType) - Method in class pl.edu.icm.unity.types.registration.EnquiryFormBuilder
 
withTypeId(String) - Method in class pl.edu.icm.unity.types.registration.BaseRegistrationInputBuilder.IdentityParamBuilderBase
 
withUpdatedTemplate(String) - Method in class pl.edu.icm.unity.types.registration.EnquiryFormBuilder.EnquiryFormNotificationsBuilder
 
withUpdatedTemplate(String) - Method in class pl.edu.icm.unity.types.registration.RegistrationFormBuilder.RegistrationFormNotificationsBuilder
 
withURLQueryPrefill(URLQueryPrefillConfig) - Method in class pl.edu.icm.unity.types.registration.BaseFormBuilder.AttributeRegistrationParamBuilder
 
withURLQueryPrefill(URLQueryPrefillConfig) - Method in class pl.edu.icm.unity.types.registration.BaseFormBuilder.IdentityRegistrationParamBuilder
 
withUserLocale(String) - Method in class pl.edu.icm.unity.types.registration.BaseRegistrationInputBuilder
 
withValue(String) - Method in class pl.edu.icm.unity.types.registration.BaseRegistrationInputBuilder.IdentityParamBuilderBase
 
withVar(String, String) - Method in class pl.edu.icm.unity.engine.api.mvel.MVELExpressionContext.Builder
 
withVars(Map<String, String>) - Method in class pl.edu.icm.unity.engine.api.mvel.MVELExpressionContext.Builder
 
withWrapUpConfig(List<RegistrationWrapUpConfig>) - Method in class pl.edu.icm.unity.types.registration.BaseFormBuilder
 
WorkflowFinalizationConfiguration - Class in pl.edu.icm.unity.engine.api.finalization
Complete information on what to show on the final screen after completed workflow.
WorkflowFinalizationConfiguration(boolean, boolean, String, String, String, String, String, String, Duration) - Constructor for class pl.edu.icm.unity.engine.api.finalization.WorkflowFinalizationConfiguration
 
WorkflowFinalizationConfiguration.Builder - Class in pl.edu.icm.unity.engine.api.finalization
 
WORKSPACE_DIRECTORY - Static variable in class pl.edu.icm.unity.engine.api.config.UnityServerConfiguration
 
WrongArgumentException - Exception in pl.edu.icm.unity.exceptions
Thrown when there is problem with arguments, and when we want to have a checked exception.
WrongArgumentException(String) - Constructor for exception pl.edu.icm.unity.exceptions.WrongArgumentException
 
WrongArgumentException(String, Throwable) - Constructor for exception pl.edu.icm.unity.exceptions.WrongArgumentException
 
A B C D E F G H I J K L M N O P R S T U V W 
All Classes All Packages