Package Arp.System.Um.Services.Grpc
Interface IPasswordAuthenticationServiceOuterClass.IPasswordAuthenticationServiceCloseSessionRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
IPasswordAuthenticationServiceOuterClass.IPasswordAuthenticationServiceCloseSessionRequest,IPasswordAuthenticationServiceOuterClass.IPasswordAuthenticationServiceCloseSessionRequest.Builder
- Enclosing class:
IPasswordAuthenticationServiceOuterClass
public static interface IPasswordAuthenticationServiceOuterClass.IPasswordAuthenticationServiceCloseSessionRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.Arp.System.Security.Grpc.SecurityToken securityToken = 1;.Arp.System.Security.Grpc.SecurityToken securityToken = 1;boolean.Arp.System.Security.Grpc.SecurityToken securityToken = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasSecurityToken
boolean hasSecurityToken().Arp.System.Security.Grpc.SecurityToken securityToken = 1; -
getSecurityToken
SecurityTokenOuterClass.SecurityToken getSecurityToken().Arp.System.Security.Grpc.SecurityToken securityToken = 1; -
getSecurityTokenOrBuilder
SecurityTokenOuterClass.SecurityTokenOrBuilder getSecurityTokenOrBuilder().Arp.System.Security.Grpc.SecurityToken securityToken = 1;
-