Package org.gluu.oxtrust.service.push
Class PushApplicationConfigurationService
- java.lang.Object
-
- org.gluu.oxtrust.service.push.PushApplicationConfigurationService
-
- All Implemented Interfaces:
java.io.Serializable
@ApplicationScoped @Named("PushApplicationConfigurationService") public class PushApplicationConfigurationService extends java.lang.Object implements java.io.Serializable
Allows to prepare oxPush platform specifis configurations- Author:
- Yuriy Movchan Date: 02/03/2014
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PushApplicationConfigurationService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>
getPlatformDescriptionList(PushApplication pushApplication)
void
init()
-
-
-
Method Detail
-
init
@PostConstruct public void init()
-
getPlatformDescriptionList
public java.util.List<java.lang.String> getPlatformDescriptionList(PushApplication pushApplication)
-
-