Interface OAuth2ConnectionMessages.OAuth2AuthResponseMessage.UserGroupInfoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
OAuth2ConnectionMessages.OAuth2AuthResponseMessage.UserGroupInfo, OAuth2ConnectionMessages.OAuth2AuthResponseMessage.UserGroupInfo.Builder
Enclosing class:
OAuth2ConnectionMessages.OAuth2AuthResponseMessage

public static interface OAuth2ConnectionMessages.OAuth2AuthResponseMessage.UserGroupInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Name of the Group Note: Name is only sent to seeq for logging purposes.
    com.google.protobuf.ByteString
    Name of the Group Note: Name is only sent to seeq for logging purposes.
    Security identifier of the group that uniquely identifies a group in the AD This maps to dataId in Seeq
    com.google.protobuf.ByteString
    Security identifier of the group that uniquely identifies a group in the AD This maps to dataId in Seeq
    boolean
    Name of the Group Note: Name is only sent to seeq for logging purposes.
    boolean
    Security identifier of the group that uniquely identifies a group in the AD This maps to dataId in Seeq

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasSecurityId

      boolean hasSecurityId()
       Security identifier of the group that uniquely identifies a group in the AD
       This maps to dataId in Seeq
       
      optional string securityId = 1;
      Returns:
      Whether the securityId field is set.
    • getSecurityId

      String getSecurityId()
       Security identifier of the group that uniquely identifies a group in the AD
       This maps to dataId in Seeq
       
      optional string securityId = 1;
      Returns:
      The securityId.
    • getSecurityIdBytes

      com.google.protobuf.ByteString getSecurityIdBytes()
       Security identifier of the group that uniquely identifies a group in the AD
       This maps to dataId in Seeq
       
      optional string securityId = 1;
      Returns:
      The bytes for securityId.
    • hasName

      boolean hasName()
       Name of the Group
       Note: Name is only sent to seeq for logging purposes. Please use the securityId to identify the group in Seeq
       
      optional string name = 2;
      Returns:
      Whether the name field is set.
    • getName

      String getName()
       Name of the Group
       Note: Name is only sent to seeq for logging purposes. Please use the securityId to identify the group in Seeq
       
      optional string name = 2;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       Name of the Group
       Note: Name is only sent to seeq for logging purposes. Please use the securityId to identify the group in Seeq
       
      optional string name = 2;
      Returns:
      The bytes for name.