Uses of Class
org.apache.syncope.common.lib.to.AuthProfileTO
-
-
Uses of AuthProfileTO in org.apache.syncope.client.console.authprofiles
Fields in org.apache.syncope.client.console.authprofiles declared as AuthProfileTO Modifier and Type Field Description protected AuthProfileTOAuthProfileItemDirectoryPanel. authProfileFields in org.apache.syncope.client.console.authprofiles with type parameters of type AuthProfileTO Modifier and Type Field Description protected BaseModal<AuthProfileTO>AuthProfileItemDirectoryPanel. authProfileModalMethods in org.apache.syncope.client.console.authprofiles that return types with arguments of type AuthProfileTO Modifier and Type Method Description ActionsPanel<AuthProfileTO>AuthProfileDirectoryPanel. getActions(IModel<AuthProfileTO> model)protected List<IColumn<AuthProfileTO,String>>AuthProfileDirectoryPanel. getColumns()Iterator<AuthProfileTO>AuthProfileDirectoryPanel.AuthProfileProvider. iterator(long first, long count)IModel<AuthProfileTO>AuthProfileDirectoryPanel.AuthProfileProvider. model(AuthProfileTO object)Methods in org.apache.syncope.client.console.authprofiles with parameters of type AuthProfileTO Modifier and Type Method Description IModel<AuthProfileTO>AuthProfileDirectoryPanel.AuthProfileProvider. model(AuthProfileTO object)Method parameters in org.apache.syncope.client.console.authprofiles with type arguments of type AuthProfileTO Modifier and Type Method Description ActionsPanel<AuthProfileTO>AuthProfileDirectoryPanel. getActions(IModel<AuthProfileTO> model)Constructors in org.apache.syncope.client.console.authprofiles with parameters of type AuthProfileTO Constructor Description AuthProfileItemDirectoryPanel(String id, AuthProfileRestClient restClient, BaseModal<AuthProfileTO> authProfileModal, AuthProfileTO authProfile, PageReference pageRef)Constructor parameters in org.apache.syncope.client.console.authprofiles with type arguments of type AuthProfileTO Constructor Description AuthProfileItemDirectoryPanel(String id, AuthProfileRestClient restClient, BaseModal<AuthProfileTO> authProfileModal, AuthProfileTO authProfile, PageReference pageRef) -
Uses of AuthProfileTO in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest that return AuthProfileTO Modifier and Type Method Description AuthProfileTOAuthProfileRestClient. read(String key)Methods in org.apache.syncope.client.console.rest that return types with arguments of type AuthProfileTO Modifier and Type Method Description List<AuthProfileTO>AuthProfileRestClient. list(int page, int size)Methods in org.apache.syncope.client.console.rest with parameters of type AuthProfileTO Modifier and Type Method Description voidAuthProfileRestClient. update(AuthProfileTO authProfile) -
Uses of AuthProfileTO in org.apache.syncope.client.enduser.rest
Methods in org.apache.syncope.client.enduser.rest that return AuthProfileTO Modifier and Type Method Description AuthProfileTOAuthProfileRestClient. read()Methods in org.apache.syncope.client.enduser.rest with parameters of type AuthProfileTO Modifier and Type Method Description voidAuthProfileRestClient. update(AuthProfileTO authProfile) -
Uses of AuthProfileTO in org.apache.syncope.common.lib.to
Methods in org.apache.syncope.common.lib.to that return AuthProfileTO Modifier and Type Method Description AuthProfileTOAuthProfileTO.Builder. build() -
Uses of AuthProfileTO in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service that return AuthProfileTO Modifier and Type Method Description AuthProfileTOAuthProfileSelfService. read()Returns the auth profile matching the user making the service call, if found.AuthProfileTOAuthProfileService. read(@NotNull String key)Returns the auth profile matching the provided if key, if found.Methods in org.apache.syncope.common.rest.api.service that return types with arguments of type AuthProfileTO Modifier and Type Method Description PagedResult<AuthProfileTO>AuthProfileService. list(@javax.validation.constraints.Min(1L) int page, @javax.validation.constraints.Min(1L) int size)Returns the paginated list of existing auth profiles.Methods in org.apache.syncope.common.rest.api.service with parameters of type AuthProfileTO Modifier and Type Method Description javax.ws.rs.core.ResponseAuthProfileService. create(@NotNull AuthProfileTO authProfileTO)Create a new auth profile.voidAuthProfileSelfService. update(@NotNull AuthProfileTO authProfileTO)Updates the auth profile matching the user making the service call, if found.voidAuthProfileService. update(@NotNull AuthProfileTO authProfileTO)Updates the auth profile matching the provided if key, if found. -
Uses of AuthProfileTO in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return AuthProfileTO Modifier and Type Method Description AuthProfileTOAuthProfileLogic. create(AuthProfileTO authProfileTO)AuthProfileTOAuthProfileLogic. read(String key)protected AuthProfileTOAbstractAuthProfileLogic. resolveReference(Method method, Object... args)AuthProfileTOAuthProfileLogic. selfRead()Methods in org.apache.syncope.core.logic that return types with arguments of type AuthProfileTO Modifier and Type Method Description Pair<Integer,List<AuthProfileTO>>AuthProfileLogic. list(int page, int size)Methods in org.apache.syncope.core.logic with parameters of type AuthProfileTO Modifier and Type Method Description AuthProfileTOAuthProfileLogic. create(AuthProfileTO authProfileTO)voidAuthProfileLogic. selfUpdate(AuthProfileTO authProfileTO)voidAuthProfileLogic. update(AuthProfileTO authProfileTO) -
Uses of AuthProfileTO in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data that return AuthProfileTO Modifier and Type Method Description AuthProfileTOAuthProfileDataBinder. getAuthProfileTO(AuthProfile authProfile)Methods in org.apache.syncope.core.provisioning.api.data with parameters of type AuthProfileTO Modifier and Type Method Description AuthProfileAuthProfileDataBinder. create(AuthProfileTO authProfileTO)AuthProfileAuthProfileDataBinder. update(AuthProfile authProfile, AuthProfileTO authProfileTO) -
Uses of AuthProfileTO in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data that return AuthProfileTO Modifier and Type Method Description AuthProfileTOAuthProfileDataBinderImpl. getAuthProfileTO(AuthProfile authProfile)Methods in org.apache.syncope.core.provisioning.java.data with parameters of type AuthProfileTO Modifier and Type Method Description AuthProfileAuthProfileDataBinderImpl. create(AuthProfileTO authProfileTO)AuthProfileAuthProfileDataBinderImpl. update(AuthProfile authProfile, AuthProfileTO authProfileTO) -
Uses of AuthProfileTO in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service that return AuthProfileTO Modifier and Type Method Description AuthProfileTOAuthProfileSelfServiceImpl. read()AuthProfileTOAuthProfileServiceImpl. read(String key)Methods in org.apache.syncope.core.rest.cxf.service that return types with arguments of type AuthProfileTO Modifier and Type Method Description PagedResult<AuthProfileTO>AuthProfileServiceImpl. list(int page, int size)Methods in org.apache.syncope.core.rest.cxf.service with parameters of type AuthProfileTO Modifier and Type Method Description javax.ws.rs.core.ResponseAuthProfileServiceImpl. create(AuthProfileTO authProfileTO)voidAuthProfileSelfServiceImpl. update(AuthProfileTO authProfileTO)voidAuthProfileServiceImpl. update(AuthProfileTO authProfileTO)
-