Uses of Class
org.apache.syncope.common.lib.to.AuthProfileTO
Package
Description
-
Uses of AuthProfileTO in org.apache.syncope.client.console.authprofiles
Modifier and TypeFieldDescriptionprotected final AuthProfileTO
AuthProfileItemDirectoryPanel.authProfile
Modifier and TypeFieldDescriptionprotected final BaseModal
<AuthProfileTO> AuthProfileItemDirectoryPanel.authProfileModal
Modifier and TypeMethodDescriptionAuthProfileDirectoryPanel.getActions
(IModel<AuthProfileTO> model) protected List
<IColumn<AuthProfileTO, String>> AuthProfileDirectoryPanel.getColumns()
AuthProfileDirectoryPanel.AuthProfileProvider.iterator
(long first, long count) AuthProfileDirectoryPanel.AuthProfileProvider.model
(AuthProfileTO object) Modifier and TypeMethodDescriptionAuthProfileDirectoryPanel.AuthProfileProvider.model
(AuthProfileTO object) Modifier and TypeMethodDescriptionAuthProfileDirectoryPanel.getActions
(IModel<AuthProfileTO> model) ModifierConstructorDescriptionAuthProfileItemDirectoryPanel
(String id, AuthProfileRestClient restClient, BaseModal<AuthProfileTO> authProfileModal, AuthProfileTO authProfile, PageReference pageRef) ModifierConstructorDescriptionAuthProfileItemDirectoryPanel
(String id, AuthProfileRestClient restClient, BaseModal<AuthProfileTO> authProfileModal, AuthProfileTO authProfile, PageReference pageRef) -
Uses of AuthProfileTO in org.apache.syncope.client.console.rest
Modifier and TypeMethodDescriptionvoid
AuthProfileRestClient.create
(AuthProfileTO authProfile) void
AuthProfileRestClient.update
(AuthProfileTO authProfile) -
Uses of AuthProfileTO in org.apache.syncope.common.lib.to
-
Uses of AuthProfileTO in org.apache.syncope.common.rest.api.service
Modifier and TypeMethodDescriptionReturns the auth profile matching the provided if key, if found.Modifier and TypeMethodDescriptionAuthProfileService.list
(@jakarta.validation.constraints.Min(1L) int page, @jakarta.validation.constraints.Min(1L) int size) Returns the paginated list of existing auth profiles.Modifier and TypeMethodDescriptionAuthProfileService.create
(@NotNull AuthProfileTO authProfileTO) Create a new auth profile.void
AuthProfileService.update
(@NotNull AuthProfileTO authProfileTO) Updates the auth profile matching the provided if key, if found. -
Uses of AuthProfileTO in org.apache.syncope.core.logic
Modifier and TypeMethodDescriptionAuthProfileLogic.create
(AuthProfileTO authProfileTO) protected AuthProfileTO
AbstractAuthProfileLogic.resolveReference
(Method method, Object... args) Modifier and TypeMethodDescriptionorg.springframework.data.domain.Page
<AuthProfileTO> AuthProfileLogic.list
(org.springframework.data.domain.Pageable pageable) Modifier and TypeMethodDescriptionAuthProfileLogic.create
(AuthProfileTO authProfileTO) void
AuthProfileLogic.update
(AuthProfileTO authProfileTO) -
Uses of AuthProfileTO in org.apache.syncope.core.provisioning.api.data
Modifier and TypeMethodDescriptionAuthProfileDataBinder.getAuthProfileTO
(AuthProfile authProfile) Modifier and TypeMethodDescriptionAuthProfileDataBinder.create
(AuthProfileTO authProfileTO) AuthProfileDataBinder.update
(AuthProfile authProfile, AuthProfileTO authProfileTO) -
Uses of AuthProfileTO in org.apache.syncope.core.provisioning.java.data
Modifier and TypeMethodDescriptionAuthProfileDataBinderImpl.getAuthProfileTO
(AuthProfile authProfile) Modifier and TypeMethodDescriptionAuthProfileDataBinderImpl.create
(AuthProfileTO authProfileTO) AuthProfileDataBinderImpl.update
(AuthProfile authProfile, AuthProfileTO authProfileTO) -
Uses of AuthProfileTO in org.apache.syncope.core.rest.cxf.service
Modifier and TypeMethodDescriptionAuthProfileServiceImpl.create
(AuthProfileTO authProfileTO) void
AuthProfileServiceImpl.update
(AuthProfileTO authProfileTO)