Interface GroupConverter

All Known Subinterfaces:
MultiGroupConverter
All Known Implementing Classes:
GroupConverterImpl, MultiGroupConverterImpl

@Internal public interface GroupConverter
  • Method Summary

    Modifier and Type
    Method
    Description
    com.atlassian.crowd.embedded.api.Group
    getGroup(String stringValue)
    Get the Group Object from the group name
    com.atlassian.crowd.embedded.api.Group
    getGroupObject(String stringValue)
    Deprecated.
    Use getGroup(String) instead.
    getString(com.atlassian.crowd.embedded.api.Group group)