Documentation
¶
Index ¶
- type CredentialServer
- func (s *CredentialServer) DescribeContents(_ context.Context, req *pb.DescribeContentsRequest) (*pb.DescribeContentsResponse, error)
- func (s *CredentialServer) Equals(_ context.Context, req *pb.EqualsRequest) (*pb.EqualsResponse, error)
- func (s *CredentialServer) GetCaCertificate(_ context.Context, req *pb.GetCaCertificateRequest) (*pb.GetCaCertificateResponse, error)
- func (s *CredentialServer) GetCertCredential(_ context.Context, req *pb.GetCertCredentialRequest) (*pb.GetCertCredentialResponse, error)
- func (s *CredentialServer) GetClientCertificateChain(_ context.Context, req *pb.GetClientCertificateChainRequest) (*pb.GetClientCertificateChainResponse, error)
- func (s *CredentialServer) GetClientPrivateKey(_ context.Context, req *pb.GetClientPrivateKeyRequest) (*pb.GetClientPrivateKeyResponse, error)
- func (s *CredentialServer) GetMinimumTlsVersion(_ context.Context, req *pb.GetMinimumTlsVersionRequest) (*pb.GetMinimumTlsVersionResponse, error)
- func (s *CredentialServer) GetRealm(_ context.Context, req *pb.GetRealmRequest) (*pb.GetRealmResponse, error)
- func (s *CredentialServer) GetSimCredential(_ context.Context, req *pb.GetSimCredentialRequest) (*pb.GetSimCredentialResponse, error)
- func (s *CredentialServer) GetUserCredential(_ context.Context, req *pb.GetUserCredentialRequest) (*pb.GetUserCredentialResponse, error)
- func (s *CredentialServer) HashCode(_ context.Context, req *pb.HashCodeRequest) (*pb.HashCodeResponse, error)
- func (s *CredentialServer) NewCredential(_ context.Context, req *pb.NewCredentialRequest) (*pb.NewCredentialResponse, error)
- func (s *CredentialServer) SetCaCertificate(_ context.Context, req *pb.SetCaCertificateRequest) (*pb.SetCaCertificateResponse, error)
- func (s *CredentialServer) SetCertCredential(_ context.Context, req *pb.SetCertCredentialRequest) (*pb.SetCertCredentialResponse, error)
- func (s *CredentialServer) SetClientCertificateChain(_ context.Context, req *pb.SetClientCertificateChainRequest) (*pb.SetClientCertificateChainResponse, error)
- func (s *CredentialServer) SetClientPrivateKey(_ context.Context, req *pb.SetClientPrivateKeyRequest) (*pb.SetClientPrivateKeyResponse, error)
- func (s *CredentialServer) SetMinimumTlsVersion(_ context.Context, req *pb.SetMinimumTlsVersionRequest) (*pb.SetMinimumTlsVersionResponse, error)
- func (s *CredentialServer) SetRealm(_ context.Context, req *pb.SetRealmRequest) (*pb.SetRealmResponse, error)
- func (s *CredentialServer) SetSimCredential(_ context.Context, req *pb.SetSimCredentialRequest) (*pb.SetSimCredentialResponse, error)
- func (s *CredentialServer) SetUserCredential(_ context.Context, req *pb.SetUserCredentialRequest) (*pb.SetUserCredentialResponse, error)
- func (s *CredentialServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error)
- func (s *CredentialServer) WriteToParcel(_ context.Context, req *pb.WriteToParcelRequest) (*pb.WriteToParcelResponse, error)
- type HomeSpServer
- func (s *HomeSpServer) DescribeContents(_ context.Context, req *pb.DescribeContentsRequest) (*pb.DescribeContentsResponse, error)
- func (s *HomeSpServer) Equals(_ context.Context, req *pb.EqualsRequest) (*pb.EqualsResponse, error)
- func (s *HomeSpServer) GetFqdn(_ context.Context, req *pb.GetFqdnRequest) (*pb.GetFqdnResponse, error)
- func (s *HomeSpServer) GetFriendlyName(_ context.Context, req *pb.GetFriendlyNameRequest) (*pb.GetFriendlyNameResponse, error)
- func (s *HomeSpServer) GetMatchAllOis(_ context.Context, req *pb.GetMatchAllOisRequest) (*pb.GetMatchAllOisResponse, error)
- func (s *HomeSpServer) GetMatchAnyOis(_ context.Context, req *pb.GetMatchAnyOisRequest) (*pb.GetMatchAnyOisResponse, error)
- func (s *HomeSpServer) GetOtherHomePartnersList(_ context.Context, req *pb.GetOtherHomePartnersListRequest) (*pb.GetOtherHomePartnersListResponse, error)
- func (s *HomeSpServer) GetRoamingConsortiumOis(_ context.Context, req *pb.GetRoamingConsortiumOisRequest) (*pb.GetRoamingConsortiumOisResponse, error)
- func (s *HomeSpServer) HashCode(_ context.Context, req *pb.HashCodeRequest) (*pb.HashCodeResponse, error)
- func (s *HomeSpServer) NewHomeSp(_ context.Context, req *pb.NewHomeSpRequest) (*pb.NewHomeSpResponse, error)
- func (s *HomeSpServer) SetFqdn(_ context.Context, req *pb.SetFqdnRequest) (*pb.SetFqdnResponse, error)
- func (s *HomeSpServer) SetFriendlyName(_ context.Context, req *pb.SetFriendlyNameRequest) (*pb.SetFriendlyNameResponse, error)
- func (s *HomeSpServer) SetMatchAllOis(_ context.Context, req *pb.SetMatchAllOisRequest) (*pb.SetMatchAllOisResponse, error)
- func (s *HomeSpServer) SetMatchAnyOis(_ context.Context, req *pb.SetMatchAnyOisRequest) (*pb.SetMatchAnyOisResponse, error)
- func (s *HomeSpServer) SetRoamingConsortiumOis(_ context.Context, req *pb.SetRoamingConsortiumOisRequest) (*pb.SetRoamingConsortiumOisResponse, error)
- func (s *HomeSpServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error)
- func (s *HomeSpServer) 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 CredentialServer ¶
type CredentialServer struct {
pb.UnimplementedCredentialServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
CredentialServer implements pb.CredentialServiceServer.
func (*CredentialServer) DescribeContents ¶
func (s *CredentialServer) DescribeContents(_ context.Context, req *pb.DescribeContentsRequest) (*pb.DescribeContentsResponse, error)
func (*CredentialServer) Equals ¶
func (s *CredentialServer) Equals(_ context.Context, req *pb.EqualsRequest) (*pb.EqualsResponse, error)
func (*CredentialServer) GetCaCertificate ¶
func (s *CredentialServer) GetCaCertificate(_ context.Context, req *pb.GetCaCertificateRequest) (*pb.GetCaCertificateResponse, error)
func (*CredentialServer) GetCertCredential ¶
func (s *CredentialServer) GetCertCredential(_ context.Context, req *pb.GetCertCredentialRequest) (*pb.GetCertCredentialResponse, error)
func (*CredentialServer) GetClientCertificateChain ¶
func (s *CredentialServer) GetClientCertificateChain(_ context.Context, req *pb.GetClientCertificateChainRequest) (*pb.GetClientCertificateChainResponse, error)
func (*CredentialServer) GetClientPrivateKey ¶
func (s *CredentialServer) GetClientPrivateKey(_ context.Context, req *pb.GetClientPrivateKeyRequest) (*pb.GetClientPrivateKeyResponse, error)
func (*CredentialServer) GetMinimumTlsVersion ¶
func (s *CredentialServer) GetMinimumTlsVersion(_ context.Context, req *pb.GetMinimumTlsVersionRequest) (*pb.GetMinimumTlsVersionResponse, error)
func (*CredentialServer) GetRealm ¶
func (s *CredentialServer) GetRealm(_ context.Context, req *pb.GetRealmRequest) (*pb.GetRealmResponse, error)
func (*CredentialServer) GetSimCredential ¶
func (s *CredentialServer) GetSimCredential(_ context.Context, req *pb.GetSimCredentialRequest) (*pb.GetSimCredentialResponse, error)
func (*CredentialServer) GetUserCredential ¶
func (s *CredentialServer) GetUserCredential(_ context.Context, req *pb.GetUserCredentialRequest) (*pb.GetUserCredentialResponse, error)
func (*CredentialServer) HashCode ¶
func (s *CredentialServer) HashCode(_ context.Context, req *pb.HashCodeRequest) (*pb.HashCodeResponse, error)
func (*CredentialServer) NewCredential ¶
func (s *CredentialServer) NewCredential(_ context.Context, req *pb.NewCredentialRequest) (*pb.NewCredentialResponse, error)
func (*CredentialServer) SetCaCertificate ¶
func (s *CredentialServer) SetCaCertificate(_ context.Context, req *pb.SetCaCertificateRequest) (*pb.SetCaCertificateResponse, error)
func (*CredentialServer) SetCertCredential ¶
func (s *CredentialServer) SetCertCredential(_ context.Context, req *pb.SetCertCredentialRequest) (*pb.SetCertCredentialResponse, error)
func (*CredentialServer) SetClientCertificateChain ¶
func (s *CredentialServer) SetClientCertificateChain(_ context.Context, req *pb.SetClientCertificateChainRequest) (*pb.SetClientCertificateChainResponse, error)
func (*CredentialServer) SetClientPrivateKey ¶
func (s *CredentialServer) SetClientPrivateKey(_ context.Context, req *pb.SetClientPrivateKeyRequest) (*pb.SetClientPrivateKeyResponse, error)
func (*CredentialServer) SetMinimumTlsVersion ¶
func (s *CredentialServer) SetMinimumTlsVersion(_ context.Context, req *pb.SetMinimumTlsVersionRequest) (*pb.SetMinimumTlsVersionResponse, error)
func (*CredentialServer) SetRealm ¶
func (s *CredentialServer) SetRealm(_ context.Context, req *pb.SetRealmRequest) (*pb.SetRealmResponse, error)
func (*CredentialServer) SetSimCredential ¶
func (s *CredentialServer) SetSimCredential(_ context.Context, req *pb.SetSimCredentialRequest) (*pb.SetSimCredentialResponse, error)
func (*CredentialServer) SetUserCredential ¶
func (s *CredentialServer) SetUserCredential(_ context.Context, req *pb.SetUserCredentialRequest) (*pb.SetUserCredentialResponse, error)
func (*CredentialServer) ToString ¶
func (s *CredentialServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error)
func (*CredentialServer) WriteToParcel ¶
func (s *CredentialServer) WriteToParcel(_ context.Context, req *pb.WriteToParcelRequest) (*pb.WriteToParcelResponse, error)
type HomeSpServer ¶
type HomeSpServer struct {
pb.UnimplementedHomeSpServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
HomeSpServer implements pb.HomeSpServiceServer.
func (*HomeSpServer) DescribeContents ¶
func (s *HomeSpServer) DescribeContents(_ context.Context, req *pb.DescribeContentsRequest) (*pb.DescribeContentsResponse, error)
func (*HomeSpServer) Equals ¶
func (s *HomeSpServer) Equals(_ context.Context, req *pb.EqualsRequest) (*pb.EqualsResponse, error)
func (*HomeSpServer) GetFqdn ¶
func (s *HomeSpServer) GetFqdn(_ context.Context, req *pb.GetFqdnRequest) (*pb.GetFqdnResponse, error)
func (*HomeSpServer) GetFriendlyName ¶
func (s *HomeSpServer) GetFriendlyName(_ context.Context, req *pb.GetFriendlyNameRequest) (*pb.GetFriendlyNameResponse, error)
func (*HomeSpServer) GetMatchAllOis ¶
func (s *HomeSpServer) GetMatchAllOis(_ context.Context, req *pb.GetMatchAllOisRequest) (*pb.GetMatchAllOisResponse, error)
func (*HomeSpServer) GetMatchAnyOis ¶
func (s *HomeSpServer) GetMatchAnyOis(_ context.Context, req *pb.GetMatchAnyOisRequest) (*pb.GetMatchAnyOisResponse, error)
func (*HomeSpServer) GetOtherHomePartnersList ¶
func (s *HomeSpServer) GetOtherHomePartnersList(_ context.Context, req *pb.GetOtherHomePartnersListRequest) (*pb.GetOtherHomePartnersListResponse, error)
func (*HomeSpServer) GetRoamingConsortiumOis ¶
func (s *HomeSpServer) GetRoamingConsortiumOis(_ context.Context, req *pb.GetRoamingConsortiumOisRequest) (*pb.GetRoamingConsortiumOisResponse, error)
func (*HomeSpServer) HashCode ¶
func (s *HomeSpServer) HashCode(_ context.Context, req *pb.HashCodeRequest) (*pb.HashCodeResponse, error)
func (*HomeSpServer) NewHomeSp ¶
func (s *HomeSpServer) NewHomeSp(_ context.Context, req *pb.NewHomeSpRequest) (*pb.NewHomeSpResponse, error)
func (*HomeSpServer) SetFqdn ¶
func (s *HomeSpServer) SetFqdn(_ context.Context, req *pb.SetFqdnRequest) (*pb.SetFqdnResponse, error)
func (*HomeSpServer) SetFriendlyName ¶
func (s *HomeSpServer) SetFriendlyName(_ context.Context, req *pb.SetFriendlyNameRequest) (*pb.SetFriendlyNameResponse, error)
func (*HomeSpServer) SetMatchAllOis ¶
func (s *HomeSpServer) SetMatchAllOis(_ context.Context, req *pb.SetMatchAllOisRequest) (*pb.SetMatchAllOisResponse, error)
func (*HomeSpServer) SetMatchAnyOis ¶
func (s *HomeSpServer) SetMatchAnyOis(_ context.Context, req *pb.SetMatchAnyOisRequest) (*pb.SetMatchAnyOisResponse, error)
func (*HomeSpServer) SetRoamingConsortiumOis ¶
func (s *HomeSpServer) SetRoamingConsortiumOis(_ context.Context, req *pb.SetRoamingConsortiumOisRequest) (*pb.SetRoamingConsortiumOisResponse, error)
func (*HomeSpServer) ToString ¶
func (s *HomeSpServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error)
func (*HomeSpServer) WriteToParcel ¶
func (s *HomeSpServer) WriteToParcel(_ context.Context, req *pb.WriteToParcelRequest) (*pb.WriteToParcelResponse, error)
Click to show internal directories.
Click to hide internal directories.