Documentation
¶
Index ¶
- type PasspointConfigurationServer
- func (s *PasspointConfigurationServer) DescribeContents(_ context.Context, req *pb.DescribeContentsRequest) (*pb.DescribeContentsResponse, error)
- func (s *PasspointConfigurationServer) Equals(_ context.Context, req *pb.EqualsRequest) (*pb.EqualsResponse, error)
- func (s *PasspointConfigurationServer) GetCredential(_ context.Context, req *pb.GetCredentialRequest) (*pb.GetCredentialResponse, error)
- func (s *PasspointConfigurationServer) GetDecoratedIdentityPrefix(_ context.Context, req *pb.GetDecoratedIdentityPrefixRequest) (*pb.GetDecoratedIdentityPrefixResponse, error)
- func (s *PasspointConfigurationServer) GetHomeSp(_ context.Context, req *pb.GetHomeSpRequest) (*pb.GetHomeSpResponse, error)
- func (s *PasspointConfigurationServer) GetSubscriptionExpirationTimeMillis(_ context.Context, req *pb.GetSubscriptionExpirationTimeMillisRequest) (*pb.GetSubscriptionExpirationTimeMillisResponse, error)
- func (s *PasspointConfigurationServer) GetUniqueId(_ context.Context, req *pb.GetUniqueIdRequest) (*pb.GetUniqueIdResponse, error)
- func (s *PasspointConfigurationServer) HashCode(_ context.Context, req *pb.HashCodeRequest) (*pb.HashCodeResponse, error)
- func (s *PasspointConfigurationServer) IsOsuProvisioned(_ context.Context, req *pb.IsOsuProvisionedRequest) (*pb.IsOsuProvisionedResponse, error)
- func (s *PasspointConfigurationServer) NewPasspointConfiguration(_ context.Context, req *pb.NewPasspointConfigurationRequest) (*pb.NewPasspointConfigurationResponse, error)
- func (s *PasspointConfigurationServer) SetCredential(_ context.Context, req *pb.SetCredentialRequest) (*pb.SetCredentialResponse, error)
- func (s *PasspointConfigurationServer) SetDecoratedIdentityPrefix(_ context.Context, req *pb.SetDecoratedIdentityPrefixRequest) (*pb.SetDecoratedIdentityPrefixResponse, error)
- func (s *PasspointConfigurationServer) SetHomeSp(_ context.Context, req *pb.SetHomeSpRequest) (*pb.SetHomeSpResponse, error)
- func (s *PasspointConfigurationServer) SetSubscriptionExpirationTimeInMillis(_ context.Context, req *pb.SetSubscriptionExpirationTimeInMillisRequest) (*pb.SetSubscriptionExpirationTimeInMillisResponse, error)
- func (s *PasspointConfigurationServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error)
- func (s *PasspointConfigurationServer) WriteToParcel(_ context.Context, req *pb.WriteToParcelRequest) (*pb.WriteToParcelResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PasspointConfigurationServer ¶
type PasspointConfigurationServer struct {
pb.UnimplementedPasspointConfigurationServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
PasspointConfigurationServer implements pb.PasspointConfigurationServiceServer.
func (*PasspointConfigurationServer) DescribeContents ¶
func (s *PasspointConfigurationServer) DescribeContents(_ context.Context, req *pb.DescribeContentsRequest) (*pb.DescribeContentsResponse, error)
func (*PasspointConfigurationServer) Equals ¶
func (s *PasspointConfigurationServer) Equals(_ context.Context, req *pb.EqualsRequest) (*pb.EqualsResponse, error)
func (*PasspointConfigurationServer) GetCredential ¶
func (s *PasspointConfigurationServer) GetCredential(_ context.Context, req *pb.GetCredentialRequest) (*pb.GetCredentialResponse, error)
func (*PasspointConfigurationServer) GetDecoratedIdentityPrefix ¶
func (s *PasspointConfigurationServer) GetDecoratedIdentityPrefix(_ context.Context, req *pb.GetDecoratedIdentityPrefixRequest) (*pb.GetDecoratedIdentityPrefixResponse, error)
func (*PasspointConfigurationServer) GetHomeSp ¶
func (s *PasspointConfigurationServer) GetHomeSp(_ context.Context, req *pb.GetHomeSpRequest) (*pb.GetHomeSpResponse, error)
func (*PasspointConfigurationServer) GetSubscriptionExpirationTimeMillis ¶
func (s *PasspointConfigurationServer) GetSubscriptionExpirationTimeMillis(_ context.Context, req *pb.GetSubscriptionExpirationTimeMillisRequest) (*pb.GetSubscriptionExpirationTimeMillisResponse, error)
func (*PasspointConfigurationServer) GetUniqueId ¶
func (s *PasspointConfigurationServer) GetUniqueId(_ context.Context, req *pb.GetUniqueIdRequest) (*pb.GetUniqueIdResponse, error)
func (*PasspointConfigurationServer) HashCode ¶
func (s *PasspointConfigurationServer) HashCode(_ context.Context, req *pb.HashCodeRequest) (*pb.HashCodeResponse, error)
func (*PasspointConfigurationServer) IsOsuProvisioned ¶
func (s *PasspointConfigurationServer) IsOsuProvisioned(_ context.Context, req *pb.IsOsuProvisionedRequest) (*pb.IsOsuProvisionedResponse, error)
func (*PasspointConfigurationServer) NewPasspointConfiguration ¶
func (s *PasspointConfigurationServer) NewPasspointConfiguration(_ context.Context, req *pb.NewPasspointConfigurationRequest) (*pb.NewPasspointConfigurationResponse, error)
func (*PasspointConfigurationServer) SetCredential ¶
func (s *PasspointConfigurationServer) SetCredential(_ context.Context, req *pb.SetCredentialRequest) (*pb.SetCredentialResponse, error)
func (*PasspointConfigurationServer) SetDecoratedIdentityPrefix ¶
func (s *PasspointConfigurationServer) SetDecoratedIdentityPrefix(_ context.Context, req *pb.SetDecoratedIdentityPrefixRequest) (*pb.SetDecoratedIdentityPrefixResponse, error)
func (*PasspointConfigurationServer) SetHomeSp ¶
func (s *PasspointConfigurationServer) SetHomeSp(_ context.Context, req *pb.SetHomeSpRequest) (*pb.SetHomeSpResponse, error)
func (*PasspointConfigurationServer) SetSubscriptionExpirationTimeInMillis ¶
func (s *PasspointConfigurationServer) SetSubscriptionExpirationTimeInMillis(_ context.Context, req *pb.SetSubscriptionExpirationTimeInMillisRequest) (*pb.SetSubscriptionExpirationTimeInMillisResponse, error)
func (*PasspointConfigurationServer) ToString ¶
func (s *PasspointConfigurationServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error)
func (*PasspointConfigurationServer) WriteToParcel ¶
func (s *PasspointConfigurationServer) WriteToParcel(_ context.Context, req *pb.WriteToParcelRequest) (*pb.WriteToParcelResponse, error)
Click to show internal directories.
Click to hide internal directories.