Home
last modified time | relevance | path

Searched refs:CredentialsInfo (Results 1 – 25 of 54) sorted by relevance

123

/dports/www/guacamole-client/guacamole-client-1.3.0/guacamole-ext/src/main/java/org/apache/guacamole/net/auth/credentials/
H A DCredentialsInfo.java32 public class CredentialsInfo { class
46 public CredentialsInfo(Collection<Field> fields) { in CredentialsInfo() method in CredentialsInfo
65 public static final CredentialsInfo EMPTY = new CredentialsInfo(Collections.<Field>emptyList());
83 public static final CredentialsInfo USERNAME_PASSWORD = new CredentialsInfo(Arrays.asList(
H A DGuacamoleCredentialsException.java34 private final CredentialsInfo credentialsInfo;
50 CredentialsInfo credentialsInfo) { in GuacamoleCredentialsException()
65 public GuacamoleCredentialsException(String message, CredentialsInfo credentialsInfo) { in GuacamoleCredentialsException()
80 public GuacamoleCredentialsException(Throwable cause, CredentialsInfo credentialsInfo) { in GuacamoleCredentialsException()
91 public CredentialsInfo getCredentialsInfo() { in getCredentialsInfo()
H A DGuacamoleInsufficientCredentialsException.java45 CredentialsInfo credentialsInfo) { in GuacamoleInsufficientCredentialsException()
59 …public GuacamoleInsufficientCredentialsException(String message, CredentialsInfo credentialsInfo) { in GuacamoleInsufficientCredentialsException()
73 …public GuacamoleInsufficientCredentialsException(Throwable cause, CredentialsInfo credentialsInfo)… in GuacamoleInsufficientCredentialsException()
H A DGuacamoleInvalidCredentialsException.java43 CredentialsInfo credentialsInfo) { in GuacamoleInvalidCredentialsException()
57 public GuacamoleInvalidCredentialsException(String message, CredentialsInfo credentialsInfo) { in GuacamoleInvalidCredentialsException()
71 public GuacamoleInvalidCredentialsException(Throwable cause, CredentialsInfo credentialsInfo) { in GuacamoleInvalidCredentialsException()
H A DUserCredentials.java33 public class UserCredentials extends CredentialsInfo {
68 public UserCredentials(CredentialsInfo info, Map<String, String> values) { in UserCredentials()
79 public UserCredentials(CredentialsInfo info) { in UserCredentials()
/dports/www/guacamole-client/guacamole-client-1.3.0/extensions/guacamole-auth-radius/src/main/java/org/apache/guacamole/auth/radius/
H A DAuthenticationProviderService.java33 import org.apache.guacamole.net.auth.credentials.CredentialsInfo;
120 new CredentialsInfo(Arrays.asList(radiusResponseField, in getRadiusChallenge()
169 …ow new GuacamoleInvalidCredentialsException("Authentication error.", CredentialsInfo.USERNAME_PASS… in authenticateUser()
179 …ow new GuacamoleInvalidCredentialsException("Authentication error.", CredentialsInfo.USERNAME_PASS… in authenticateUser()
191 …ow new GuacamoleInvalidCredentialsException("Authentication error.", CredentialsInfo.USERNAME_PASS… in authenticateUser()
196 …ow new GuacamoleInvalidCredentialsException("Authentication error.", CredentialsInfo.USERNAME_PASS… in authenticateUser()
203 …throw new GuacamoleInvalidCredentialsException("Authentication error.", CredentialsInfo.USERNAME_P… in authenticateUser()
209 …w new GuacamoleInvalidCredentialsException("Authentication failed.", CredentialsInfo.USERNAME_PASS… in authenticateUser()
224 …ow new GuacamoleInvalidCredentialsException("Authentication error.", CredentialsInfo.USERNAME_PASS… in authenticateUser()
234 …InvalidCredentialsException("Unknown error trying to authenticate.", CredentialsInfo.USERNAME_PASS… in authenticateUser()
/dports/www/guacamole-client/guacamole-client-1.3.0/guacamole-ext/src/main/java/org/apache/guacamole/language/
H A DTranslatableGuacamoleCredentialsException.java22 import org.apache.guacamole.net.auth.credentials.CredentialsInfo;
61 … TranslatableMessage translatableMessage, Throwable cause, CredentialsInfo credentialsInfo) { in TranslatableGuacamoleCredentialsException()
85 TranslatableMessage translatableMessage, CredentialsInfo credentialsInfo) { in TranslatableGuacamoleCredentialsException()
112 String key, Throwable cause, CredentialsInfo credentialsInfo) { in TranslatableGuacamoleCredentialsException()
135 String key, CredentialsInfo credentialsInfo) { in TranslatableGuacamoleCredentialsException()
H A DTranslatableGuacamoleInvalidCredentialsException.java22 import org.apache.guacamole.net.auth.credentials.CredentialsInfo;
61 … TranslatableMessage translatableMessage, Throwable cause, CredentialsInfo credentialsInfo) { in TranslatableGuacamoleInvalidCredentialsException()
85 TranslatableMessage translatableMessage, CredentialsInfo credentialsInfo) { in TranslatableGuacamoleInvalidCredentialsException()
112 String key, Throwable cause, CredentialsInfo credentialsInfo) { in TranslatableGuacamoleInvalidCredentialsException()
135 String key, CredentialsInfo credentialsInfo) { in TranslatableGuacamoleInvalidCredentialsException()
H A DTranslatableGuacamoleInsufficientCredentialsException.java22 import org.apache.guacamole.net.auth.credentials.CredentialsInfo;
61 … TranslatableMessage translatableMessage, Throwable cause, CredentialsInfo credentialsInfo) { in TranslatableGuacamoleInsufficientCredentialsException()
85 TranslatableMessage translatableMessage, CredentialsInfo credentialsInfo) { in TranslatableGuacamoleInsufficientCredentialsException()
112 String key, Throwable cause, CredentialsInfo credentialsInfo) { in TranslatableGuacamoleInsufficientCredentialsException()
135 String key, CredentialsInfo credentialsInfo) { in TranslatableGuacamoleInsufficientCredentialsException()
/dports/www/guacamole-client/guacamole-client-1.3.0/extensions/guacamole-auth-radius/src/main/java/org/apache/guacamole/auth/radius/form/
H A DGuacamoleRadiusChallenge.java22 import org.apache.guacamole.net.auth.credentials.CredentialsInfo;
39 private final CredentialsInfo expectedCredentials;
52 CredentialsInfo expectedCredentials) { in GuacamoleRadiusChallenge()
73 public CredentialsInfo getExpectedCredentials() { in getExpectedCredentials()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/webapp/dao/
H A DContainerLaunchContextInfo.java56 CredentialsInfo credentials;
66 credentials = new CredentialsInfo(); in ContainerLaunchContextInfo()
86 public CredentialsInfo getCredentials() { in getCredentials()
110 public void setCredentials(CredentialsInfo credentials) { in setCredentials()
/dports/security/vault/vault-1.8.2/vendor/github.com/jcmturner/gokrb5/v8/pac/
H A Dcredentials_info.go18 type CredentialsInfo struct { struct
26 func (c *CredentialsInfo) Unmarshal(b []byte, k types.EncryptionKey) (err error) { argument
53 func (c *CredentialsInfo) DecryptEncPart(k types.EncryptionKey) error { argument
/dports/security/vault/vault-1.8.2/vendor/github.com/jcmturner/gokrb5/pac/
H A Dcredentials_info.go18 type CredentialsInfo struct { struct
26 func (c *CredentialsInfo) Unmarshal(b []byte, k types.EncryptionKey) (err error) { argument
53 func (c *CredentialsInfo) DecryptEncPart(k types.EncryptionKey) error { argument
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/jcmturner/gokrb5/v8/pac/
H A Dcredentials_info.go18 type CredentialsInfo struct { struct
26 func (c *CredentialsInfo) Unmarshal(b []byte, k types.EncryptionKey) (err error) { argument
53 func (c *CredentialsInfo) DecryptEncPart(k types.EncryptionKey) error { argument
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-auth-kerberos/vendor/github.com/jcmturner/gokrb5/v8/pac/
H A Dcredentials_info.go18 type CredentialsInfo struct { struct
26 func (c *CredentialsInfo) Unmarshal(b []byte, k types.EncryptionKey) (err error) { argument
53 func (c *CredentialsInfo) DecryptEncPart(k types.EncryptionKey) error { argument
/dports/net/goreplay/goreplay-1.2.0/vendor/gopkg.in/jcmturner/gokrb5.v7/gokrb5-7.5.0/v8/pac/
H A Dcredentials_info.go18 type CredentialsInfo struct { struct
26 func (c *CredentialsInfo) Unmarshal(b []byte, k types.EncryptionKey) (err error) { argument
53 func (c *CredentialsInfo) DecryptEncPart(k types.EncryptionKey) error { argument
/dports/net/goreplay/goreplay-1.2.0/vendor/gopkg.in/jcmturner/gokrb5.v7/gokrb5-7.5.0/pac/
H A Dcredentials_info.go18 type CredentialsInfo struct { struct
26 func (c *CredentialsInfo) Unmarshal(b []byte, k types.EncryptionKey) (err error) { argument
53 func (c *CredentialsInfo) DecryptEncPart(k types.EncryptionKey) error { argument
/dports/net/goreplay/goreplay-1.2.0/vendor/gopkg.in/jcmturner/gokrb5.v7/pac/
H A Dcredentials_info.go18 type CredentialsInfo struct { struct
26 func (c *CredentialsInfo) Unmarshal(b []byte, k types.EncryptionKey) (err error) { argument
53 func (c *CredentialsInfo) DecryptEncPart(k types.EncryptionKey) error { argument
/dports/net/rclone/rclone-1.57.0/vendor/github.com/jcmturner/gokrb5/pac/
H A Dcredentials_info.go18 type CredentialsInfo struct { struct
26 func (c *CredentialsInfo) Unmarshal(b []byte, k types.EncryptionKey) (err error) { argument
57 func (c *CredentialsInfo) DecryptEncPart(k types.EncryptionKey) error { argument
/dports/net/rclone/rclone-1.57.0/vendor/github.com/jcmturner/gokrb5/v8/pac/
H A Dcredentials_info.go18 type CredentialsInfo struct { struct
26 func (c *CredentialsInfo) Unmarshal(b []byte, k types.EncryptionKey) (err error) { argument
57 func (c *CredentialsInfo) DecryptEncPart(k types.EncryptionKey) error { argument
/dports/devel/git-lfs/git-lfs-3.0.2/vendor/github.com/jcmturner/gokrb5/v8/pac/
H A Dcredentials_info.go18 type CredentialsInfo struct {
26 func (c *CredentialsInfo) Unmarshal(b []byte, k types.EncryptionKey) (err error) {
57 func (c *CredentialsInfo) DecryptEncPart(k types.EncryptionKey) error {
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/jcmturner/gokrb5/pac/
H A Dcredentials_info.go18 type CredentialsInfo struct { struct
26 func (c *CredentialsInfo) Unmarshal(b []byte, k types.EncryptionKey) (err error) { argument
57 func (c *CredentialsInfo) DecryptEncPart(k types.EncryptionKey) error { argument
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/jcmturner/gokrb5/v8/pac/
H A Dcredentials_info.go18 type CredentialsInfo struct { struct
26 func (c *CredentialsInfo) Unmarshal(b []byte, k types.EncryptionKey) (err error) { argument
57 func (c *CredentialsInfo) DecryptEncPart(k types.EncryptionKey) error { argument
/dports/www/guacamole-client/guacamole-client-1.3.0/extensions/guacamole-auth-duo/src/main/java/org/apache/guacamole/auth/duo/
H A DUserVerificationService.java34 import org.apache.guacamole.net.auth.credentials.CredentialsInfo;
94 CredentialsInfo expectedCredentials = new CredentialsInfo( in verifyAuthenticatedUser()
/dports/www/guacamole-client/guacamole-client-1.3.0/extensions/guacamole-auth-ldap/src/main/java/org/apache/guacamole/auth/ldap/
H A DAuthenticationProviderService.java45 import org.apache.guacamole.net.auth.credentials.CredentialsInfo;
196 + " authentication provider.", CredentialsInfo.USERNAME_PASSWORD); in authenticateUser()
202 + " DN of user " + username, CredentialsInfo.USERNAME_PASSWORD); in authenticateUser()
209 CredentialsInfo.USERNAME_PASSWORD); in authenticateUser()
324 CredentialsInfo.USERNAME_PASSWORD); in getUserContext()

123