Uses of Interface
com.iizix.urn.user.IUserProfileStringURNProvider
Packages that use IUserProfileStringURNProvider Package Description com.iizix.server.user com.iizix.urn.user Uses of IUserProfileStringURNProvider in com.iizix.server.user
Classes in com.iizix.server.user that implement IUserProfileStringURNProvider Modifier and Type Class Description classUserProfileStringURNProviderThe URN User Profile String Provider singleton class.Methods in com.iizix.server.user that return IUserProfileStringURNProvider Modifier and Type Method Description static IUserProfileStringURNProviderUserProfileStringURNProvider. getInstance()Gets the singleton instance.Uses of IUserProfileStringURNProvider in com.iizix.urn.user
Methods in com.iizix.urn.user with parameters of type IUserProfileStringURNProvider Modifier and Type Method Description static voidUserProfileStringURNFactory. initialize(URNFactory factory, IUserProfileStringURNProvider provider)Initializes the User Profile String URN factory.static voidUserProfileStringURN. setUserProfileStringURNProvider(IUserProfileStringURNProvider provider)Assigns the User Profile String URN provider.