Uses of Class
com.sas.services.deployment.Consumer
Packages that use Consumer
Package
Description
SAS Foundation Services.
This subsystem provides utilities to deploy and lookup SAS Foundation Services.
Perform Authentication against modular authentication providers with user identities.
Session services.
Maintain user identities and profiles.
-
Uses of Consumer in com.sas.services
Methods in com.sas.services that return ConsumerModifier and TypeMethodDescriptionAbstractServiceComponentConfig.addConsumer(Consumer consumer, boolean isConsumer) Adds the consumer to the usage model specifying its use of defined service configuration resources.AbstractServiceComponentConfig.removeConsumer(Consumer consumer, boolean isRemoveResourceIfUnused) Removes the consumer from the usage model.Methods in com.sas.services with parameters of type ConsumerModifier and TypeMethodDescriptionAbstractServiceComponentConfig.addConsumer(Consumer consumer, boolean isConsumer) Adds the consumer to the usage model specifying its use of defined service configuration resources.AbstractServiceComponentConfig.removeConsumer(Consumer consumer, boolean isRemoveResourceIfUnused) Removes the consumer from the usage model.voidAbstractServiceComponentConfig.setIsConsumer(Consumer consumer, boolean isConsumer) Specifies that the consumer uses all of the the service configuration's resources. -
Uses of Consumer in com.sas.services.deployment
Methods in com.sas.services.deployment that return ConsumerModifier and TypeMethodDescriptionConsumerUsage.addConsumer(Consumer consumer, boolean isConsumer) Adds the consumer.ConsumerUsage.getConsumerUsingName(String name) Gets the consumer for the specified name.ConsumerUsage.getConsumerUsingUID(String id) Gets the consumer for the specified id.ConsumerUsage.removeConsumer(Consumer consumer) Removes the consumer.Methods in com.sas.services.deployment that return types with arguments of type ConsumerModifier and TypeMethodDescriptionSet<Consumer> ConsumerUsage.getConsumers()Gets a copy of the collection ofConsumers.Set<Consumer> ConsumerUsage.getConsumersForResource(String resourceID, boolean isConsumed) Gets the set ofConsumerwhich are associated to the specified resource and usage state.Methods in com.sas.services.deployment with parameters of type ConsumerModifier and TypeMethodDescriptionConsumerUsage.addConsumer(Consumer consumer, boolean isConsumer) Adds the consumer.intCompares the names of twoConsumers.ConsumerUsage.removeConsumer(Consumer consumer) Removes the consumer.voidConsumerUsage.setIsConsumer(Consumer consumer, boolean isConsumer) Specifies that the consumer uses all of the the service configuration's resources. -
Uses of Consumer in com.sas.services.security
Methods in com.sas.services.security that return ConsumerModifier and TypeMethodDescriptionAuthenticationServiceInitObject.addConsumer(Consumer consumer, boolean isConsumer) Adds the consumer to the usage model specifying its use of defined service configuration resources.AuthenticationServiceInitObject.removeConsumer(Consumer consumer, boolean isRemoveResourceIfUnused) Removes the consumer from the usage model.Methods in com.sas.services.security with parameters of type ConsumerModifier and TypeMethodDescriptionAuthenticationServiceInitObject.addConsumer(Consumer consumer, boolean isConsumer) Adds the consumer to the usage model specifying its use of defined service configuration resources.AuthenticationServiceInitObject.removeConsumer(Consumer consumer, boolean isRemoveResourceIfUnused) Removes the consumer from the usage model.voidAuthenticationServiceInitObject.setIsConsumer(Consumer consumer, boolean isConsumer) Specifies consumer use of all of the the service configuration's resources. -
Uses of Consumer in com.sas.services.session
Methods in com.sas.services.session that return ConsumerModifier and TypeMethodDescriptionSessionServiceInitObject.addConsumer(Consumer consumer, boolean isConsumer) Adds the consumer to the usage model specifying its use of defined service configuration resources.SessionServiceInitObject.removeConsumer(Consumer consumer, boolean isRemoveResourceIfUnused) Removes the consumer from the usage model.Methods in com.sas.services.session with parameters of type ConsumerModifier and TypeMethodDescriptionSessionServiceInitObject.addConsumer(Consumer consumer, boolean isConsumer) Adds the consumer to the usage model specifying its use of defined service configuration resources.SessionServiceInitObject.removeConsumer(Consumer consumer, boolean isRemoveResourceIfUnused) Removes the consumer from the usage model.voidSessionServiceInitObject.setIsConsumer(Consumer consumer, boolean isConsumer) Specifies consumer use of all of the the service configuration's resources. -
Uses of Consumer in com.sas.services.user
Methods in com.sas.services.user that return ConsumerModifier and TypeMethodDescriptionUserServiceInitObject.addConsumer(Consumer consumer, boolean isConsumer) Adds the consumer to the usage model specifying its use of defined service configuration resources.UserServiceInitObject.removeConsumer(Consumer consumer, boolean isRemoveResourceIfUnused) Removes the consumer from the usage model.Methods in com.sas.services.user with parameters of type ConsumerModifier and TypeMethodDescriptionUserServiceInitObject.addConsumer(Consumer consumer, boolean isConsumer) Adds the consumer to the usage model specifying its use of defined service configuration resources.UserServiceInitObject.removeConsumer(Consumer consumer, boolean isRemoveResourceIfUnused) Removes the consumer from the usage model.voidUserServiceInitObject.setIsConsumer(Consumer consumer, boolean isConsumer) Specifies consumer use of all of the the service configuration's resources.